SciPy

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

scipy.signal.normalize

scipy.signal.normalize(b, a)[source]

Normalize polynomial representation of a transfer function.

If values of b are too close to 0, they are removed. In that case, a BadCoefficients warning is emitted.

Previous topic

scipy.signal.lp2lp

Next topic

scipy.signal.butter