Hello, I am supposed to make a graph of Moore automaton sequence detector 1010 overlapping, i.e. the last symbol detected
sequence is the first symbol of the new sequence. And I've been thinking about two versions and I don't know which one is good. Please help me evaluate. I think the lower version is correct. I don't know yet if q4-> z0-> q2 or q4-> z0-> q0, but I think the latter option is fine for the non-overlapping version. Additionally, in this command, I do not understand the logic that the last symbol, which is 0, is to be the beginning of a new sequence that starts with 1, so do I not understand something, is the task poorly constructed?
sequence is the first symbol of the new sequence. And I've been thinking about two versions and I don't know which one is good. Please help me evaluate. I think the lower version is correct. I don't know yet if q4-> z0-> q2 or q4-> z0-> q0, but I think the latter option is fine for the non-overlapping version. Additionally, in this command, I do not understand the logic that the last symbol, which is 0, is to be the beginning of a new sequence that starts with 1, so do I not understand something, is the task poorly constructed?
