Tuesday, 25 April 2017

FIR Filter Design: Frequency Sampling Method

This is the second method of FIR Filter design. The steps of finding the frequency response of the input is same as that of the windowing method. Then, DFT of the frequency response is calculated. The values are adjusted depending on the type of filter i.e. low pass filter or high pass filter. Inverse of the frequency sampled signal gives the desired filter design. The designing and plotting of magnitude response was done on Scilab. 

10 comments:

  1. FSM is computationally efficient.

    ReplyDelete
  2. This is simplest method for designing FIR filter

    ReplyDelete
  3. Replies
    1. Its simpler to implement but not that efficient if compared to other filter design techniques because FSM technique uses approximation.

      Delete
  4. Replies
    1. Type of the FIR Filter, Filter order and cutoff frequency.

      Delete
  5. Discontinuity is observed in phase plot between lobes and also when the phase spectrum goes out of the range of -pi to pi.

    ReplyDelete
  6. Simple method for designing FIR filter

    ReplyDelete

  7. However, if undersampled, output may be time aliased.

    ReplyDelete