Automata
Automata
An automata or finite state machine is a structure
M = < I, S, O, d, l >
with:
I : set of input events,
S: finite set of states,
O: set of output events,
d : transition function S x I ---> S,
l : output function S x I ---->O.
This general model is a Mealy Model
If l : output function S ---->O.
The output is only function of the current state
Moore Model
Diapositiva precedente
Diapositiva successiva
Torna alla prima diaposiva
Visualizza versione grafica