Question 6 Design a Moore-type FSM that has an input w and an output z. The machine is a sequence detector that produces
Posted: Sun May 15, 2022 5:27 pm
Question 6 Design a Moore-type FSM that has an input w and an output z. The machine is a sequence detector that produces z = 1 when the sequence '000' is detected in input w. For example, if the following sequence is received: 0 0 1 0 1 0 0 0 0 1 0 0 0 1 0 0 1 1 1 1 0 0 0 1 0 0 1 then 1's will be output here. Otherwise, the system will output zeros.