Maker Pro
Maker Pro

Frequency multiplier circuit ?

E

Electron Gun

Jan 1, 1970
0
Hi

I have a ttl signal that is a tach signal that goes from 0 to 2 kHz.

I need to multiple the tach signal frequency by two ( X2 ) from 0 to max
speed which is 2kHz.

Is there a simple way to do this? I think I remember seeing a XOR gate
configuration that accomplished this?

Any ideas?

Thanks
 
J

Joel Kolstad

Jan 1, 1970
0
Electron Gun said:
I have a ttl signal that is a tach signal that goes from 0 to 2 kHz.
I need to multiple the tach signal frequency by two ( X2 ) from 0 to max
speed which is 2kHz.
Is there a simple way to do this? I think I remember seeing a XOR gate
configuration that accomplished this?

Feed one side of the XOR gate with your signal and another signal with the
signal delayed somewhat (feed it through a few gates, use an R-C delay,
etc.) -- you've now built an edge-detector, which effectively doubles the
frequency.
 
J

Jim Thompson

Jan 1, 1970
0
Hi

I have a ttl signal that is a tach signal that goes from 0 to 2 kHz.

I need to multiple the tach signal frequency by two ( X2 ) from 0 to max
speed which is 2kHz.

Is there a simple way to do this? I think I remember seeing a XOR gate
configuration that accomplished this?

Any ideas?

Thanks

If the signal comes from a pickup coil so that it has positive an
negative transitions:

Two NPN transistor, Q1 and Q2, collectors tied together and pulled up
to V+ thru a resistor.

Emitter of Q1 tied to ground, base of Q2 tied to ground.

Base of Q1 tied to emitter of Q2, from this common point connect a
resistor to your pickup coil.

Values to be calculated by the student ;-)

This configuration was used in speed-related smog controls
(deceleration throttle stop) in the mid 60's.

...Jim Thompson
 
M

markp

Jan 1, 1970
0
Joel Kolstad said:
Feed one side of the XOR gate with your signal and another signal with the
signal delayed somewhat (feed it through a few gates, use an R-C delay,
etc.) -- you've now built an edge-detector, which effectively doubles the
frequency.

Yes. I would say use a shmidtt trigger inverter to clean up the input
signal, feed through an RC delay, into another shmidtt inverter, and xor the
outputs of the two inverters. Invert the output again if needed.
 
Top