This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Step response of discrete-time system.
Parameters : | system : a tuple describing the system.
x0 : array_like, optional
t : array_like, optional
n : int, optional
|
---|---|
Returns : | t : ndarray
yout : tuple of array_like
|
See also