Maker Pro
Maker Pro

5-bit synchronous sequence recognizer design

EngineeringFailure

Nov 3, 2016
2
Joined
Nov 3, 2016
Messages
2
I am trying to design a 5-bit sequence recognizer. The circuit has to detect two sequences of bits. The first sequence is 11001. The second is 10010. The output when no sequence is detected should be 00. When the 1st input sequence is detected, the output should be 01. When the second sequence is detected, the output should be 10. Overlapping should also be detected. I'm designing a mealy type machine

The specifications of the assignment say that it has to be one finite state machine to detect both the sequences(i.e one circuit block).

The first step that we always do is draw a state diagram or state table whichever is easier. I chose to draw the state diagram first.

Here is my state diagram:

this one.jpg

Is my state diagram correct?
 
Last edited:

(*steve*)

¡sǝpodᴉʇuɐ ǝɥʇ ɹɐǝɥd
Moderator
Jan 21, 2010
25,510
Joined
Jan 21, 2010
Messages
25,510
Your image is not visible.

Upload it here, don't point at an image at another forum that presumably requires that you are logged in to view it.
 
Top