bundles / scipy latest / scipy / signal / _ltisys / StateSpace / to_zpk
function
scipy.signal._ltisys:StateSpace.to_zpk
source: /scipy/signal/_ltisys.py :1598
Signature
def to_zpk ( self , ** kwargs ) Summary
Convert system representation to ZerosPolesGain.
Parameters
kwargs: dict, optionalAdditional keywords passed to ss2zpk
Returns
sys: instance of `ZerosPolesGain`Zeros, poles, gain representation of the current system
Aliases
-
scipy.signal.StateSpace.to_zpk