LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I use Hartley transform or other transform (except FFT) to measure harmonics?

Dear all,

 

I want to use the transforms rather than FFT to measure harmonics. I want to use Hartley transform. How can I show the order of harmonics? or are there any other transforms can used to measure harmonics? Thanks.

 

Victor

0 Kudos
Message 1 of 13
(3,990 Views)

Hello Victor,

 

If you have the Full or Professional Development System of LabVIEW, you can use the FHT VI to comput the fast hartley transform of an input sequence. To see a list of other Transform VIs that are shipped with LabVIEW, you can refer to the following knowledgebase article: http://zone.ni.com/reference/en-XX/help/371361F-01/lvanls/transforms_vis/

Vivek Nath
National Instruments
Applications Engineer
Machine Vision
0 Kudos
Message 2 of 13
(3,967 Views)
Correction. That was not a knowledgebase article. I meant LabVIEW Help :-).
Vivek Nath
National Instruments
Applications Engineer
Machine Vision
0 Kudos
Message 3 of 13
(3,968 Views)

Hi Vivek Nath,

 

Thanks for you help. I have already find Hartley transform on VI. But I don't konw how to show the harmonics which in the waveform. Can you show me some examples of using Hartley transform to show the harmonics? Thanks.

 

Victor

0 Kudos
Message 4 of 13
(3,959 Views)

A little curious what you have against the good-old FFT, but the Hartley transform gives you peaks in frequency space just like the FFT.  Be careful that the length of your input is a factor of 2.  

 

For a chuckle you should check out the Hartley VI example.

 

labview\examples\viserver\plugin\Hartley.vi

 

If there is a more useful and informative example that ships with LV I'd like to see it.  Smiley Wink 

0 Kudos
Message 5 of 13
(3,949 Views)

Hi Darin,

 

Thanks a lot. But I still have one question. How can I show the harmonics after I have done the Hartley transform?

 

Victor

0 Kudos
Message 6 of 13
(3,940 Views)

victorchoy wrote:

Hi Darin,

 

Thanks a lot. But I still have one question. How can I show the harmonics after I have done the Hartley transform?

 

Victor


 

Hi Victor

You can not just sit on chair and hope that somebody just hand over a turn key ready solution. You have to put in some effort your self. You should start by explaining what you want to do much better. Perhaps include some pictures. Because I have not a clue what your problem is



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 7 of 13
(3,933 Views)
My question is that I can use FFT with power spectrum to show which harmonics order contained in the circuit. But if I use Hartley transform or other transform, how can I show the order of harmonics contain? I have use the same method with FFT to plot the power spectrum. But how can I read the correct harmonics order?
0 Kudos
Message 8 of 13
(3,926 Views)
Sorry but I still do not understand your problem. Can you post your solution that use the FFT analysis


Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 9 of 13
(3,919 Views)

The graph below is the voltage waveform of my circuit.

1.jpg

After FFT, I can find out the power spectrum.

2.jpg

 

This is the way I found the orders of harmonics in my circuit. Now I want to use  another transform to compare the result of FFT. But after I used Hartley transform, I don't know how to show the harmonics.

0 Kudos
Message 10 of 13
(3,893 Views)