Tuesday, 25 April 2017

FIR Filter design using window function

In this experiment we designed linear phase FIR filter using window function. FIR filters have finite impulse response. The method for designing the filter is the same as IIR filters. 
Input given are:
1) Pass band attenuation
2) Stop band attenuation
3) Pass band frequency
4) Stop band frequency 
5) Sampling frequency 
Window function include Hamming window, Bartlett Window, Hanning window, Blackman window etc.We used a Hanning Window as the window function and wrote the code. 
The only difference between IIR and FIR designing is that much of the calculation is done in time domain rather than the transform domain.




11 comments:

  1. Rectangular window is generally not preferred due to low value of stop band attenuation

    ReplyDelete
    Replies
    1. Yes. The window function depends upon the value of As and Ap. So accordingly we can change the window function.

      Delete
  2. memory requirement of FIR filter is more.

    ReplyDelete
    Replies
    1. An FIR filter requires more computation time on the DSP and more memory

      Delete
  3. Width of the main lobe is an important factor.

    ReplyDelete
    Replies
    1. As length of window increases,width of main lobe decreases

      Delete
  4. Hamming window has less error

    ReplyDelete
  5. Window function is a tedious approach

    ReplyDelete
  6. It is one of the better methods to design FIR Filters

    ReplyDelete

Paper Review: Comparison of Parametric Representations for Monosyllabic Word Recognition in Continuously Spoken Sentences

Title: Comparison of Parametric Representations for Monosyllabic Word Recognition in Continuously Spoken Sentences Author: Steven B. Davi...