Sunday, 23 April 2017

Linear phase FIR filter designing using Windowing method

In this experiment, we have designed linear phase FIR filter using windowing method. Different types of windows are used to design FIR filter, which includes Hamming window, Hanning window, Bartlett window, Blackman window and Kaiser window. Here, we used Hanning window for designing of filter. The parameters used for designing the FIR filters are attenuation in stop band(As),attenuation in pass band (Ap),pass band frequency, stop band frequency and sampling frequency. We have written scilab code with reference of designing method done in class. Advantage of the windowing method is it requires minimum amount of computational effort, so window method is simple to implement.

8 comments:

  1. It is a very tedious method and difficult to implement.

    ReplyDelete
  2. Among above mentioned windows,Blackman window has the highest value of parameter Ap,which is desirable

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

    ReplyDelete
  4. Windowing functions are selected depending on the As value

    ReplyDelete
  5. blackman is best in terms of stopband attenution

    ReplyDelete
  6. Rectangular window has the least value of As

    ReplyDelete