Active Components
PLL
Phase-Locked Loop
A crystal oscillator provides exquisite frequency stability but is fixed at one frequency. A VCO is freely tunable but drifts with temperature, supply voltage, and aging. A PLL combines the best of both: it locks the VCO's output phase to a stable reference by dividing the VCO frequency by N, comparing the phase to the reference, and feeding back a correction voltage through a loop filter. The result is a synthesizer that produces any frequency on a grid of fref/N with the reference's long-term stability and the VCO's tuning range. Every radio, radar, cellular base station, and test instrument contains at least one PLL.
The Feedback Loop That Makes Synthesizers Work
| Architecture | Frequency Step | Reference | Phase Noise | Lock Time | Spurs |
|---|---|---|---|---|---|
| Integer-N | = fref | Must equal channel spacing | Higher (large N) | Slower (narrow BW) | Low |
| Fractional-N (MMD) | < fref | High (10 to 50 MHz) | Lower (small N) | Fast | Moderate |
| Fractional-N (ΣΔ) | Sub-Hz possible | High (50 to 200 MHz) | Lowest | Fastest | Low (randomized) |
| DDS + PLL | Sub-Hz | Fixed | Good | Very fast | DDS harmonics |
Output frequency:
fout = N × fref (integer-N)
fout = (N + F/M) × fref (fractional-N)
In-band phase noise floor (reference-limited):
Lin-band = Lref(fm) + 20·log10(N) + LPD+CP
Lock time estimate:
tlock ≈ 5 to 10 / floop BW
For a 3.5 GHz synthesizer with 100 kHz loop BW: lock time ≈ 50 to 100 μs.
For a frequency-hopping radio with 1 MHz loop BW: lock time ≈ 5 to 10 μs.
fout = N × fref (integer-N)
fout = (N + F/M) × fref (fractional-N)
In-band phase noise floor (reference-limited):
Lin-band = Lref(fm) + 20·log10(N) + LPD+CP
Lock time estimate:
tlock ≈ 5 to 10 / floop BW
For a 3.5 GHz synthesizer with 100 kHz loop BW: lock time ≈ 50 to 100 μs.
For a frequency-hopping radio with 1 MHz loop BW: lock time ≈ 5 to 10 μs.
Common Questions
Frequently Asked Questions
How does loop BW affect phase noise?
Inside the loop BW: output PN follows the reference × 20·log(N). Outside: follows VCO free-running noise. Optimal BW is at the crossover where multiplied reference noise equals VCO noise. Wider than crossover adds reference noise; narrower lets VCO noise dominate.
Integer-N vs. fractional-N?
Integer-N: step = fref, needs low reference for fine steps, high N multiplies noise. Fractional-N: uses high reference (50+ MHz), low N, wider loop BW for better noise and faster lock. Penalty: fractional spurs, mitigated by ΣΔ modulators.
How fast does a PLL lock?
tlock ≈ 5 to 10 / loop BW. 100 kHz BW: ~75 μs. 1 MHz BW: ~7 μs. Frequency hopping and radar need microsecond lock, requiring wide-BW fractional-N with ΣΔ modulators.
See Also