Beam Scheduling
Understanding Beam Scheduling
Beam scheduling sits at the intersection of physical-layer beamforming and higher-layer resource management. The scheduler must solve a combinatorial optimization problem each slot: given N available beams, K active UEs with beam reports, and limited hardware (analog chains, power amplifiers), select the beam-UE-PRB assignments that maximize system throughput while maintaining fairness.
The challenge intensifies with analog beamforming constraints. A 5G gNB with 64 beams but only 4 analog beamforming chains can serve at most 4 beam directions simultaneously. UEs on different beams must be time-multiplexed, introducing scheduling latency. Digital beamforming relaxes this constraint by enabling all beams simultaneously but at higher power consumption and cost.
Scheduling Capacity Formulas
Per-beam throughput = Rpeak × (Tdwell/Tcycle)
64 beams, 4 chains, R=1 Gbps:
Each beam: 1 Gbps × (4/64) = 62.5 Mbps avg
SDM Beam Capacity:
Per-beam: Rpeak (all beams simultaneous)
Requires digital BF or hybrid with enough chains
Inter-beam interference reduces effective rate
Satellite Beam Hopping Utilization:
η = ∑(Di × ti) / (Nactive × Tsuper)
Di = demand of beam i, ti = allocated time
Target η > 85% for cost-effective operation
Scheduling Mode Comparison
| Mode | Simultaneous Beams | Interference | Complexity |
|---|---|---|---|
| TDM | 1 per chain | None (isolated) | Low |
| FDM | Multiple (split BW) | Low (freq. sep.) | Medium |
| SDM | All (spatial sep.) | High (adjacent) | High |
| Beam hopping | Subset (traffic-based) | None (time-sep.) | Medium |
Frequently Asked Questions
5G NR scheduling?
Per-slot (0.5 ms): beam-to-slot mapping (limited by analog chains), UE-to-beam (from beam reports), PRB allocation within beams (proportional-fair). TDM cycles through beam groups every 5 to 20 ms.
Satellite beam hopping?
20 to 40 active beams hop across 200+ positions, dwell time proportional to traffic. Superframe: 10 to 100 ms. Full frequency reuse (color-1). DVB-S2X Annex E standardized. Power-efficient: shared amplifiers.
Inter-beam interference?
Managed via beam grouping (TDM adjacent beams), coordinated power control, CoMP joint transmission, and digital null steering. Scheduler uses per-beam CQI/SINR to select strategy per-slot.