scipy.signal.StateSpace.to_zpk¶
-
StateSpace.to_zpk(**kwargs)[source]¶ Convert system representation to
ZerosPolesGain.Parameters: kwargs : dict, optional
Additional keywords passed to
ss2zpkReturns: sys : instance of
ZerosPolesGainZeros, poles, gain representation of the current system