LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Convert Matlab FFT to LabVIEW FFT

Solved!
Go to solution

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....

0 Kudos
Message 1 of 3
(2,997 Views)
Solution
Accepted by topic author simply_ynan

Is this what you tried?  The length should be equal to n.

 

SimpleFFT2.png

Message 2 of 3
(2,982 Views)

Thanks a lot Darin..

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