Method summary
- __init__(self, *args, **kwords)
- __setattr__(self, attr, val)
- impulse(self, X0 = None, T = None, N = None)
- output(self, U, T, X0 = None)
- step(self, X0 = None, T = None, N = None)
Methods
- __init__(self, *args, **kwords)
Initialize the LTI system using either: (numerator, denominator) (zeros, poles, gain) (A, B, C, D) -- state-space.
- __setattr__(self, attr, val)
- impulse(self, X0 = None, T = None, N = None)
- output(self, U, T, X0 = None)
- step(self, X0 = None, T = None, N = None)
