This is documentation for an old release of SciPy (version 0.9.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.signal.tf2ss
-
scipy.signal.tf2ss(num, den)
Transfer function to state-space representation.
Parameters : | num, den : array_like
Sequences representing the numerator and denominator
polynomials.
|
Returns : | A, B, C, D : ndarray
State space representation of the system.
|