Step response of continuous-time system.
Parameters : | system : an instance of the LTI class or a tuple describing the system.
X0 : array_like, optional
T : array_like, optional
N : int
|
---|---|
Returns : | T : 1D ndarray
yout : 1D ndarray
|
See also