Monday, 13 March 2017

EXP3: Fast Fourier Transform

As DFT is computationally is slow, in order to reduced the calculations and increase the speed drastically, Fast Fourier Transform i.e FFT was introduced. In theory sessions,we learnt Radix-2 FFT algorithms.
In this lab session we studied and executed FFT of 4pt and 8pt sequence using DITFFT. We also calculated the no. of computations required to find out FFT of a sequence. Comparing it with no.of computations required of DFT we concluded that FFT is much faster compared to DFT.

7 comments:

  1. This is well connected with the theory

    ReplyDelete
    Replies
    1. In class we found out that no. of calculations where reduced in FFT as compared to DFT.

      Delete
  2. FFT is faster method than DFT.

    ReplyDelete
  3. Fast Fourier Transform is more effective in a practical approach when code is executed and implemented

    ReplyDelete
    Replies
    1. Yes, since parallel computing is possible.

      Delete
  4. Because of parallel processing FFT is more faster than DFT

    ReplyDelete
  5. Number of calculations reduces in FFT

    ReplyDelete