Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Calculating active and reactive component of power signal

Status
Not open for further replies.

iggyboy

Member level 2
Joined
Feb 16, 2007
Messages
51
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,734
We start with a sinwave for voltage:

U(t)=sin(ωt).

Then we have current flowing, which looks like:

I(t)= A*sin(ωt-φa) + B*sin(3ωt-φb) + C*sin(5ωt-φc) + D*sin(7ωt-φd) + ...

What I want to do, is calculate the active power (P) and the reactive power (Q) or something proportional to those. This is to be done with a DSP mcu, btw.

I have been running figures in Excel, and I am getting confused.

Regards,

iggyboy
 

Only the product of the terms having the same frequency have an average non-zero value. The active power is then:

P = 1/sqrt(2) * A/sqrt(2) *cos(-φa)
Only the first harmonic (the fundamental) transpoorts the active power.

Then, you have the reactive power which is similar:

Q=A/2 * sin(- φa);

The rest of the harmonics would only be of interest if you need the Total Harmonic Distortion (THD) Ratio . That one I don't always remenber well so I refer you to this:
https://en.wikipedia.org/wiki/Total_harmonic_distortion


cos(-φa) is the power factor.

Hope it helps
Bye
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top