10-14-2008 06:31 PM
how to do fast fourier transform for 4096 point fft complex array.
I have that 4096 complex numbers in xcel.
I know how to read numbers from xcel.
Please let me know how to do complex fft in labview.
10-14-2008 10:44 PM
Once you have the values as a 1D array of CDB, simply feed it to the FFT from the "signal processing...transforms" palette.
Have you tried? What kind of problems did you encounter?
(Of course you need at least LabVIEW full. LabVIEW base does not do this)
10-15-2008 11:53 AM
i got it..
thanks for reply..