Learn finite state machines through interactive simulations. Explore Moore and Mealy machines with state diagrams, transition tables, and real-time visualization.
A finite state machine that detects a specific binary sequence (e.g., 1011) in the input stream. It outputs 1 when the sequence is detected.