Home | Trees | Indices | Help |
|
---|
|
Moore machine.
A Moore machine implements the discrete dynamics:
x[k+1] = f(x[k], u[k] ) y[k] = g(x[k] )
where:
Observe that the output depends only on the state.
valuation: assignment of values to each port
Nested Classes | |
Inherited from Inherited from |
Instance Methods | |||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
Instantiate a Moore state machine.
|
Get informal string representation.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Nov 19 00:11:17 2016 | http://epydoc.sourceforge.net |