A basic introduction to Phase Locked Loops
Kenneth was curious about Phase Locked Loops so he decided to dive into them. PLLs generate an output signal that is phase-synchronized to an input signal. They are widely used in telecommunication, radio, and computer systems. One place we commonly find PLLs is the frequency multiplier circuit inside microcontrollers.
The inevitable next step was to break out the breadboard, put together a simple PLL, and just play with it some to try and really get the concept. Luckily, the classic 4000 logic series includes the 4046 PLL chip, which includes both a voltage controlled oscillator and both types of phase detectors. After putting it all together, I figured I’d record a video and let you enjoy the play-by-play as I try and break it all down for you.
Check out the video below the fold.
This entry was posted in tutorials and tagged PLL, tutorial.


Comments
Good stuff!
Here’s another one:
http://www.youtube.com/watch?v=VP1XwIJHkyE
The 4046 is a neat part. It doesn’t go much above 1 MHz though; if you want a similar part which can operate at higher frequencies, the NXP 74HCT9046A can go to 11 MHz (minimum). http://www.nxp.com/documents/data_sheet/74HCT9046A.pdf
The 74HCT7046 also has a respectable top frequency on its VCO.
I’m currently working on some follow-up using the HC4046 as a programmable frequency synthesizer, so watch for updates.
Awesome!
Really nice and informative presentation, thanks.