Saturday, 23 April 2016

Fast Fourier Transform

 The fast Fourier transform is a mathematical method for transforming a function of time into a function of frequency. Sometimes it is described as transforming from the time domain to the frequency domain. It is very useful for analysis of time-dependent phenomena. These algorithms are very efficient in terms of computations. By using these algorithms, number of arithmetic operations involved in the computation of DFT are greatly reduced.The experiment proved the fact that fast fourier transform involves lesser calculatations and that fast fourier transform has a higher computational efficiency as compared to discrete fourier transform. We developed a function to find the FFT of N point signal. 

https://drive.google.com/drive/folders/0BxILgHTXcwaNYzBfNmlpS2VuWUE

3 comments:

  1. FFT had independent operations at each stage. This makes it possible to perform parallel processing.

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. I wanna add to it ....with fast processing ...it also reduces the no steps used for doing operations ....this will save the no of cycles if done using dsp processor

    ReplyDelete