1

I know that the total harmonic distortion (THD) in a power system with n harmonics is calculated by the below equation:

THD=\$\frac{\sqrt{(V_2^2+...+V_n^2)}}{V_1}\$

but what about any single harmonic? Is it true that calculate harmonic distortion specifically caused by third harmonic (for example) this way?:

\$3^{rd}HD=\frac{V_3}{V_1}\$

if it's incorrect then, how to calculate it?

Vladimir Cravero
  • 16,395
  • 2
  • 39
  • 73

1 Answers1

1

THD=\$\sqrt{\frac{(V_2^2+...+V_n^2)}{V_1}}\$

The THD formula you have looks wrong to me so...

The RMS of all harmonics \$\sqrt{V_2^2 + V_3^2 + ... V_N^2}\$

Then this is divided by V1: -

THD = \$\dfrac{\sqrt{V_2^2 + V_3^2 + ... V_N^2}}{V_1}\$

This now makes sense because it's the ratio of two voltages - you had V1 within the sq root area and this is wrong.

So, to answer your question, yes the 3rd harmonic distortion is \$\dfrac{V_3}{V_1}\$

Andy aka
  • 456,226
  • 28
  • 367
  • 807
  • yes you're right it was a mistake, sorry.And could you let me know why only odd ones are important? And is it true that 9th one is not? If Yes, why? – Reyhaneh Amouie Jun 21 '14 at 09:34
  • All harmonics are relevant even if they are a nuisance. I know of nothing particular about the 9th harmonic that sets it out as being different. The ear is less tolerant of odd harmonics that's for sure. – Andy aka Jun 21 '14 at 09:46
  • That mistake might as well be mine, I edited the question and that error might have slipped from my keyboard. – Vladimir Cravero Jun 21 '14 at 10:09