kalyan106
Newbie level 4
- Joined
- Apr 26, 2013
- Messages
- 6
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,313
can any one help me...
need mealy and moore state machines
Design a FSM over { 0, 1, b } that will output a copy of the input string except that the first bit will have been moved to the end of the string. (“b” represents a blank” here )
E.g. . input : 010011 will produce
output: 100110
need mealy and moore state machines
Design a FSM over { 0, 1, b } that will output a copy of the input string except that the first bit will have been moved to the end of the string. (“b” represents a blank” here )
E.g. . input : 010011 will produce
output: 100110