LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

phase angle of the hormonics

hi

How do I find out the phase angles of the 1st,2nd and third hormonics in a signal. Labview doesnt have any direct functions to read the pahse angles of the signal.how do I find them?
0 Kudos
Message 1 of 2
(2,555 Views)
First you need to filter the fundamental and each harmonic to look at them individually.

Once you have each one, take the Hilbert Transform of each one.

Make a complex function of each using the original filtered signal as the real part and the Hilbert transformed one as the imaginary part. Then use another of the complex functions to get the phase. If you subtract each of the harmonics phase waveforms from the fundamental this should give you the phase of each harmonic relative to the fundamental.

I hope this is what you are asking for.
Randall Pursley
0 Kudos
Message 2 of 2
(2,544 Views)