This is documentation for an old release of SciPy (version 0.9.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Simulate output of a continuous-time linear system.
Parameters : | system : an instance of the LTI class or a tuple describing the system.
U : array_like
T : array_like
X0 : :
interp : {1, 0}
|
---|---|
Returns : | T : 1D ndarray
yout : 1D ndarray
xout : ndarray
|