This is documentation for an old release of SciPy (version 0.10.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Return polynomial transfer function representation from zeros and poles
Parameters : | z : ndarray
p : ndarray
k : float
|
---|---|
Returns : | b : ndarray
a : ndarray
|