Tuesday, 4 April 2017

Expt - 5 Digital Butterworth Filter Design

This was the first experiment performed in Scilab. Scilab is an open source software designed for doing complex computations using simpler functions.We had to design Butterworth digital filter from from analog Butterworth filter by passing inputs like - Stop band attenuation(As), Pass band attenuation(Ap) , Pass band frequency(wp) & Stop band frequency(ws). Filter order and cut off frequency was then calculated.
 Normalized transfer function of LPF was obtained, which was then converted into denormalized transfer function of desired(LPF or HPF) filter.The response in z -domain is equivalently calculated by IIM or BLT transformations.
 
Frequency Response of Butterworth Filter is maximally flat - monotonically decreasing in Pass band & Stop band. Steepness of the response depends upon order of the filter

12 comments:

  1. In BLT, Analog frequency in the range [ 0 to infinity) is compressed to Digital frequency in the range [ 0 to pie ]. This frequency compression is called frequency warping which is used in the design procedure of IIR filter design when BLT method is used.

    ReplyDelete
  2. Transition width of Butterworth filter is high compared to chebyshev filter

    ReplyDelete
  3. The entire algorithm is well explained. Butterworth filters are used for critical applications due to higher order and maximally flat pass band.

    ReplyDelete
    Replies
    1. Yes, due to their higher orders, they are difficult to implement practically

      Delete
  4. Butterworth filters are monotonic in both pass band as well as stop band.

    ReplyDelete
  5. They require more hardware components for realization

    ReplyDelete
  6. 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
  7. We have to input parameters such as Ap,As,stop band and pass band frequency when we execute the scilab code

    ReplyDelete
  8. The order of the filter increases as the transition width of the filter decreases. In butterworth filter there is no ripple in stopband as well as in passband

    ReplyDelete
  9. Does it have ripple pass band and stop band ?

    ReplyDelete
  10. Also, state the advantages of IIR filters ?

    ReplyDelete
  11. There are no ripples either in passband or stop band. Further they require less hardware and thus memory

    ReplyDelete