Chebyshev Type II Filter
The implementation uses the scipy.signal.cheby2 function to design the filter and scipy.signal.filtfilt for zero-phase filtering.
The implementation uses the scipy.signal.cheby2 function to design the filter and scipy.signal.filtfilt for zero-phase filtering.