scipy.signal.lti.
impulse#
- lti.impulse(X0=None, T=None, N=None)[source]#
Return the impulse response of a continuous-time system.
- Parameters:
- X0array_like, optional
Initial state-vector. Defaults to zero.
- Tarray_like, optional
Time points. Computed if not given.
- Nint, optional
The number of time points to compute (if T is not given).
- Returns:
- Tndarray
A 1-D array of time points.
- youtndarray
A 1-D array containing the impulse response of the system (except for singularities at zero).
See also
impulseImpulse response of continuous-time LTI systems.