Summary: Briefly explains Chebyshev filters.
Note: Your browser may not currently support MathML. See our browser support page for additional details. You can always view the correct math in the PDF version.
This module will cover Chebyshev filters with an assumed understanding of Butterworth filters. This module will also examine the lowpass example of these filters, leaving conversion to other types of filters for the Lowpass to Highpass Transformation, Lowpass to Bandpass Transformation and Lowpass to Bandstop Transformation modules.
Like Butterworth filters, Chebyshev filters contain only poles. However, while the poles of the Butterworth filter lie on a circle in the s-plane, those of the Chebyshev filter lie on an ellipse.
![]() |
The result of this repositioning of poles is a "rippling effect" in the passband of the magnitude of the transfer function. Since each local maximum in this rippling reaches the same value and each local minimum reaches the same value, this rippling is described as equal ripple. It is important to notice that there is no rippling in the stopband and to be aware that this transition band will be narrower than a comparable Butterworth filter.
![]() |
The magnitude of the transfer function of a Chebyshev filter takes the form
The design of Chebyshev filters is generally done the same way
Butterworth filters are (with tables and Matlab). The most
relevant Matlab command is cheb1ap, but
there are others.