Analyse Flip-Flops: Strange Sequence Discovered?

  • Thread starter Thread starter James889
  • Start date Start date
AI Thread Summary
The discussion centers on analyzing a counter with a peculiar sequence transitioning from state 000 to 100 and back. Participants clarify that the flip-flops in question are T flip-flops, confirming the diagram's accuracy regarding the outputs not being connected. It is noted that the original sequence proposed is incorrect, as Q2 toggles with each clock pulse, which contradicts the stated sequence. The correct behavior involves determining Q1 based on Q2's T input, leading to a repeating pattern of four states. The analysis emphasizes the importance of understanding flip-flop behavior in digital circuits.
James889
Messages
190
Reaction score
1
Hi,

Im trying to analyse this counter
http://img509.imageshack.us/img509/113/pngimg1.png

And my conclusion is that it has a very strange sequence
from state 000 ->100 ->100 and back again to 100...

I just wanted to check with you if that's correct.
 
Last edited by a moderator:
Physics news on Phys.org
James889 said:
Hi,

Im trying to analyse this counter
http://img509.imageshack.us/img509/113/pngimg1.png

And my conclusion is that it has a very strange sequence
from state 000 ->100 ->100 and back again to 100...

I just wanted to check with you if that's correct.

What is the 1T input? Is it the D input on a D flip-flop or the J input on a JK flip-flop or something different? And is the picture correct with neither the Q0 or Q1 outputs connected to anything?
 
Last edited by a moderator:
LCKurtz said:
What is the 1T input? Is it the D input on a D flip-flop or the J input on a JK flip-flop or something different? And is the picture correct with neither the Q0 or Q1 outputs connected to anything?

Hi, they are T flip-flops, and yes the picture is correct with neither the q0 nor q1 connected to anything.
 
I don't think your sequence can be correct. One thing for sure is that Q2 will toggle on every clock pulse which your sequence doesn't do. And Q0 won't change from whatever its starting state is. You just have to figure out Q1 knowing its T input is Q2. I get a repeating pattern of 4 independent of what Q0 is.
 
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