06-28-2011 04:32 AM
Hi,
Good day! Can anyone here could help me converting this Matlab code to LabVIEW.
fftdata = abs(fft(data, 32768))
data size is 1151 X 41 matrix. fftdata after the execution will be 32768 X 41 matrix. I tried using FFT vi but I only got 1151 X 41.
Can anyone help me and explain why?
Thanks....
Solved! Go to Solution.
06-28-2011 12:15 PM
Is this what you tried? The length should be equal to n.
06-29-2011 05:28 AM
Thanks a lot Darin..