Monday, 13 March 2017

EXP 3: Fast Fourier Transform



For finding DFT for large signal we use FFT which divides N point signal into two equal parts with each part consists of alternate values. This division process was done till no further division could be possible. The output obtained was in bit reversal order which we arranged the so that no confusion should be made while reading the output. We perform this experiment for four point signal and eight point signal hence the algorithm used is radix-2. Later we checked the number of calculation using counter. The number of calculations were reduced.



8 comments:

  1. FFT uses parallel processing.

    ReplyDelete
  2. Radix2 fft is faster than radix3

    ReplyDelete
  3. FFTs are of great importance to a wide variety of applications, from digital signal processing and solving partial differential equations to algorithms for quick multiplication of large integers.

    ReplyDelete
  4. Number of computations required are less, thus speed increases.

    ReplyDelete
  5. Fft cannot be used for real time processing

    ReplyDelete
  6. Because of parallel processing FFT is more faster than DFT

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

    ReplyDelete