02-23-2010 03:48 AM
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
02-23-2010 05:08 PM
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/ .
02-23-2010 05:08 PM
02-23-2010 09:01 PM
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
02-23-2010 11:47 PM
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.
02-24-2010 02:13 AM
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
02-24-2010 03:45 AM
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
02-24-2010 07:36 AM
02-24-2010 08:42 AM
02-25-2010 03:23 AM
The graph below is the voltage waveform of my circuit.
After FFT, I can find out the power spectrum.
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.