{ } Raw JSON

bundles / scipy 1.17.1 / 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, optional

Additional keywords passed to ss2zpk

Returns

sys : instance of `ZerosPolesGain`

Zeros, poles, gain representation of the current system

Aliases

  • scipy.signal.StateSpace.to_zpk