Finite state machine (Digital) Sequence

AI Thread Summary
The discussion centers on determining the output sequence of a finite state machine, highlighting that the current sequence misses the combinations 101 and 010 while repeating 000 and 100. It is suggested that both 101 and 010 could serve as initial states. The user provides a proposed repeated sequence of 011, 111, 110, 100, 000, 001, and 011. There is a request for assistance in understanding the sequence, as the user cannot access visual aids. The conversation emphasizes the need for clarity in analyzing the output sequence of the finite state machine.
gl0ck
Messages
85
Reaction score
0
Hello,

here is the problem that I have:
Screenshotfrom2014-05-04113050_zps8253710d.png


Can you please tell me how to determine what is the sequence of the output. I can see it misses 101 and 010 and it repeats 000 and 100.
I think both 101 and 010 are initial states.
The answer I have for repeated sequence is 011, 111, 110, 100, 000, 001, 011


Thanks
 
Physics news on Phys.org
I can't access photobucket. If you describe it, I might be able to assist.
 
Thread 'Have I solved this structural engineering equation correctly?'
Hi all, I have a structural engineering book from 1979. I am trying to follow it as best as I can. I have come to a formula that calculates the rotations in radians at the rigid joint that requires an iterative procedure. This equation comes in the form of: $$ x_i = \frac {Q_ih_i + Q_{i+1}h_{i+1}}{4K} + \frac {C}{K}x_{i-1} + \frac {C}{K}x_{i+1} $$ Where: ## Q ## is the horizontal storey shear ## h ## is the storey height ## K = (6G_i + C_i + C_{i+1}) ## ## G = \frac {I_g}{h} ## ## C...
Back
Top