What is Clock Pulse in Digital Circuits?

In summary: Otherwise, it will transition back to its set state.If it is 'or', then when dealing with the singular (as in, one flip-flop), the enable input must always be held low for the flip-flop to remain in its reset state. Otherwise, it will transition back to its set state.
  • #1
vvkannan
23
0
wat is meant by the clock pulse given to the flip flops in digital circuits.
Is it just a supply that is given to the ic as long as it is held in on position.
How do some chips operate when the clock goes from high to low and not when pulses go from low to high?.
 
Engineering news on Phys.org
  • #2
vvkannan said:
wat is meant by the clock pulse given to the flip flops in digital circuits.
Is it just a supply that is given to the ic as long as it is held in on position.
How do some chips operate when the clock goes from high to low and not when pulses go from low to high?.


This article should help you understand flip-flops. If you have questions about the article, you can post follow-up questions here.

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

.
 
Last edited by a moderator:
  • #3
what is the 'nest stat'.how do we obtain it in 'SR flip flop'
 
  • #4
The... what?

- Warren
 
  • #5
vvkannan said:
what is the 'nest stat'.how do we obtain it in 'SR flip flop'

If you mean the NEXT STATE, this only makes sense within context of a (finite) state machine (be it a single flip flop, or not). The next state of a state machine is the one that follows from the existing state (or, if you're going backwards, the state prior to the current one). Symbolically, this is Q(t+1) (the state of the machine at time, or step, t+1) as it relates to Q(t) (the state of the machine at time, or step, t).

In context of the SR flip flop, this depends on the current state of machine, and the status of the S(et) and R(eset) inputs:
http://en.wikipedia.org/wiki/Flip_flop_(electronics)#Set-Reset_flip-flops_.28SR_flip-flops.29

Not to be a grammar/spelling nazi, but there are spelling mistakes, and then there are spelling mistakes that completely impair the comprehension (by others) of what you are trying to say.
 
  • #6
MATLABdude said:
Not to be a grammar/spelling nazi, but there are spelling mistakes, and then there are spelling mistakes that completely impair the comprehension (by others) of what you are trying to say.

Pretty helpful EE spelling/grammar nazi in this case :biggrin:
 
  • #7
Terribly sorry abt that.
Its 'next state'
 
  • #8
The LATCH CIRCUITS use enabling inputs and these latch circuits are called flip flops when the enabling inputs r connected to pulse detectors thereby making the circuit to respond only at the transtion of enabling inuts called as clock pulses. IS THIS RIGHT?

THEY say that the invalid state for the S-R flip-flop is maintained only for the short period of time that the pulse detector circuit allows the latch to be enabled. After that brief time period has elapsed, the outputs will latch into either the set or the reset state.I CANT UNDERSTAND THIS STATEMENT.please hellp me
 
  • #9
vvkannan said:
The LATCH CIRCUITS use enabling inputs and these latch circuits are called flip flops when the enabling inputs r connected to pulse detectors thereby making the circuit to respond only at the transtion of enabling inuts called as clock pulses. IS THIS RIGHT?

If you mean that states only transition of "enabling" inputs (i.e. clock), then yes.

vvkannan said:
THEY say that the invalid state for the S-R flip-flop is maintained only for the short period of time that the pulse detector circuit allows the latch to be enabled. After that brief time period has elapsed, the outputs will latch into either the set or the reset state.I CANT UNDERSTAND THIS STATEMENT.please hellp me

S=R=1 is an undefined condition, which must be avoided (at least, when there's a transition at the clock input). These "undefined states" must be avoided as it results in an unknown output (may be either 1 or 0, with no guarantee that it is one or the other). The J-K flip flop covers this case (J=K=1), and uses it to Toggle the state of the flip flop (if output is a 1, it gets set to 0, and vice versa).
 
  • #10
thx for ur reply dude.so if j and k r made 1 and clock pulse is given then the the output depends upon the feedback from the previous outputs.
if the previous state is set r reset then the present state is reset r set respectively and this continues r otherwise toggles.is this right?
if so wat if the circuit is used for the first time? (i think this applies to all the feedback circuits)
 
  • #11
vvkannan said:
thx for ur reply dude.so if j and k r made 1 and clock pulse is given then the the output depends upon the feedback from the previous outputs.
if the previous state is set r reset then the present state is reset r set respectively and this continues r otherwise toggles.is this right?
if so wat if the circuit is used for the first time? (i think this applies to all the feedback circuits)

Sorry, I have a hard time understanding if 'r' means aRe, or oR. If it is 'are', then when dealing with the singular (as opposed to the plural), this should also be 'is' (the input is set high vs. the inputs are set low).

Grammar lesson aside, yes, J=K=1 toggles the output. You need to initialize the value first (set the output Q to either 0 or 1), however, or you toggle whatever the output is initially set to (something random).
 

FAQ: What is Clock Pulse in Digital Circuits?

What is Clock Pulse in Digital Circuits?

Clock pulse is a signal that is used in digital circuits to synchronize the actions of various components. It is a periodic signal that is used to control the timing of operations within a digital circuit.

Why is Clock Pulse important in Digital Circuits?

Clock pulse is important because it ensures that all components within a digital circuit are working together at the same time. This is crucial for the proper functioning of the circuit and to prevent errors or data loss.

How does Clock Pulse work in Digital Circuits?

Clock pulse works by sending a signal to all components within a digital circuit at a predetermined interval. This signal acts as a "heartbeat" for the circuit, keeping all components in sync and allowing them to perform their tasks at the correct time.

What is the frequency of Clock Pulse in Digital Circuits?

The frequency of the clock pulse in digital circuits can vary depending on the specific circuit and its components. It is typically measured in Hertz (Hz) and can range from a few kilohertz (kHz) to several gigahertz (GHz).

What happens if there is no Clock Pulse in a Digital Circuit?

If there is no clock pulse in a digital circuit, the components will not be synchronized and may not function properly. This can result in errors, data loss, or the circuit not functioning at all. In some cases, it can also lead to damage to the components.

Similar threads

Back
Top