The following questions are about finite state machines.
(2)Given a Moore machine with 3 states, how many different state assignments
are there if 2 flip-flops are used to encode the states of the machine?
(3)Given a Mealy machine with 5 input bits, 2 flip-flops, and 8 output bits,
what is the number of different patterns that can be observed on the machine's
outputs?
這兩題看不懂怎麼算的有沒有人可以跟我解釋一下?
張凡給的答案是
(2)c(4,3) = 4
(3)Min{2^5 * 2^5 = 128, 2^8 = 256} = 128
感謝~