M
Mike Herbakovich
Guest
I have to design a circuit that recognizes the sequence 1101 with D flip
flops. So I need two flip flops. But I don't understand the state table,
why does the Present state in the third row 11 instead of 10?
Present Next State Ouput Z
State x=0 x=1 x=0 x=1
00 00 01 0 0
01 00 11 0 0
11 10 11 0 0
10 00 01 0 1
Here's the link, Table 4-7 which is a binary representation of Table 4-5.
The state diagram is Figure 4-21
ftp://ftp.prenhall.com/pub/esm/electrical_and_computer_engineering.s-045/mano/lcdf_2e_updated/supplements/ch04.pdf
I switched row three with row four and got
my equations
D_1= BX+AB
D_2= X
Z= AB'X
flops. So I need two flip flops. But I don't understand the state table,
why does the Present state in the third row 11 instead of 10?
Present Next State Ouput Z
State x=0 x=1 x=0 x=1
00 00 01 0 0
01 00 11 0 0
11 10 11 0 0
10 00 01 0 1
Here's the link, Table 4-7 which is a binary representation of Table 4-5.
The state diagram is Figure 4-21
ftp://ftp.prenhall.com/pub/esm/electrical_and_computer_engineering.s-045/mano/lcdf_2e_updated/supplements/ch04.pdf
I switched row three with row four and got
my equations
D_1= BX+AB
D_2= X
Z= AB'X