Sequential Circuits: How Are They Stored?

  • Thread starter Thread starter Tactified
  • Start date Start date
  • Tags Tags
    Circuits
AI Thread Summary
Sequential circuits utilize flip-flops to store information, relying on a feedback loop that maintains the current state indefinitely. The clock signal is crucial as it dictates when the flip-flop can change its state, but the stored value remains unchanged without it. Clock pulses can be periodic or controlled by other circuitry, allowing flexibility in timing and state changes. Applications include frequency division, where high-frequency signals can be reduced to lower frequencies for precise timing, such as in clock systems. Understanding the relationship between clock signals and flip-flop operation is essential for effective circuit design.
Tactified
Messages
9
Reaction score
0
Hello all,

I'm new to this forum, but I've browsed this forum quite a bit and it has helped me numerous times throughout my years of college. I have a question that I need clarification on with sequential circuits.

Synchronous Circuits store "information" using a clock and the added signal from the input, usually from some Combinational circuit, but what I still don't understand is how. I guess physically its not making sense to me.

How does an changing clock pulse (what looks like to be oscillating in my book) help store a 1 or 0 after a signal has been input into the flip flop?
 
Engineering news on Phys.org
Welcome to PF! We're glad it has helped you in the past.

The clock is actually unrelated. A flip-flop will store its value indefinitely, even if its clock signal never toggles. The clock is what tells the flip-flop to change its state; without the clock, it will stay in the same state forever.

Flip-flops hold their state because they use feedback. Take a look at the schematic here:

http://en.wikipedia.org/wiki/Flip-flop_(electronics)#Simple_set-reset_latches

Can you see how the NOR gates are connected in a 'loop,' where the output of one drives the input of the other, and vice versa? That feedback loop is what allows the flip-flop to maintain its state indefinitely.

- Warren
 
Ok, I think I understand this now, so essentially the feedback loop is what the "current state" in the flip flop is, and the clock is the pulse that is sent into the other input terminals of both NOR gates which will change the state that is held in that feedback loop. Is that the way to look at it?

So how do you determine the timing of clock pulses? Are they always periodic, or are the pulses determined by some other circuitry (thus allowing someone to control WHEN the pulses happen and when to change the information stored)?

And thank you Chroot, that was really helpful.
 
Clock pulses can be periodic and at a very precise frequency or they may not.

One application of flip-flops is the production of a precise lower frequency from a known high frequency one.
I have a Rubidium oscillator that gives an output at 10 MHz which is correct to 1/600 th of 1 Hz.

I could use a lot of flip flops to get this divided down to 1 Hz to produce 1 second pulses to drive a clock which would be accurate to 1 second in 190 years.

This is possible because each two clock pulses into a flip flop (connected as a divider) produce one pulse out. So, the frequency is divided by two. Take that to another flip flop and the frequency will be divided by 4 and so on.

There are single chips which can divide by 16384. There is one that will divide by 224 or 16,777,216 (the CD4521). There are others that will divide by 10 or 128 or 256. Or you can make dividers to suit yourself.

So, it depends on what you want to do.

You could have one clock pulse come from a sensor that was activated by the front wheels of a car at the start of a race, and the next from the wheels when the car finished the race. So you could get an output that depended on the time a car took to finish the race.
This pulse might turn a clock on and off to measure how long a car took to complete a measured kilometer of track.
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top