Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > Electronic Projects Design/Ideas/Reviews


Electronic Projects Design/Ideas/Reviews Are you building an electronic project or want to? Maybe you need some assistance? Come and submit your electronic questions here and let our experienced members find a solution.

Reply
 
Thread Tools Display Modes
Old 30th October 2003, 09:09 PM   (permalink)
Default Binary counter

Can anyone please explain me what exactly a 14 stage binary ripple counter is?

What's with all the q's what do those outputs do?

Thanks!
__________________
"I have not failed. I've just found 10,000 ways that won't work."
Thomas A. Edison
LApprenti Sorcier is offline   Reply With Quote
Old 3rd November 2003, 06:40 PM   (permalink)
Default Fé de erratas

Hadn't noticed the mistake... just corrected it...
__________________
"I have not failed. I've just found 10,000 ways that won't work."
Thomas A. Edison
LApprenti Sorcier is offline   Reply With Quote
Old 3rd November 2003, 08:36 PM   (permalink)
Default ripple counters

A binary ripple counter consists of a chain of flip-flops, with each flip-flop output (the q's) serving as the clock for the next F/F in the chain. The name comes from the effect of the input clock as it "ripples" down through the chain (think of a row of dominoes falling down, it's a pretty good analogy). The first F/F in the chain is the least significant bit (LSB) of the binary counter, the last is the MSB.

This type of counter is mostly seen in standard logic parts, like the CD4020/4040/4060 or 74xx393. Ripple counters were popular in the early days of digital logic, since they didn't require much in the way of combinatorial logic. You'll also come across the term "synchronous binary counter". In synchronous counters, all of the outputs (q's) change state on the same clock edge. Synchronous counters have largely replaced ripple counters in FPGAs and other programmable logic architectures, due to their lower propagation delays and higher noise immunity. They do require considerably more combinatorial logic to make. It's never been a problem for the "sum-of-product" architecture you find in PLDs, and nowadays most FPGAs include "fast-carry-logic" as an aid to building synchronous counters.

Take a look at the internals of a 74HC393 (dual 4-bit binary ripple counter) versus a 74HC4520 (dual 4-bit binary synchronous counter) to get an idea of the difference between the two types of counters.

btw, a 14-bit binary counter will divide an input signal by 2^14 (16384). That's why you get a 1/2 second output from a CD4060 and a 32.768Khz crystal.
laroche73 is offline   Reply With Quote
Old 4th November 2003, 02:29 PM   (permalink)
Default 1/2 second output

I'm a little confused...
1/2 second output is the same as 2Hz right?

Is this what you mean?:

Quote:
Originally Posted by Phasor
Here is the circuit to get a 2Hz clock signal, using the 4060. You will need to add a divide-by-2 on the end to get 1Hz (eg, flip-flop).

__________________
"I have not failed. I've just found 10,000 ways that won't work."
Thomas A. Edison
LApprenti Sorcier is offline   Reply With Quote
Old 4th November 2003, 10:38 PM   (permalink)
Default Re: 1/2 second output

Quote:
Originally Posted by LApprenti Sorcier
I'm a little confused...
1/2 second output is the same as 2Hz right?
Yes, the frequency is the inverse of the period and vice versa.
crust is offline   Reply With Quote
Old 7th November 2003, 02:09 PM   (permalink)
Default

Of course! LOL i already knew that, just didn't think about "period" just got confused...

Thanks a lot!!!
__________________
"I have not failed. I've just found 10,000 ways that won't work."
Thomas A. Edison
LApprenti Sorcier is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes




All times are GMT. The time now is 08:33 PM.


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.