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).
Impulse response of discrete-time system.
Parameters : | system : tuple
x0 : array_like, optional
t : array_like, optional
n : int, optional
|
---|---|
Returns : | t : ndarray
yout : tuple of array_like
|
See also