Linear phase FIR filter design using windowing method

In this experiment we designed Linear phase FIR filter using Scilab. These are filters that have a Finite Impulse Response. Broadly, the method for designing the filter is the same as IIR filters. Filter parameters like Attenuation in Stop band (As) and Pass band (Ap) as well as Pass band frequency, Stop band frequency and sampling frequency were given as input. You input the formulae in a Scilab code and run the program. Window function include Hamming window, Bartlet Window, Hanning window, Blackman window etc. We used a Hanning Window as the window function and wrote the code accordingly. The difference between IIR and FIR designing is that much of the calculation is done in time domain rather than the transform domain..

Comments

  1. We can even directly call the required window function by using the window() scilab function

    ReplyDelete
  2. It is one the best methods to implement FIR filters

    ReplyDelete
  3. According to value of As, window function can be selected

    ReplyDelete
    Replies
    1. As of the window function should be greater than the given As

      Delete
  4. Window functions are preferable because they allow different window functions
    which can be used as per the design specifications of filter

    ReplyDelete

Post a Comment

Popular posts from this blog

FIR Filter Design using FSM

Review on Patent