MATLAB: Chebyshev type II filter

chebyshevfilterMATLAB

Hi dears,
If the order of the filter is 5 and cutoff frequency is 1.5Hz, then how will I apply the Chebyshev type II filter (low-pass filter) on the signal. The sampling frequency of the signal is 10 Hz?
Thanks

Best Answer

See the documentation for: cheb2ord, cheby2, zp2sos and filtfilt.