Impulse response of discrete-time system.
system : tuple
The following gives the number of elements in the tuple and the interpretation: 3: (num, den, dt) 4: (zeros, poles, gain, dt) 5: (A, B, C, D, dt)
The following gives the number of elements in the tuple and the interpretation:
3: (num, den, dt) 4: (zeros, poles, gain, dt) 5: (A, B, C, D, dt)
x0 : array_like, optional
Initial state-vector. Defaults to zero.
t : array_like, optional
Time points. Computed if not given.
n : int, optional
The number of time points to compute (if t is not given).
t : ndarray
A 1-D array of time points.
yout : tuple of array_like
Step response of system. Each element of the tuple represents the output of the system based on an impulse in each input.
See also
impulse, dstep, dlsim, cont2discrete
scipy.signal.dlsim
scipy.signal.dstep
Enter search terms or a module, class or function name.