prevail
- 17
- 0
Finite state machines :(
Okay, I'm having trouble understanding a finite state machine example in my book. It's a state table for the machine M = (S, \ell, \wp, v , \omega) where S = {S0, S1, S2}, \ell = \omega = {0,1}.
Please check out the attachment
What i don't understand is the v and \omega column... Why is row S0; S0 in "0" and S1 in "1", and row S2; 0 in "0" and 1 in "1"?
Is this just made up or something?
In my textbook it says that:
v: S X \ell -> S is the next state function
w: S X \ell -> \wp is the output function.. but i still don't get it :(
Okay, I'm having trouble understanding a finite state machine example in my book. It's a state table for the machine M = (S, \ell, \wp, v , \omega) where S = {S0, S1, S2}, \ell = \omega = {0,1}.
Please check out the attachment
Is this just made up or something?
In my textbook it says that:
v: S X \ell -> S is the next state function
w: S X \ell -> \wp is the output function.. but i still don't get it :(