Experiment 4 : Fourier Transform


Fourier Transform converts a signal from time domain to frequency domain. Fourier transform is extensively used in signal processing. In this experiment, we performed Discrete Fourier Transform (DFT) and Fast Fourier Transform (FFT).
DFT
In DFT discrete time signal is converted to discrete frequency representation.  The signal converted to frequency domain can be converted back to time domain using Inverse Discrete Fourier Transform (IDFT). However, DFT is a slow process and works well when the signal length is not too large.
FFT
Again, in FFT, the signal is converted to frequency domain, however, this method outranks DFT. This is simply because in this method the input signal is decomposed into smaller signals thus enabling faster computation. Also in this method parallel computation takes place thus making it a faster process. 

Comments

  1. Fourier transformation was discovered just as a logical pattern/waveform. Its wonderful to see that it's being used very effectively in core fields

    ReplyDelete
  2. Never knew Fourier series and transformation was so useful in studying signals

    ReplyDelete
  3. Really wished this article was a little simplified; not all of us are Newton's or Einsteins

    ReplyDelete

Post a Comment

Popular posts from this blog

Experiment 5 : Linear Filtering using OAM/OSM

Experiment 1: Simulator