Skip to content
RFrftools.io
Signal

PLL Loop Filter Designer

Design a type-2 second-order PLL passive loop filter. Calculates time constants, capacitor and resistor values for target loop bandwidth and phase margin.

Loading calculator...

Formula

C1=IcpKvcoNωc21+(ωcT1)21+(ωcT3)2C_1 = \frac{I_{cp} K_{vco}}{N \omega_c^2} \cdot \frac{\sqrt{1+(\omega_c T_1)^2}}{\sqrt{1+(\omega_c T_3)^2}}
ωcLoop crossover frequency (2π × f_BW) (rad/s)
T₁Zero time constant: tan(φ)/ωc (s)
IcpCharge pump current (A)
KvcoVCO gain (rad/s/V)
NFeedback divider ratio

How It Works

The PLL Loop Filter Calculator computes component values for Type-2 phase-locked loop filters — essential for frequency synthesizer design, clock recovery circuits, and communication system development. IC designers, RF engineers, and embedded developers use this to achieve target loop bandwidth and phase margin. Per Best 'Phase-Locked Loops: Design, Simulation, and Applications' (6th ed., McGraw-Hill) and Banerjee 'PLL Performance, Simulation, and Design' (5th ed.), Type-2 PLL uses charge pump with passive RC filter providing second-order response. PLL noise specifications relevant to communication systems follow ITU-R SM.1538 and IEEE Standard 1139-2008 (IEEE Standard Definitions of Physical Quantities for Fundamental Frequency and Time Metrology — Random Instabilities). Loop bandwidth omega_c determines lock time (t_lock ~ 2*pi/omega_c) and phase noise filtering — wider bandwidth tracks input faster but passes more reference noise. Phase margin phi_m controls overshoot: 45 deg yields 23% overshoot, 65 deg yields 5%. Per Banerjee "PLL Performance, Simulation, and Design" (5th ed.), optimal phi_m = 48-55 deg balances speed and stability. Component equations: C1 = Icp*Kvco/(omega_c^2*N), R1 = tan(phi_m)*omega_c*C1, C2 = C1/10 for 10x pole spacing.

Worked Example

Design loop filter for 2.4 GHz frequency synthesizer with 100 kHz bandwidth, 50 deg phase margin. Parameters: Icp = 1 mA, Kvco = 50 MHz/V, N = 48. Step 1: omega_c = 2*pi*100e3 = 628 krad/s. Step 2: C1 = 1e-3 50e6 / (628e3^2 48) = 2.64 nF. Select 2.7 nF. Step 3: R1 = tan(50deg) 628e3 2.7e-9 = 2.02 kohm. Select 2.0 kohm. Step 4: C2 = 2.7 nF / 10 = 270 pF. Select 270 pF. Step 5: Verify: zero frequency = 1/(2*pi*R1*C1) = 29.5 kHz. Pole frequency = 1/(2*pi*R1*C2) = 295 kHz. Per ADIsimPLL simulation, this achieves 105 kHz actual bandwidth with 48 deg margin — meets Analog Devices ADF4351 reference design.

Practical Tips

  • Per Best, target 48-55 deg phase margin for optimal settling time vs. stability tradeoff
  • Use C2 = C1/10 minimum for adequate pole spacing — tighter ratio increases reference spur rejection per Banerjee
  • Verify loop stability with Bode plot simulation — 6 dB gain margin minimum per control theory standards
  • For low phase noise, minimize R1: thermal noise contribution = 4kTR1*Kvco^2/(omega_c*N)^2 per Egan

Common Mistakes

  • Neglecting phase margin impact on settling — 30 deg margin causes 50% overshoot and 5x longer lock time vs. 55 deg
  • Incorrectly calculating time constants — tau1 = R1*C1, tau2 = R1*C1*C2/(C1+C2), NOT just R1*C2
  • Overlooking VCO gain variation — Kvco can vary 2:1 over tuning range, degrading phase margin by 20 deg per Texas Instruments SCAA030

Frequently Asked Questions

Per Banerjee: (1) Bandwidth omega_c sets lock time (t = 10/omega_c typical) and noise filtering. (2) Phase margin controls overshoot — 45 deg = 23%, 55 deg = 14%, 65 deg = 5%. (3) Component tolerance — 10% capacitor causes +/-5 deg margin shift. (4) R1 thermal noise adds to output phase noise floor.
Per Best: Type-2 provides second-order response with zero at omega_z = 1/(R1*C1) ensuring stable tracking. Passive implementation (no op-amp) eliminates active device noise contribution. Charge pump interface sources/sinks current, simplifying filter design. Standard for all modern fractional-N synthesizers per Analog Devices, TI, and Maxim reference designs.

Shop Components

As an Amazon Associate we earn from qualifying purchases.

Op-Amp IC Assortment

General-purpose and precision operational amplifiers

Function Generator

DDS function generator for signal and filter testing

Related Calculators