Sunday, 23 April 2017

DSPP EXPERIMENT NO. 05

Digital Butterworth Filter Design

In this experiment we used Scilab software to simulate behaviour of digital butterworth filters.It provides an easy interface for coding and can also generate frequency response curves.A butterworth filter has a maximally flat magnitude frequeny response curve . Bilinear transformation method was used to design the filter. Filter parameters like passband attenuation,stopband attenuation,passband frequency and stopband frequency were given as input by the user.The order and transfer function of filter was displayed and magnitude response of filter was displayed on the screen. 

10 comments:

  1. Due to its higher order hardware implementation is difficult.

    ReplyDelete
  2. BLT is a good method for filter designing.

    ReplyDelete
  3. Magnitude response of Butterworth filter is monotonic in nature.

    ReplyDelete
  4. Its only disadvantage is difficulty in implementation due to higher order.

    ReplyDelete
  5. Butterworth filter has higher transition width compared to chebyshev filter

    ReplyDelete
  6. In order to find the output of IIR filter difference equations are used.

    ReplyDelete
  7. it is also referred as a maximally flat magnitude filter. The rate of falloff response of the filter is determined by the number of poles taken in the circuit

    ReplyDelete
  8. IIR requires less memory and calculations than a similar FIR filter to achieve a given filtering characteristics.

    ReplyDelete