Difference between revisions of "Chebyshev Filters"
Line 27: | Line 27: | ||
== The Chebyshev Type-II Low-Pass Filter == | == The Chebyshev Type-II Low-Pass Filter == | ||
+ | The Chebyshev Type-II filter of order <math>N</math> has <math>N</math> poles and <math>N</math> zeros for even <math>N</math>, and <math>N-1</math> zeros for odd <math>N</math>. It has poles inside and outside the unit circuit, and complex conjugate zeros on the <math>j\omega</math>-axis, creating ''nulls'' in the stop-band. It is also less common than the Type-I filter since the roll-off is less steep, and due to its zeros, it requires more components. |
Revision as of 10:31, 18 March 2021
Chebyshev filters come in two flavors: the more popular Type-I and the Type-II Chebyshev filter.
The Chebyshev Type-I Low-Pass Filter
Chebyshev Type-I filters are also all-pole filters, with poles of the normalized () filter located on an ellipse inside the unit circle, as shown in Fig. 1. This arrangement of poles results in (1) a shorter transition band, and therefore a steeper roll-off compared to the Butterworth low-pass filter of the same order, shown in Fig. 2, (2) poorer group delay characteristics as depicted in Figs. 3 and 4, and (3) ripples in the pass-band also seen in Fig. 2. By allowing larger ripples in the pass-band, we get: (1) a narrower transition band, and hence sharper cut-off, (2) higher Q poles, and (3) more degradation in the phase response.
The Chebyshev Type-I magnitude response is given by:
-
(1)
-
Where is the filter order, is the cut-off frequency, is the ripple factor with ripple in dB, and are solutions to the Chebyshev differential equation:
-
(2)
-
For a normalized filter, or , the poles of the Chebyshev Type-I low-pass filter are the roots of . In practice, instead of solving this equation directly, we can easily get the roots (and hence the poles) of the filter transfer function using tools such as Python or Matlab.
The Chebyshev Type-II Low-Pass Filter
The Chebyshev Type-II filter of order has poles and zeros for even , and zeros for odd . It has poles inside and outside the unit circuit, and complex conjugate zeros on the -axis, creating nulls in the stop-band. It is also less common than the Type-I filter since the roll-off is less steep, and due to its zeros, it requires more components.