Frequency Synthesizer
Understanding Frequency Synthesizers
The frequency synthesizer is the heart of every radio system. It converts the single, fixed frequency of a crystal oscillator into any frequency needed by the transceiver, radar waveform generator, or test instrument. The quality of the synthesizer directly determines the radio's spectral purity (phase noise), frequency accuracy (locked to the reference), and agility (how fast it can switch channels or sweep frequencies).
PLL-based synthesis dominates commercial radio because it provides excellent phase noise at high output frequencies with relatively simple circuitry. The PLL acts as a frequency multiplier that preserves the crystal reference's stability while generating the target frequency. Modern fractional-N PLLs with sigma-delta modulators achieve sub-Hz frequency resolution without sacrificing phase noise, enabling direct synthesis of cellular LO frequencies with better than -100 dBc/Hz phase noise at 1 kHz offset.
Synthesizer Equations
fout = N×fref/R
Phase noise in-band:
Lout = Lref+20logN dB (PLL limited)
Lock time:
tlock ≈ 10/(2πfloop)
Channel spacing:
Δf = fref/R (integer-N)
Δf = fref/R×1/2F (fractional-N)
Synthesizer Architecture Comparison
| Architecture | Step size | PN @1kHz | Lock time | Application |
|---|---|---|---|---|
| Integer-N | fref/R | −90 to −100 | 50–200 μs | Simple LO |
| Fractional-N | fref/2F | −100 to −110 | 10–50 μs | Cellular/5G |
| DDS | <1 Hz | −110 to −130 | <1 μs | Agile radar |
| DDS+PLL | <1 Hz | −100 to −110 | 10–50 μs | Wideband |
| Direct analog | Variable | −120 to −140 | <1 μs | Lowest PN |
Frequently Asked Questions
How does a PLL synthesizer work?
Reference crystal divided by R produces f_comp. VCO divided by N produces f_VCO/N. PFD compares phases, charge pump + loop filter generate VCO control voltage. When locked: f_VCO = N × f_comp. Channel spacing = f_comp. Loop bandwidth sets phase noise / lock time / spur rejection tradeoff. In-band noise = L_ref + 20log(N).
What is fractional-N?
Overcomes integer-N constraint (spacing = f_comp). ΣΔ modulator alternates divider between N and N+1, achieving average N + F/M. 24-bit ΣΔ at f_comp=100 MHz: 6 Hz resolution while keeping high f_comp for low N and low phase noise. Quantization noise shaped to high offsets where loop filter rejects it. Dominant modern architecture.
DDS vs. PLL?
DDS: ns switching, phase-continuous, μHz resolution, easy modulation. But limited to ~40% of clock, SFDR 60-80 dBc. PLL: higher frequencies (20+ GHz), lower phase noise, cleaner spurs (80-100 dBc), but μs-ms lock time. Hybrid: DDS clocked by PLL gives agile fine-resolution at higher frequencies. DDS for agile waveforms; PLL for clean LOs.