1
95kviews
Design Moore sequence detector to detect a sequence ----101-using DF/F
2 Answers
written 8.3 years ago by |
A sequence detector is a sequential state machine. In a Moore machine, output depends only on the present state and not dependent on the input (x). Hence in the diagram, the output is written with the states.
The state diagram of a moore machine for a 101 detector is:
Four states will require two flip flops. Consider two D flip flops. Their excitation table is shown below.
Excitation table:
written 2.9 years ago by |
Equation for DB is supposed to be x'A +xBA' instead of xBA, the diagram needs adjustment too