Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Moore machine
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== Formal definition == A Moore machine can be defined as a [[N-tuple|6-tuple]] <math>(S, s_0, \Sigma, O, \delta, G)</math> consisting of the following: * A finite set of [[State (computer science)|states]] <math>S</math> * A start state (also called initial state) <math>s_0</math> which is an element of <math>S</math> * A finite set called the input [[Alphabet (computer science)|alphabet]] <math>\Sigma</math> * A finite set called the output [[Alphabet (computer science)|alphabet]] <math>O</math> * A transition [[function (mathematics)|function]] <math>\delta : S \times \Sigma \rightarrow S </math> mapping a state and the input alphabet to the next state * An output function <math>G : S \rightarrow O</math> mapping each state to the output alphabet "Evolution across time" is realized in this abstraction by having the state machine consult the time-changing input symbol at discrete "timer ticks" <math>t_0, t_1, t_2, ...</math> and react according to its internal configuration at those idealized instants, or else having the state machine wait for a next input symbol (as on a FIFO) and react whenever it arrives. A Moore machine can be regarded as a restricted type of [[finite-state transducer]].
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)