I have a data set that represents fluctuations in position and the units are mm. The data set is attached here as FFT-test-Data.txt. There are 1024 samples in this set and they were acquired every 0.75s. The data has 2 columns; the time in seconds and the fluctuations in mm.
From what I have read about LabView FFT's, here is what I can say about the data:
dt=0.75s
fs = 1.333 (samples per second)
N=1024 (number of samples)
frequency points=N/2=512
df=fs/N=1.333/1024 = 0.0013
The vi I used to get the peak FFT is attached too. I have used 2 different options so I can compare the results. The FFT data is the same but there is a difference in the frequency resolution. I get 0.000977 with the express vi. I get 0.000732 from df in Amplitude and Phase output. What range of frequency should I get with this data set?
I also read that in there is a scaling that is needed for:
peak amplitude=|FFT(X)|/N
Has this scaling been already done in the vis or I am supposed to divide (or multiply) the result of the express vi by N to get my Fourier amplitude?
I appreciate any help I can get. I have LabVIEW 7.1
Thanks,
Magreen.