• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

EECE 241

cyberfuzz

Senior member
alright, now we started talking about STD's (state transition diagrams). and im given the problem:

Give the state transition diagram for a sequence detector that detects teh sequence 110101. Overlapping is not allowed.

Now this is what i have drawn out. Ive tried searching through the textbook and i have no clue if i did this right. I did a drawing in paint to show what i have:

State Transition Diagram
 
Originally posted by: quakefiend420
<insert lame STD joke here>

<insert lame comeback about how it would have been funny if this was 1995 and i was in middle school and just learned what an STD was here>
 
you have a problem, you will not detect 110101 in the data 1110101 since you go back to the start after 111
 
make the 1 transition from the 11 state loop back to the 11 state, also make the 1 transition from the 1101 state go to the 11 state
 
Originally posted by: ArmenK
make the 1 transition from the 11 state loop back to the 11 state, also make the 1 transition from the 1101 state go to the 11 state

Also, once you have the first 1, you don't want to loop on a 0. A 0 should send you back to the start.
 
Back
Top