how to calculate the total power dissipation of below circuit
3 Answers
Take the sum of all the supply voltages multiplied by the respective currents that they supply. You can do this in LTSpice by using {formula} such as: -
AVG(V1*I(V1))
That gives you the average power provided by V1 and, in case there are negative supplies you might be able to use ABS(x) to make the average powers all positive.
You just plot it and look at the graph.
That's how I remember doing it when I once used LTSpice so, if I've got something wrong in the ABS or AVG bits I apologize right now.
- \$\begingroup\$ i didn't use LTspice.. at the moment my role is to calculate the total heat dissipation of the above circuit and implement it in practically also... so i have to calculate manually \$\endgroup\$Raji– Raji2018-04-21 04:26:30 +00:00Commented Apr 21, 2018 at 4:26
- \$\begingroup\$ What package produced the circuit diagram @Raj_1 \$\endgroup\$Andy aka– Andy aka2018-04-21 08:04:44 +00:00Commented Apr 21, 2018 at 8:04
the biggest power sources are:
{4 to} 20mA*15V= 300mW
Vb+^2/330= xx mW for bridge.
Next question ... is 15 necessary? or how small do you want Pd?
Add a current meter in series with V1, V3 and V5. Then multiply each voltage/current pair, then make an adder/low-pass filter for the 3 multipliers. The output will be the average total power. (This assumes no power dissipation due to signal sources.)
- \$\begingroup\$ thanks for your comments... but how to find the power dissipation for the actual circuit... is that can find... i just confused? \$\endgroup\$Raji– Raji2018-04-21 04:24:28 +00:00Commented Apr 21, 2018 at 4:24
- \$\begingroup\$ @Raj_1 - The only way to find the power for the actual circuit is to build it and measure. Anything else involves using a model of the circuit, and as the saying goes, "All models are inaccurate. Some are useful." \$\endgroup\$WhatRoughBeast– WhatRoughBeast2018-04-21 12:02:58 +00:00Commented Apr 21, 2018 at 12:02
