Mealy Machine
Moore machine shows ouput on transition.Below are parameters for mealy machine:
Parameter Name | Description |
---|---|
Q | Finite Set of States |
Σ | Input Alphabet |
q0 | Initial State |
Δ | Output Alphabet |
λ | Output Function(λ): Q X Σ-> Δ |
δ | Transition Function: δ:Q X Σ -> Q |
Example of Mealy Machine
