Digital IC question

Colt45

Lifer
Apr 18, 2001
19,720
1
0
I'm not terribly familiar with digital ICs.

Does the clock need to be square wave, or will sine-wave suffice?


(need to drive some decade counters, and I can't remember..)
 

pillage2001

Lifer
Sep 18, 2000
14,038
1
81
Originally posted by: Colt45
I'm not terribly familiar with digital ICs.

Does the clock need to be square wave, or will sine-wave suffice?


(need to drive some decade counters, and I can't remember..)

Square.
 

Demon-Xanth

Lifer
Feb 15, 2000
20,551
2
81
If you need to make a sine wave into a square wave, use a comparator. They do a pretty good job at it.
 

NogginBoink

Diamond Member
Feb 17, 2002
5,322
0
0
I see no reason that the clock has to be square. The IC will have some threshold at which it will see a low-to-high transition, and one at which it will see a high-to-low transition.

But using a sine wave would be (for lack of a better word) "impure" digital electronics practice.

You may be able to use a Zener diode rather than a comparator to 'sqare out' the waveform. It'd probably be cheaper. See http://hyperphysics.phy-astr.gsu.edu/hbase/electronic/limiter.html#c1 for an example.
 

dighn

Lifer
Aug 12, 2001
22,820
4
81
Originally posted by: NogginBoink
I see no reason that the clock has to be square. The IC will have some threshold at which it will see a low-to-high transition, and one at which it will see a high-to-low transition.

But using a sine wave would be (for lack of a better word) "impure" digital electronics practice.

You may be able to use a Zener diode rather than a comparator to 'sqare out' the waveform. It'd probably be cheaper. See http://hyperphysics.phy-astr.gsu.edu/hbase/electronic/limiter.html#c1 for an example.

or a schmitt triggar
 

Demon-Xanth

Lifer
Feb 15, 2000
20,551
2
81
The problem with a sine wave is that the breakover point isn't as consistant, and you end up in the indeterminant state longer. Because of this you may have ICs trigger at different times or chatter because the transition time is too long. An example of how wide this voltage is: A 74LV00 has a high of 0.7xVcc and a low of 0.3xVcc and a switching time of about 10ns. If you stay in this region for 1us (easily possible w/ a clock in the kHz ranges) then you're likely to have it to trigger multiple times.
 

Bassyhead

Diamond Member
Nov 19, 2001
4,545
0
0
Originally posted by: Demon-Xanth
The problem with a sine wave is that the breakover point isn't as consistant, and you end up in the indeterminant state longer. Because of this you may have ICs trigger at different times or chatter because the transition time is too long. An example of how wide this voltage is: A 74LV00 has a high of 0.7xVcc and a low of 0.3xVcc and a switching time of about 10ns. If you stay in this region for 1us (easily possible w/ a clock in the kHz ranges) then you're likely to have it to trigger multiple times.

thats correct
 

Analog

Lifer
Jan 7, 2002
12,755
3
0
If it meets the trigger voltage requirements and does not exceed the max voltage of the chip, then a sine would work for simple counting.