How do you convert Mealy machine to Moore machine?

Answer:
In mealy machine,as soon as the input bit is one..the output will become logic high.It need not go into another state.
Now let us see for Moore machine...
It is in the state which recognised the bit equence of 10 and state output is low.
now,If the incoming input bit is one it will go to another state upon the clock tick where we will take output which depends on the present state.
so we say that the new state is the one which detected the sequence of 101 and it's output is logic high.
so mealy is asynchronous where as moore is synchronous.
First answer by ID3065651981. Last edit by ID3065651981. Question popularity: 1 [recommend question].