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]) |