1
129kviews
Design mealy sequence detector to detect a sequence ----1010---- using D filpflop and logic
2 Answers
| written 9.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 4.2 years ago by | • modified 4.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.