SciPy

scipy.signal.StateSpace.to_zpk

StateSpace.to_zpk(**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

Previous topic

scipy.signal.StateSpace.to_tf

Next topic

scipy.signal.TransferFunction