Tuesday, 14 March 2017

Experiment No. 02

                  DISCRETE FOURIER TRANSFORM

Discrete fourier transform(DFT) gives periodic results.It is frequency sampled version of discrete time fourier transform.DFT is a slow algorithm.
In this experiment,initially a 4 point sequence was taken and it's DFT was found out using C program.Then this same sequence was appended by 4 zeros to form a 8 point sequence.It's DFT output was found out.Then magnitude spectrum was plotted for both output sequence.It was observed that the magnitude spectrum of 8 point input sequence was more accurate than 4 point input sequence.It was because the resolution of magnitude spectrum of 8 point sequence was higher.

7 comments:

  1. This method takes more computing than Fast Fourier Transform

    ReplyDelete
  2. DFT is obtained by sampling of DTFS

    ReplyDelete
  3. FFT is more faster than DFT

    ReplyDelete
  4. DFT requires more computations

    ReplyDelete
  5. DFT is computationally less efficient than FFT as DFT requires more number of multiplications and additions

    ReplyDelete
  6. DFT is a discrete version of DTFT which is continuous

    ReplyDelete
  7. DFT assumes input signal to be periodic and hence gives discrete spectrum

    ReplyDelete