Design a Sequence Recognizer that will recognize the sequence 101101 by designing a finite state machine (FSM). The input will be (X) and when the pattern is seen the output (Z) will be 1.
Example:
X = 1 0 1 0 1 1 0 1 1 0 1 1
Z = 0 0 0 0 0 0 0 0 1 0 0 1
a. Make a state diagram for the process using the Moore Machine
model
b. Make a next state table using D flip-flops
c. Solve for Boolean expressions for the outputs and the inputs to
the flip-flops
d. Draw out the circuit (Schematic)
Get Answers For Free
Most questions answered within 1 hours.