Sunday, 23 April 2017

FIR Filter Design: Frequency Sampling Method

This method is another way of designing linear phase FIR filters. The process of obtaining the desired frequency response is same. The difference starts from then on. The desired frequency response is sampled in the frequency domain and then its inverse is calculated, which gives the filter response. For practical design, we again used Scilab. The formulae for DFT and IDFT were incorporated into the code and the filter parameters were taken as user input. Plot function helped us verify the accurateness of the designed filter.

15 comments:

  1. Use of Scilab has made the understanding very easy

    ReplyDelete
  2. We use this method to design specific narrowband filters

    ReplyDelete
  3. FIR filters are stable as compared with IIR filters.

    ReplyDelete
  4. The frequency sampling realization of filter is computationally more efficient than the direct form realization

    ReplyDelete
    Replies
    1. Yeah. And it also uses less number of blocks

      Delete
  5. FIR filters are stable because their ROC includes unit circle

    ReplyDelete
  6. This method is used where the frequency response is already known.

    ReplyDelete
  7. It is the simplest and direct technique for FIR filter Design

    ReplyDelete