Monday, 13 March 2017

Lab No.2 : Discrete Fourier Transform

   DFT is a transform method which produces periodic results. Here period is 'N'.
   The spectrum of DFT signal is discrete and is defined in the range from 0 to 2(pi), where 0 is included but 2(pi) is excluded.
   DFT method breaks the continuous signal into parts and takes the values only as particular intervals, therefore this method does not give exact results bt approximate results, hence the spectrum is also approximate.
   The expansion of DFT signal in time domain gives compressed spectrum in frequency domain. And DFT method is computational slow method.

10 comments:

  1. Crisp description. Very well explained.

    ReplyDelete
  2. DFT is obtained by sampling of DTFS

    ReplyDelete
  3. DFT is slower method than FFT.

    ReplyDelete
  4. FFT algorithm has lesser computations than dft

    ReplyDelete
  5. FFT is useful for large data sequences

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

    ReplyDelete
  7. By appending more zeroes, the missing values in less point DFT are present in the DFT with more point.

    ReplyDelete
  8. DFT produces periodic results

    ReplyDelete

Lab No.10: Signal Processing Application

The Morse code is a simple and versatile technique for sending of text messages, mainly using wireless media. The Morse communication was u...