SciPy

This is documentation for an old release of SciPy (version 1.2.0). Read this page in the documentation of the latest stable release (version 1.15.1).

scipy.signal.StateSpace.to_tf

StateSpace.to_tf(**kwargs)[source]

Convert system representation to TransferFunction.

Parameters:
kwargs : dict, optional

Additional keywords passed to ss2zpk

Returns:
sys : instance of TransferFunction

Transfer function of the current system

Previous topic

scipy.signal.StateSpace.to_ss

Next topic

scipy.signal.StateSpace.to_zpk