Latch and Flip Flop: Is Latch a Type of Flip-Flop?

  • Thread starter Thread starter david90
  • Start date Start date
  • Tags Tags
    Flip flop
AI Thread Summary
A latch is not a type of flip-flop; rather, it stores data based on the level of a clock signal, while a flip-flop captures data on the edges of the clock signal. Flip-flops can be constructed from gated latches, which are themselves derived from basic latches. The discussion suggests experimenting with a 74LS series gated latch chip to create a flip-flop. Additionally, a gated SR latch can be utilized to form an SR flip-flop by incorporating a custom pulse transition detector to convert level changes into short spikes. Understanding these relationships clarifies the hierarchy of latches and flip-flops in digital circuits.
david90
Messages
311
Reaction score
2
Is latch a type of flip-flop? I'm confuse.
 
Engineering news on Phys.org
basically a latch stores data on one of the levels of a clock signal (when the signal is either 1 or 0), while the flip-flop stores data on one of the edges of the clock signal (either falling edge or rising edge).

try this
 
FF is a type of Latch

Using a Latch, you can make a Gated Latch.

Using a Gated Latch, you can make a Flip Flop.

So, FFs are a subset of Gated Latches, which are subsets of the basic Latch (two transistors).


Have you tried using a 74LS series Gated latch chip (don't remember exact part number) to make a Flip Flop? Try it!

Use a gated SR Latch to make an SR Flip Flop.. how? Before the Gate input... make your own custome Pulse Transition Detector.

So your PTD circuitry has to convert a level change into a short spike. You figure a circuit out! (There are a bilion ways to do this)
 
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
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 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...

Similar threads

Back
Top