Question: Problem 5 Consider a finite state machine( FSM) that recognizes the pattern . 1101. The input to the FSM Is a sequence of binary blts,

Problem 5 Consider a finite state machine( FSM) that recognizes the pattern . 1101. The input to the FSM Is a sequence of binary blts, one after the other. When the FSM recelves 1101 as Inputs in successive bits, it should output 1. Otherwise, the output should be 0. For example Input sequence: 11011011001101 FSM output: 00010010000001 (12 pts) 1) Draw the state diagram for this FSM and describe what each state represents 4) Draw the next state logic truth table for this FSM. (e.g. if you need 2 bits (a1, Q0) to represent all the states, then the truth table has 5 columns (input, 01, 0ol01, Q0)) 2) How many bits are required to represent all the states? 3) Draw the output truth table for this FSM e-e. if you need 2 bits (Q1, Q) topresent all the states, then the truth table has 3 columns (01, 00 output))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
