01-10-2011 09:19 PM
Hi All,
So I have a simple array:
Time Signal
0 =sin(0)
0.001 =sin(0.001)
0.002 =sin(0.002)
0.003 =sin(0.003)
0.004 =sin(0.004)
. .
. .
. .
I can't seem to get a decent FFT result. I can do it in MATLAB pretty easily, but can't figure out how to get it in LabView. I've tried a few of the built in FFT functions, but none of them are returning the single peak I'm expecting.
Thanks,
James
01-10-2011 09:43 PM
How many elements are in your array?
Can you post a VI?
01-10-2011 09:47 PM
It varies. This isn't my actual data, but that'll change each time.. I'm just using a sine wave so I can test if the code is working properly.