08-25-2009 11:06 PM
Solved! Go to Solution.
08-25-2009 11:31 PM
Signal Processing >> Transforms >> FFT
That takes data stored in a 1-D array.
08-25-2009 11:45 PM
Hi , The FFT.vi was my first line of defence. The plot I'm getting after converting ignoring the imaginary part and just taking the real part doesn't seem to give correct amplitude.
I also need to use window (Hanning) but if I try inserting window then it give some wrong data.
Attached is my VI. If that helps.
08-26-2009 01:24 AM
Hi ABM26,
Your input signal seems like a pure sine wave. And you perform the FFT and get the amplitude. So you get two peaks in the result. I think this is reasonable result. Why do you think the FFT result is wrong?
And I notice waht you want to compute is power spectrum. You can use Signal Processing >> Spectral Analysis >> Power Spectrum.vi directly.
08-26-2009 01:31 AM
In the link below I have posted a FFT example. It is quite old made in Labview 6I but it does all you need. Please take a look at it.
http://forums.ni.com/ni/board/message?board.id=170&thread.id=163587&view=by_date_ascending&page=2