This is documentation for an old release of SciPy (version 1.5.3). Read this page in the documentation of the latest stable release (version 1.15.1).
scipy.signal.StateSpace.to_zpk¶
-
StateSpace.
to_zpk
(self, **kwargs)[source]¶ Convert system representation to
ZerosPolesGain
.- Parameters
- kwargsdict, optional
Additional keywords passed to
ss2zpk
- Returns
- sysinstance of
ZerosPolesGain
Zeros, poles, gain representation of the current system
- sysinstance of