Tuesday, 14 March 2017

Fast Fourier Transform

In this experiment we learnt Fast Fourier Transform (FFT)

This is also a computational method like Discrete Fourier Transform (DFT) but is faster than it, hence the name Fast Fourier Transform (FFT)

The calculation of odd and even parts are done parallely and this reduces the total number of operations of addition and subtraction of real and imaginary parts. We performed FFT of 4pt and 8pt signals using Radix 2 algorithm which accounts for parallel computation and hence increases efficiency and faster calculation time.

9 comments:

  1. Replies
    1. DFT is frequency sampling of DTFT and its values can be stored but is less efficient than FFT

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

    ReplyDelete
  3. FFT is computationally faster than DFT.

    ReplyDelete
    Replies
    1. Yes, it is a parallel processing technique

      Delete
  4. FFT can compute the same DFT in only O(N log N) operations

    ReplyDelete
  5. FFT has less calculations and is faster than DFT.

    ReplyDelete