Frequency Multiplier IC: Options for Higher Harmonics

  • Thread starter Thread starter Jdo300
  • Start date Start date
  • Tags Tags
    Frequency
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 9K views
Jdo300
Messages
548
Reaction score
5
Hello All,

I've been working on making a special three-channel pulse circuit that has three harmonic outputs using a 7473 flip-flip IC. I am presently driving it with my function generator, which only goes up to 1MHz and I can divide the frequency down to 500 kHz and 250 kHz using the flip flip chip.

However, I am wondering if there is any kind of IC that does just the opposite of the flip flop, meaning that it doubles the frequency that you put into it? Ideally, I want to be able to control the thing with my function generator but be able to go up to higher harmonics then I am capable of reaching at the moment.

Thanks,
Jason O
 
Engineering news on Phys.org
I don't know anything off the top of my head, but conceptually, you can use your function generator to make a square wave, and then use a narrowband amplifier to amplify the higher harmonics.
 
Is there any way to make it variable? I made the flip-flop circuit so that I could dynamically vary all three frequencies by varying the signal generator input.
 

Attachments

  • Harmonic Pulse Circuit.JPG
    Harmonic Pulse Circuit.JPG
    61.9 KB · Views: 514
Jdo300 said:
Is there any way to make it variable? I made the flip-flop circuit so that I could dynamically vary all three frequencies by varying the signal generator input.

What you are describing is a phase-locked loop (PLL):

http://en.wikipedia.org/wiki/PLL

You make a PLL with a voltage-controlled oscillator (VCO) like a 74HC124 or more modern one, along with a feedback/divider circuit that locks a multiple of the basic oscillator frequency onto the fundamental frequency. Like, you could make a x8 PLL to give you an 8MHz output waveform that is locked to (and based upon) the 1MHz input frequency.

PLLs are a very interesting function block, and very useful in the real world. I'd encourage you to do some reading, and to build a few with discrete parts like the 74HC124 and flip-flop dividers. Pay particular attention to the math behind the stability of the feedback path, and the startup/lock times and phase jitter calculations.

Good project, Jason.