Thursday, 16 March 2017

FAST FOURIER TRANSFORM

Fast fourier transform is fast method of computation than discrete fourier transform(DFT).It requires less number of calculation than Discrete Fourier Transform(DFT), which includes real addition and multiplication. FFT uses parallel processing hence it has high operation efficiency.In this experiment , we have taken cases of 4 point and 8 point sequence. The output of FFT is in bit reversed format. we have perfomed this experiment using C program of DITFFT(Decimation in time FFT).

9 comments:

  1. fft is thus found to be easier than dft

    ReplyDelete
  2. FFT requires less computation thab DFT

    ReplyDelete
  3. Parallel processing and less number of computations in FFT makes it faster and efficient than DFT

    ReplyDelete
  4. In real time application, FFT is not used.

    ReplyDelete
  5. Number of computations in FFT is less than that of DFT. This makes FFT computationally faster.

    ReplyDelete
  6. FFT is better than DFT computationally

    ReplyDelete
  7. How do you get a real time parallel input?

    ReplyDelete
  8. Gilbert Strang described the FFT as "the most important numerical algorithm of our lifetime"

    ReplyDelete
  9. Real time parallel input is not possible, the signal need to be stored in an array for parallel processing. Hence, FFT is not used for real time signal applications

    ReplyDelete