Wednesday, 26 April 2017

FIR Filter Design : Frequency Sampling Method

Out of the two method which can be used to design FIR filter, here we have used the second method i.e  Frequency Sampling Method. It is the most simplest and direct technique to design an FIR filter for getting the desired frequency response. In this method we simply sample the desired frequency response and perform an IDFT in order to obtain the corresponding FIR.
In this experiment a Scilab code was written to perform the operations.

10 comments:

  1. It is one of the easier approaches.It is to be used when we are already aware of the frequency response graph.

    ReplyDelete
  2. However, has time aliasing effects if under sampled

    ReplyDelete
  3. Yes undersampling causes time aliasing effects

    ReplyDelete
  4. FSM is more efficient than Window method

    ReplyDelete
  5. Sampling frequency must be at least twice the max frequency

    ReplyDelete
  6. FSM is computationally more efficient.

    ReplyDelete