Monday, 24 April 2017

FIR Filter Design using Windowing method

In this experiment we designed a FIR filter with the help of windowing method. A window function is basically used to truncate the infinite values obtained after the  IDTFT operation on the phase response function. A suitable window function is selected depending upon the stop band attenuation which is an input specification.. The output response was observed in the form of a graph on the scilab software and results was verified. 

12 comments:

  1. Rectangular window function should be avoided due to low value of stop band attenuation.

    ReplyDelete
    Replies
    1. Yes in case of rectangular window the value of As is 21 dB , so if one requires a higher attenuation for design purpose (which generally is requirement) , the output won't be what we expect.

      Delete
  2. Attenuation of the side lobes is an important factor.

    ReplyDelete
    Replies
    1. Yes and a window with higher stopband attenution will fetch you with desired results.

      Delete
  3. Blackman window function is considered as the best window function as it has the highest stopband attenuation

    ReplyDelete
  4. Stopband attenuation (As) decides selection of Window function.

    ReplyDelete
    Replies
    1. Select your window such that its value of stop band attenuation is just above your required value of the same. For example if your required value of As is 42 dB, select Hanning window with stop band attenuation 44 dB

      Delete
  5. Hanning too gives a good response

    ReplyDelete
  6. The trick is to select the window function that will give a filter with the correct transition width and attenuation in stopband.

    ReplyDelete
  7. Stop Band value(As) of the windowing function must be high

    ReplyDelete
  8. Window function is selected on the basis of As value

    ReplyDelete