Sunday, 23 April 2017

FIR Filter Design using Frequency Sampling Method

This is another way to design linear phase FIR filters. The method to find desired frequency response is identical to that of windowing method. After getting the desired frequency response, it is sampled in frequency domain. After this, its inverse is calculated which gives the filter response. In lab, Scilab was used to get filter response. Formulae for DFT and IDFT were used in the code and on putting the filter parameters as input, the filter response was plotted. 

10 comments:

  1. Nice! The best part of this method is its the simplest of all methods.

    ReplyDelete
    Replies
    1. But this method can have some disadvantages like aliasing

      Delete
  2. However, it may undergo time aliasing if under-sampled

    ReplyDelete
    Replies
    1. Yes! One must see to it that Nyquist criterion is followed.

      Delete
  3. FSM is the most simplest and direct technique.

    ReplyDelete
    Replies
    1. H(w)-->H(k)-->h(n) So yes , it is a direct technique.

      Delete
  4. One of the most easiest techniques

    ReplyDelete