Sunday, 23 April 2017

FIR Filter Design- Frequency Sampling Method

We implemented a second way to design linear phase FIR Filters. Here we first calculate the desired frequency response as done in the windowing method. Then we sample it in the frequency domain and finally take inverse to get the response for the filter.
This experiment was performed using the Scilab. After generating a code involving DFT and IDFT functions it was implemented.Thus, the plot was studied.

7 comments:

  1. We can use this for good design of narrow band filters

    ReplyDelete
  2. Yes like digital resonator

    ReplyDelete
  3. This is a easy approach as compared to Window Method.

    ReplyDelete
  4. The Frequency Sampling method for filter design uses the I.D.F.T (Inverse Discrete Fourier Transform)

    ReplyDelete
  5. What was the sampling frequency taken as?

    ReplyDelete
  6. he frequency-sampling method for FIR filter design is perhaps the simplest and most direct technique imaginable when a desired frequency response has been specified.

    ReplyDelete