Sunday, 23 April 2017

Digital Butterworth Filter Design

             After analyzing different algorithms for obtaining filter(system) output, it's time to design a filter. Firstly, IIR(Infinite Impulse Response i.e. on taking Inverse Z-Transform, h[n] has infinite length) filters were designed on Scilab. The first type are Butterworth filters with no ripple in passband and stopband. On substituting the input parameters As,Ap, Ws,Wp and sampling frequency, for both High Pass and Low Pass, Filters,a high order filter is designed.Here, first , an Analog and then a Digital Filter is designed. The poles of this filter lie on a circle inside the unit circle in the z-plane. As BLT method is used for design, there is one-to-one mapping of filter poles, but the frequency bands are compressed in case of digital filters. 

21 comments:

  1. Higher orders of the filter makes its hardware implementation difficult.

    ReplyDelete
  2. what is the limitation of BLT method?

    ReplyDelete
    Replies
    1. As compared to IIM method the computations can increase.
      Also, for Band Pass and Band Stop filters, the order may increase after LPF to BPF/BSF transformation is used.
      Another limitation involves the Direct Form Realization. The block in the realization increase as terms in numerator increase.

      Delete
  3. This comment has been removed by the author.

    ReplyDelete
  4. Replies
    1. Refer to MATLAB's documentation for more information.

      Delete
  5. Replies
    1. For Low pass filters IIM can be used as it involves less computation. However, BLT is preferred as there is no aliasing effect.

      Delete
  6. In Butterworth filter as we go on increasing order of filter, response becomes more sharper and at approaches to ideal response.

    ReplyDelete
    Replies
    1. As the order increases, the response starts appearing as an ideal filter.

      Delete
  7. Can be used where amplitude is of more importance

    ReplyDelete
  8. Butterworth does not have ripples in any band in its frequency response

    ReplyDelete
  9. Replies
    1. This is important for critical applications.

      Delete
  10. In Butterworth filters, the transition band becomes sharper as the order increases

    ReplyDelete
    Replies
    1. At this point the response appears as that of an ideal filter.

      Delete
  11. Digital Butterworth filters are preferred as Analog filters require more number of discrete components.

    ReplyDelete
    Replies
    1. That is the inherent advantage of digital filters.

      Delete
  12. The frequency response of the Butterworth filter is maximally flat

    ReplyDelete