1
123kviews
Design mealy sequence detector to detect a sequence ----1010---- using D filpflop and logic
2 Answers
written 8.5 years ago by |
$S_1$ = 01
$S_2$ = 10
$S_3$ = 11
The above state table becomes:
Four states will require two flip flops. Consider two D flip flops. Their excitation table is shown below.
Excitation table:
written 3.2 years ago by | • modified 3.2 years ago |
for present state 11 ('S3') input X=1 changes it to next state 01 ('S1'). So there should be modification in excitation table in the last row in next state column.