02-02-2009 03:31 AM
02-02-2009 04:10 AM
I think you can compute both DFT og FFT by programming in Labview. It is not so hard. The DFT and FFT is much the same. Remember for FFT you need 2^N samples. Start with the DFT algorithm. Then you have it correct you may go for the FFT. It is much the same calculations and uses the same core functions. Here is some useful sites. Also do a search on Google for "fft algorithm". My guess is that you will save some time doing the programming our yourselves.
http://en.wikipedia.org/wiki/Fast_Fourier_transform (quite good)
http://zone.ni.com/reference/en-XX/help/371361A-01/lvanlsconcepts/fft_fundamentals/ (labview help online)
http://zone.ni.com/devzone/cda/tut/p/id/4278 (Very good will help you with some scaling topics, a must read)
02-02-2009 08:36 AM