This feature accepts a signal with a rational expression for the filter coefficients used to filter the signal where b is the numerator and a is the denominator or 'characteristic polynomial' of the digital filter being applied. Filtering is often accomplished using cascading second order sections to reduce numeral sensitivity.
https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.lfilter.html
This feature accepts a signal with a rational expression for the filter coefficients used to filter the signal where b is the numerator and a is the denominator or 'characteristic polynomial' of the digital filter being applied. Filtering is often accomplished using cascading second order sections to reduce numeral sensitivity.
https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.lfilter.html