MATLAB: FDAtool: Cutoff for “Chebyshev” and “Elliptic”

-1db-3dbchebyshevcutoffellipticfdatoolMATLABSignal Processing Toolbox

Hi all.
I'm about to design a couple of IIR filters in FDA tool. The cutoff-frequency normally is -3 dB, but for Chebyshev and Elliptic it seems like it's only -1 dB.
Am I doing something wrong, or is it simple because I don't know the correct definitions? 🙂
I would appreciate some sort of verification, if possible.
Thanks!
Alex.

Best Answer

Hi Alex,
I think there is some misunderstanding regarding the design specification. In IIR filter, if you specify the filter order, the parameters for Butterworth method and the parameters for Chebyshev/Elliptic are different. For Butterworth, like you said, the parameter is the cutoff frequency, i.e. 3dB point. However, for Chebyshev/Elliptic method, you specify the passband and passband ripples. Based on your picture, I assume you are using the default passband ripple (Apass), which is 1dB. This means that between 20 and 150 Hz, the fluctuation cannot exceed 1dB. If you think you can live with a 3dB drop, you can then change your passband ripple (Apass) to 3dB, although such setting is rare in a Chebyshev/Elliptic design.
HTH
Honglei