Tuesday, 14 March 2017

Discrete Fourier Transform

Discrete Fourier Transform (DFT) is basically the frequency sampling of Discrete Time Fourier Transform (DTFT). It was observed that the resolution of the frequency spectrum improves when zero padding is done.It basically gives the expanded view of the spectrum over the same range which also reduces the approximation error.The spectrum gets compressed , also becomes periodic when input signal is expanded in time domain.Expansion was implemented by adding zeroes in between. DFT is computationally slow.

11 comments:

  1. This comment has been removed by a blog administrator.

    ReplyDelete
  2. DFT enables us to perform frequency domain analysis of Discrete time signal

    ReplyDelete
  3. Resolution increases because frequency spacing reduces since length increases.

    ReplyDelete
    Replies
    1. Spacing between the values reduces as the value of N increases. By appending the input sequence by zeros the resolution error reduces.

      Delete
  4. DFT can be used for real time signal processing applications

    ReplyDelete