Phase-Locked Loop
Understanding Phase-Locked Loops
The PLL is arguably the most important subsystem in modern RF design. Every wireless transceiver, radar, signal generator, and clock recovery circuit depends on PLLs for frequency generation, modulation, and demodulation.
PLL Building Blocks
- Reference oscillator: Crystal oscillator (TCXO, OCXO) providing the stable frequency reference
- Phase-frequency detector (PFD): Compares reference and feedback signal edges, outputs UP/DOWN pulses proportional to phase error
- Charge pump: Converts PFD pulses into current pulses that charge or discharge the loop filter
- Loop filter: Low-pass filter that smooths charge pump output into VCO tuning voltage. Sets loop bandwidth and stability
- VCO: Generates the output frequency controlled by the tuning voltage
- Frequency divider (N): Divides VCO output by N so the PFD can compare it to the reference. f_out = N x f_ref
Architectures
- Integer-N: Divides by whole numbers. Channel spacing = f_ref. Simple, low cost, but coarse step size or slow lock time
- Fractional-N: Sigma-delta modulated divider achieves fractional division. Fine steps with high f_ref for fast lock and low noise
- All-digital PLL (ADPLL): Replaces analog blocks with digital equivalents. Smaller die area, easier integration in advanced CMOS
Key Specifications
- Loop bandwidth: Typically 1/10 to 1/20 of f_ref. Trades lock speed vs spur suppression
- Lock time: Time to settle within specified frequency error after a channel change
- Phase noise: In-band noise follows reference; out-of-band follows VCO
- Reference spurs: Spurious tones at f_ref offset from the carrier. Suppressed by loop filter
Key Equations
fout = N × fref/R
Loop bandwidth:
ωn = √(KPDKVCO/(NC))
Phase noise (in-band):
PNout = PNref + 20log(N)
Lock time (type II):
tlock ≈ 2π×(5–10)/ωn
Comparison
| Type | Noise | Step size | Lock time | Use |
|---|---|---|---|---|
| Integer-N | 20logN limited | fref | 100–500 μs | Simple LO |
| Frac-N ΣΔ | Near-integer | fref/MOD | 20–100 μs | Precision synth |
| ADPLL | DCO noise | Fine | 5–50 μs | SoC integration |
| OPLL | Ultra-low | Continuous | 10–100 μs | Coherent optical |
| Injection-locked | Lowest | Fixed ratio | <1 μs | Clock multiply |
Frequently Asked Questions
What is a PLL?
A feedback control system that locks a VCO output to a stable reference in frequency and phase. PFD compares phases, charge pump and loop filter generate tuning voltage, divider scales VCO frequency to reference.
Integer-N vs fractional-N?
Integer-N divides by whole numbers; step size = f_ref. Fractional-N uses sigma-delta modulation for fractional ratios, enabling fine steps with higher f_ref for faster lock and lower phase noise.
What is loop bandwidth?
The frequency where open-loop gain crosses 0 dB. Determines lock time, spur suppression, and VCO noise filtering. Typically 1/10 to 1/20 of the reference frequency.