Open In App

Conversion of Moore to Mealy machine (Set 10)

Prerequisite: Mealy and Moore Machines, Difference between Mealy machine and Moore machine 
In this article, we shall see a conversion of Moore to Mealy machine- 

State Transition Diagram of a Moore machine:- 
 



Above Moore machine takes the binary number {0, 1} as input and produce residue modulo ‘3’ as output i.e, when the equivalent decimal number of binary input over {0, 1} is divided by 3 then it gives output as it’s remainder. 
Now we need to transform the above transition diagram of Moore machine to equivalent Mealy machine transition diagram. 
Steps for the required conversion are given below:- 



 

Note: While converting from Moore to Mealy machine the number of states remains same for both Moore and Mealy machine but in case of Mealy to Moore conversion it does not give the same number of states.
 

Article Tags :