This is documentation for an old release of SciPy (version 0.10.1). Read this page in the documentation of the latest stable release (version 1.15.1).
Return zero, pole, gain (z,p,k) representation from a numerator, denominator representation of a linear filter.
Parameters : | b : ndarray
a : ndarray
|
---|---|
Returns : | z : ndarray
p : ndarray
k : float
If some values of b are too close to 0, they are removed. In that case, a : BadCoefficients warning is emitted. : |