Mealy Machine Model
A type of finite state machine where the output depends directly on both the current state and the current input. Output . This is used for immediate output response.
📜
The statement of the theorem
A Mealy machine is defined by a tuple , where is the state set, is the input alphabet, is the output alphabet, is the state transition function, and is the output function. The output depends on both the current state and the current input :