This is documentation for an old release of SciPy (version 0.9.0). Read this page Search for this page in the documentation of the latest stable release (version 1.15.1).
scipy.signal.lti
-
class scipy.signal.lti(*args, **kwords)
Linear Time Invariant class which simplifies representation.
Methods
impulse(system[, X0, T, N]) |
Impulse response of continuous-time system. |
output |
|
step(system[, X0, T, N]) |
Step response of continuous-time system. |