viniciushoff
Newbie level 5
Hi
I want to calculate the RMS Voltage from a FFT of a signal sampling.
I found several sources which show the following equation:
\[Vrms = \sqrt{\sum_{k = 0}^{N/2} {(V^2re(k)+V^2im(k))}}\]
Where:
N = number of samples;
Vre(k) = are real parts of kth harmonics of voltage;
Vim(k) = are imaginary parts of kth harmonics of voltage;
But with this equation I not able to find the correct result.
So, I found in only one site this equation:
\[Vrms = \sqrt2*\frac{\sum_{k = 0}^{N/2} {\sqrt{(V^2re(k)+V^2im(k))}}}{N}\]
With the second equation I found correct results.
Why only the second equation works for me?
How do I deduce this equations?
I want to calculate the RMS Voltage from a FFT of a signal sampling.
I found several sources which show the following equation:
\[Vrms = \sqrt{\sum_{k = 0}^{N/2} {(V^2re(k)+V^2im(k))}}\]
Where:
N = number of samples;
Vre(k) = are real parts of kth harmonics of voltage;
Vim(k) = are imaginary parts of kth harmonics of voltage;
But with this equation I not able to find the correct result.
So, I found in only one site this equation:
\[Vrms = \sqrt2*\frac{\sum_{k = 0}^{N/2} {\sqrt{(V^2re(k)+V^2im(k))}}}{N}\]
With the second equation I found correct results.
Why only the second equation works for me?
How do I deduce this equations?
Last edited: