LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

FFT from time array

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

0 Kudos
Message 1 of 3
(2,108 Views)

How many elements are in your array?

 

Can you post a VI?

0 Kudos
Message 2 of 3
(2,102 Views)

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.

0 Kudos
Message 3 of 3
(2,096 Views)