Help needed to draw a State Diagram for scale of 10 Gray code counter

AI Thread Summary
To create a state diagram for a scale of 10 Gray code counter, it's essential to account for both used and unused states. The unused states include 1100, 0100, 1101, 0101, and 0111, which must be managed to prevent the counter from entering a dead end. A recommended approach is to have all unused states transition back to the initial state, ensuring the system resets rather than getting stuck. This design principle is crucial in state machine design to maintain functionality. Properly addressing all states, including unused ones, is vital for effective counter operation.
undomielestel
Messages
1
Reaction score
0
Hey,

How do u arrive at the state diagram for a scale of 10 gray code counter?

I know how to draw all the used states, but the problem comes when the unused states are considered.

The unused states namely are:1100
0100
1101
0101
0111

The gray code adapts a 2-4-2-1 code.

If anyone knows how to draw this i would appreciate ur help.

Thanks
 
Engineering news on Phys.org
Normally you will just have your unused states vector into your initial state. That way, even if the counter gets into a bad state somehow, it does not hang there. It just goes back and starts over. Making sure that unused states vector to some initial state is VERY important in state machine design. Always account for ALL of your states, and make sure that none of them is a dead end.
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top