(Solved):
Show how to make a state diagram for a Mealy machine with the following specifications: 1) The mac ...
Show how to make a state diagram for a Mealy machine with the following specifications: 1) The machine has one input and one output; 2) The inputs are received in blocks, each block is contains three input bits; 3) The output is equal to one if the majority of the bits in the block is 1 and zero otherwise. A sample inpul/output trace for such system is Draw a complete state diagram. Indicate what each state is meant to represent.