A turnkey design for a 2.4 GHz/5 GHz gain block amplifier, ideal for boosting Wi-Fi signals. Covers system specifications, device selection, biasing, impedance matching, layout guidelines, simulation and test procedures.
-
Frequency Bands
• 2.400–2.483 GHz (802.11b/g/n)
• 5.150–5.825 GHz (802.11a/n/ac) -
Gain: 20 ± 1 dB
-
Noise Figure (NF): ≤ 1.5 dB @ 2.4 GHz; ≤ 2.0 dB @ 5 GHz
-
Input/output impedance: 50 Ω
-
Input P1 dB: ≥ +10 dBm
-
Output P1 dB: ≥ +20 dBm
-
Supply Voltage: 5 V DC @ 60 mA
-
Return Loss (S11, S22): ≤ –12 dB
-
Stability: Unconditionally stable (K > 1) over 0.1–6 GHz
-
PCB Substrate: FR-4, εr ≈ 4.4, thickness 1.6 mm
Requirement | Specification | Selected Device |
---|---|---|
Low NF @ 2.4 GHz | ≤ 1.5 dB | Qorvo QPF4219 pHEMT (QFN-16) |
Gain @ 2.4 GHz | ≥ 20 dB | (22 dB typ.) |
P1 dB @ 2.4 GHz | ≥ +20 dBm | (23 dBm typ.) |
S-parameters to 6 GHz | Available | |
DC Bias | 5 V, 50 mA (Class A) | |
NF @ 5 GHz | ~ 2.0 dB |
QPF4219 offers high gain, low noise and adequate power for Wi-Fi boost applications.
- Class A bias at drain:
• VDD = 5 V
• IDQ ≃ 60 mA - Drain resistor RD ≈ (VDD–VDSQ)/IDQ ≃ 50 Ω
- Gate bias: RG = 100 kΩ to ground
- RF chokes (Lb = 220 nH) feed DC to RF nodes
- Bypass capacitors (Cb = 100 nF) on supply and gate for low impedance at RF
Component | Value | Function |
---|---|---|
Lin (series) | 2.8 nH | Transform 50 Ω to device Zin |
Cin_sh (shunt) | 1.5 pF | Fine-tune input reflection, flatten S11 |
Component | Value | Function |
---|---|---|
Lout (series) | 3.2 nH | Transform device Zout to 50 Ω |
Cout_sh (shunt) | 1.2 pF | Fine-tune output reflection, flatten S22 |
- 2nd-order trap: Lh2= 8.2 nH ∥ Ch2= 0.5 pF tuned to 4.8 GHz
- 3rd-order trap: Lh3= 5.6 nH ∥ Ch3= 0.3 pF tuned to 7.2 GHz
Traps reduce distortion, improving linearity.
Ref. | Description | Value | Package | Qty |
---|---|---|---|---|
Q1 | Qorvo QPF4219 pHEMT | – | QFN-16 | 1 |
C1–C2 | RF Coupling Caps | 2 pF | 0402 | 2 |
Cin_sh | Input match shunt | 1.5 pF | 0402 | 1 |
Cout_sh | Output match shunt | 1.2 pF | 0402 | 1 |
Lin | Input match series | 2.8 nH | 0402 | 1 |
Lout | Output match series | 3.2 nH | 0402 | 1 |
Lb | RF choke for VDD | 220 nH | 0603 | 1 |
RG | Gate bias | 100 kΩ | 0603 | 1 |
RD | Drain bias | 50 Ω | 0603 | 1 |
Cb | DC bypass | 100 nF | 0805 | 2 |
Filters | Dual-band bandpass (PCB) | custom | PCB | 2 |
Workflow:
- Import QPF4219 S-parameters into ADS.
- Build schematic with bias and matching networks.
- Run S-parameter sweep (2–6 GHz):
- S11, S22 ≤ –12 dB
- S21 = 20 ± 1 dB flat over both Wi-Fi bands
- Check stability (Rollett’s K > 1 across 0.1–6 GHz).
- Simulate Noise Figure: NF ≤ 1.5 dB @ 2.4 GHz, ≤ 2.0 dB @ 5 GHz.
- Verify P1 dB and OIP3 (target P1 dB ≥ +20 dBm, OIP3 ≥ +30 dBm).
- Use ADS optimization to refine L/C for bandwidth and flatness.
A well-structured flow reduces layout iterations and accelerates time-to-result.
- Substrate: FR-4, 1.6 mm, εr = 4.4
- 50 Ω Microstrip: Width ≃ 3 mm on top layer
- Ground: Solid plane on inner layer; via stitching every 3 mm
- Component Placement:
- RF choke and bypass caps within 0.5 mm of Q1 pins
- Matching L/C symmetrically around transistor
- RF Paths: Keep series inductors and coupling caps close to device
- Via Pairs: On shunt caps for minimal inductance
- RF/DC Isolation: Wide copper pour around bias nets
- Network Analyzer: S-parameters, gain, return loss
- Spectrum Analyzer + Signal Generator: Output power, P1 dB, harmonic levels
- Noise Figure Analyzer: NF @ both bands
- Linearity Test: Two-tone OIP3 and EVM under 802.11ac waveforms
- Temperature Drift: Performance over –20 °C to +70 °C
- RF Amplifier Basics and Power Amplifier Design Guide, RF Wireless World
- Practical RF Amplifier Design Using the Available Gain Procedure, Keysight White Paper
- ANP101: RF Gain Block Amplifier with Integrated Ferrite, Würth Elektronik
- RF Amplifier – 5 Steps to Design an RF Amplifier, Flex PCB Guide
The script is written in Python and uses the SKiDL library to programmatically describe the RF amplifier’s electrical schematic. It begins by creating “Net” objects that represent key connection points—RF input, RF output, the transistor’s gate and drain, the supply rail, and ground. Next, individual components are instantiated, from the band-pass filters to the coupling capacitors, inductors, bias resistors, and the QPF4219 active device, each defined with its value and corresponding KiCad footprint.
Each component is then linked to the nets defined at the start using SKiDL’s aggregation operator, recreating the signal and bias paths specified in the RF design. Because connections are declared rather than manually wired, wiring errors are virtually impossible. After all connections are established, the script runs an Electrical Rules Check (ERC) to verify the design’s integrity and finally generates a KiCad-compatible netlist file.
The resulting netlist includes all the information required for automatic import into PCBNew—symbol-pin mappings, component values, footprints, and net assignments. This ensures you can immediately proceed to PCB layout with complete confidence that the schematic accurately reflects the intended design.
+-- C_shunt_out (1.2 pF) ── GND
|
RF_IN ── [BPF_IN] ── C1 (2 pF) ── L_in (2.8 nH) ──+── Gate (Q1) ── Rg (100 kΩ) ── GND
|
+── C_shunt_in (1.5 pF) ── GND
5 V ── Lb (220 nH) ── Rd (50 Ω) ──+── Drain (Q1) ── L_out (3.2 nH) ── C2 (2 pF) ── [BPF_OUT] ── RF_OUT
| |
+── C_bypass (100 nF) ── GND +── C_shunt_out (1.2 pF) ── GND
Source (Q1) ── GND
Good gain wifi, @bocaletto-luca