Monday, 20 March 2017

EXP 2 Discrete Fourier Transform

     DFT converts a finite sequence of equally spaced samples of a function into an equivalent length sequence of equally spaced samples of DTFT (discrete time Fourier transform) which is a complex valued function.
     It converts signal from time domain to frequency domain.It is used spectral signal analysis, data compression.

9 comments:

  1. The nature of the dft coeff after zero padding is such that for k= even, the values are same as that for N=4, and for K= odd the values get multiplied by twiddle factor.

    ReplyDelete
  2. DFT is obtained by sampling of DTFS

    ReplyDelete
  3. This comment has been removed by the author.

    ReplyDelete
  4. DFT is frequency sampling of DTFT

    ReplyDelete
  5. The complex multiplications and additions for the DFT are N^2 and N(N-1) respectively.

    ReplyDelete
  6. Discrete version of DTFT

    ReplyDelete
  7. This method is slow due to many complex multiplications and additions

    ReplyDelete