This is documentation for an old release of SciPy (version 0.12.0). Read this page in the documentation of the latest stable release (version 1.15.1).
Linear Time Invariant class which simplifies representation.
Parameters : | args : arguments
|
---|
Notes
lti instances have all types of representations available; for example after creating an instance s with (zeros, poles, gain) the state-space representation (numerator, denominator) can be accessed as s.num and s.den.
Methods
bode([w, n]) | Calculate bode magnitude and phase data. |
freqresp([w, n]) | Calculate the frequency response of a continuous-time system. |
impulse([X0, T, N]) | |
output(U, T[, X0]) | |
step([X0, T, N]) |