Beam Training
Understanding Beam Training
Beam training is the initial alignment problem that every directional wireless system must solve: how do two nodes with narrow beams find each other when neither knows the other's direction? The problem scales quadratically with array size because both transmitter and receiver have independent beam codebooks, and the optimal pair requires joint optimization.
The hierarchical approach, adopted by both 5G NR and IEEE 802.11ad/ay, breaks this intractable problem into manageable stages. Stage 1 uses wide beams (low resolution, fast search) to identify the coarse direction. Subsequent stages progressively narrow the beams within the identified sector. Each stage reduces the search space by a factor equal to the number of narrow beams per wide sector.
Training Complexity and Overhead
Measurements = NTx × NRx
64 × 16 = 1,024 measurements
At 1 ms each: 1.024 seconds
Overhead = D/P = 51.2% (at P=2s)
Hierarchical (5G NR):
P1: NSSB = 8 (wide Tx)
P2: NCSI = 8 (narrow Tx)
P3: NRx = 16 (UE Rx)
Total: 32 measurements (~32 ms)
Reduction: 32x vs. exhaustive
Training Overhead:
5G NR FR2: SSB(2ms/20ms) + CSI(0.5ms/40ms) = 11.25%
802.11ad: SLS(3ms/100ms) = 3%
Beam Training Method Comparison
| Method | Complexity | Duration | Optimal? |
|---|---|---|---|
| Exhaustive | O(NTx×NRx) | ~1 s | Yes |
| Hierarchical | O(log N) | ~30 ms | Near-optimal |
| Compressive sensing | O(K·log N) | ~10 ms | Sparse channels |
| 802.11ad SLS+BRP | O(NTx+NRx) | 2–10 ms | Near-optimal |
| ML-based | O(1) inference | <1 ms | Data-dependent |
Frequently Asked Questions
Training methods?
Exhaustive: NTx×NRx measurements, ~1 s, optimal. Hierarchical: O(log N), ~30 ms, 5G NR P1→P2→P3. Compressive: sparse recovery, O(K·log N). ML: sensor-aided prediction, <1 ms inference. 802.11ad: SLS + BRP, 2 to 10 ms.
802.11ad training?
Phase 1 SLS: AP sweeps sectors (wide), STA listens omni, then reverse. 1 to 5 ms. Phase 2 BRP: TRN fields on narrow beams, 2 to 3 iterations. Total: 2 to 10 ms. 802.11ay adds MIMO beam training.
Overhead cost?
Overhead = D/P. 5G FR2: 11.25% (2ms/20ms SSB + 0.5ms/40ms CSI-RS). 802.11ad: 3% (3ms/100ms). Exhaustive: 50%+. Reduction: hierarchical, longer intervals, tracking, context-aware (location/LIDAR).