SciPy

This is documentation for an old release of SciPy (version 1.5.1). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.signal.sos2tf

scipy.signal.sos2tf(sos)[source]

Return a single transfer function from a series of second-order sections

Parameters
sosarray_like

Array of second-order filter coefficients, must have shape (n_sections, 6). See sosfilt for the SOS filter format specification.

Returns
bndarray

Numerator polynomial coefficients.

andarray

Denominator polynomial coefficients.

Notes

New in version 0.16.0.

Previous topic

scipy.signal.sos2zpk

Next topic

scipy.signal.cont2discrete