scipy.signal.StateSpace.to_tf¶
-
StateSpace.
to_tf
(self, **kwargs)[source]¶ Convert system representation to
TransferFunction
.- Parameters
- kwargsdict, optional
Additional keywords passed to
ss2zpk
- Returns
- sysinstance of
TransferFunction
Transfer function of the current system
- sysinstance of