SciPy

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