Monday, 24 April 2017

DESIGN OF BUTTERWORTH FILTER

DESIGN OF BUTTERWORTH FILTER

Digital Butterworth Design:

Scilab was used for implementing the code which is similar to MatLab.
Passband attenuation, stopband attenuation, passband frequency, stopband frequency and sampling frequency were passed as input and the order and cut-off frequency of the filter is calculated.
The normalized transfer function is evaluated according to the filter type,i.e LPF or HPF(replacing s by 1/s). The denormalized function is calculated by substituting the value of cut off frequency. The response in z -domain is equivalently calculated by IIM or BLT transformations.

17 comments:

  1. As transition becomes steeper, the magnitude response of the filter approaches the magnitude response of an ideal filter.

    ReplyDelete
  2. butterworth filter deos not have ripple in pass band as in case of chebyshev filter

    ReplyDelete
  3. Which method is better?
    Iim or blt?

    ReplyDelete
  4. Order of the filter is more for butterworth in comparison to chebyshev

    ReplyDelete
  5. Butterworth filter has no ripples in magnitude response.

    ReplyDelete
  6. The frequency response of the Butterworth filter is maximally flat

    ReplyDelete
  7. The butterworth filter is also called maximally flat filter whose rolloff depends on the number of poles

    ReplyDelete
  8. Analog Butterworth LPF has only poles and no zeros.

    ReplyDelete