Pattern detection FSM |
Moore's machine:
The Moore machine is the Finite State Machine(FSM) where the Outputs depends on the Present State. Input changes causes the state transition.
Given pattern is "10x01" , where 'x' is don't care.
Overlapping is also to be considered while designing the FSM.
FSM :
Moore's FSM overlapping pattern "10x01" |
0 comments:
Post a Comment