Computer Science, asked by har86978, 3 months ago

explain the steps to convert moore machine to mrley machine with example.​

Answers

Answered by robinxavier187
0

Explanation:

To convert Moore machine to Mealy machine, state output symbols are distributed into input symbol paths.

...

The equivalent Mealy machine can be obtained as follows:

λ' (q0, a) = λ(δ(q0, a))

= λ(q0)

= 0.

λ' (q0, b) = λ(δ(q0, b))

= λ(q1)

= 1.

Similar questions