Monday, 24 April 2017

Design of FIR filter using window method

In this experiment, we designed Linear phase FIR filter using window functions and observed their spectrum of the filter. Depending upon the value of Passband attenuation, appropriate window function was chosen from Rectangular, Bartlett, Hanning, Hamming, and Blackman.We used a Hanning Window as the window function and wrote the code accordingly. In this experiment, the value of As and Ap are verified. As we go on increasing As depending on the filter the side lobe width decreases & main lobe width increases.  Phase response varies linearly with frequency, thus no distortion is observed at the output of the filter.

10 comments:

  1. Rectangular window should be avoided as far as possible due to low value of stop band attenuation

    ReplyDelete
    Replies
    1. The value of As=21db for rectangular window

      Delete
  2. This is a very tedious approach for calculation

    ReplyDelete
    Replies
    1. Different window function is taken depending upon the value of As.

      Delete
    2. It is not used for long input sequence.

      Delete
  3. We have many window functions depending upon the application.

    ReplyDelete
    Replies
    1. Windows functions is selected depending upon the values of As.

      Delete
  4. Which window function did you use?

    ReplyDelete