| Trees | Indices | Help |
|
|---|
|
|
sm.SM --+
|
LTISM
Class of state machines describable as LTI systems
| Instance Methods | |||
|
|||
|
|||
|
Inherited from |
|||
| Class Variables | |
|
Inherited from |
| Instance Variables | |
|
cCoeffs Output coefficients |
|
|
dCoeffs Input coefficients |
|
|
startState State is last j input values and last k output values |
|
| Method Details |
Expects coefficients in the form y[n] = c_0 y[n-1] + c_(k-1) y[n-k] + d_0 x[n] + d_1 x[n-1] + ... + d_j x[n-j] Coefficients for newest state and input are at the front
|
Default version of this method. If a subclass only defines
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Apr 26 17:51:16 2011 | http://epydoc.sourceforge.net |