Friday, 22 April 2016

Chebyshev IIR Filter

The second filter we designed was Chebyshev filter.  BLT was used for converting the the generated analog Chebyshev filter to digital iir Chebyshev filter.
 It was noticed that in output magnitude response, there is ripple in pass band with the total number of valleys and peaks equal to order of the filter. 
The magnitude response that in the stop band, however, was monotonic (smooth). From the pole zero plot we come to a conclusion that digital Chebyshev filter poles lie inside the unit circle making it stable.

code:

5 comments:

  1. Thanks for sharing about this topic and the source code!

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete
  3. The above filter can be designed using impulse invariant method

    ReplyDelete
  4. Chebyshev filters have the property that they minimize the error between the idealized and the actual filter characteristic over the range of the filter,but with ripples in the passband.

    ReplyDelete
  5. Thanks for sharing that varad

    ReplyDelete