Sunday, 23 April 2017

Butterworth Filter Design

This is a filter design technique to design an IIR filter. The magnitude response of the filter is ripple free. A code was written in Scilab ,which is an open source software to plot the frequency response of an IIR filter with the given input specifications. An analog filter was designed with the input values and a digital filter was designed from this analog filter using BLT Method.
A low pass filter as well as a high pass filter were designed. The observed values were compared with the input specifications to check for accuracy.    

10 comments:

  1. In this experiment we also observed the position of analog filter poles

    ReplyDelete
  2. Stability of IIR is less as compared with FIR filter.

    ReplyDelete
  3. Magnitude response of the filter is monotonic.

    ReplyDelete
  4. Butterworth filters do not have ripples in pass band and stop band

    ReplyDelete
  5. We had compared the observed and actual values of Ap and As

    ReplyDelete
  6. Impulse Invariant method can also be used for designing the digital filter

    ReplyDelete