Impulse response of a single-input, continuous-time linear system.
Parameters : | system : an instance of the LTI class or a tuple describing the system.
T : 1-D array_like, optional
X0 : 1-D array_like, optional
N : int, optional
kwargs : various types
|
---|---|
Returns : | T : ndarray
yout : ndarray
|
See also
Notes
The solution is generated by calling scipy.signal.lsim2, which uses the differential equation solver scipy.integrate.odeint.
New in version 0.8.0.
Examples