Step response of continuous-time system.
This function is functionally the same as scipy.signal.step, but it uses the function scipy.signal.lsim2 to compute the step response.
Parameters : | system : an instance of the LTI class or a tuple describing the system.
X0 : array_like, optional
T : array_like, optional
N : int
**kwargs : :
|
---|---|
Returns : | T : 1D ndarray
yout : 1D ndarray
|
See also
Notes
New in version 0.8.0.