In a Nutshell

5G New Radio (NR) represents the most significant architectural departure in cellular history. By abandoning the rigid 15kHz grid of LTE, 3GPP has created a multi-scale timing hierarchy capable of serving 100-node IoT clusters and 10Gbps mmWave links on the same fabric. This article provides a 8,000-word deconstruction of the NR physical layer, exploring the mathematics of numerology scaling, the physics of cyclic prefix overhead, and the forensic logic of dynamic TDD scheduling.

1. The Mathematical Foundation: Numerology (μ\mu) Scaling

The defining characteristic of 5G NR is Flexible Numerology. In legacy 4G LTE, the Subcarrier Spacing (SCS) was locked at 15kHz15\,\text{kHz}. This was optimal for sub-3GHz coverage but fundamentally limited for high-frequency or low-latency operations. 5G NR introduces the concept of an exponential scaling factor μ\mu.

The Scaling Law

Δf=15×2μkHz\Delta f = 15 \times 2^\mu\,\text{kHz}

As μ\mu increases, the subcarrier spacing doubles, and the symbol duration TsT_s shrinks by half. This relationship is governed by the Inverse Fourier Transform physics: Ts=1/ΔfT_s = 1/\Delta f.

Index (μ\mu)SCS (kHz\text{kHz})Slot TimePrimary SpectrumUse Case
0151000 μsSub-3 GHzCoverage / FDD Coexistence
130500 μs3.5 GHz (n78)eMBB Standard
260250 μs5 GHz / URLLCIndustrial Automation
3120125 μs28 GHz (FR2-1)Fixed Wireless Access
424062.5 μs71 GHz (FR2-2)Intra-Data Center

2. The Resource Grid Physics: RE, PRB & REG

The 5G NR resource grid is a 2D mapping of time and frequency. Every unit of allocation must be precisely defined to ensure orthogonality and prevent inter-carrier interference.

Resource Element (RE)

The smallest physical unit. 1 Subcarrier x 1 OFDM Symbol. In a 256-QAM scheme, a single RE carries 8 bits of information.

RE = (k, l) \quad \text{where } k \in \text{Freq}, l \in \text{Time}

Physical Resource Block (PRB)

Consists of 12 consecutive subcarriers. Unlike LTE, there is no fixed time-domain length for a PRB; it spans the duration of the allocation (typically 1 slot).

PRB_{BW} = 12 \cdot 15 \cdot 2^\mu\,\text{kHz}

For a 100MHz100\,\text{MHz} carrier at μ=1\mu=1 (30kHz), the number of PRBs is calculated as:

NPRB=100,000kHzGuard Band30kHz×12273PRBsN_{PRB} = \frac{100,000\,\text{kHz} - \text{Guard Band}}{30\,\text{kHz} \times 12} \approx 273\,\text{PRBs}
This density allows for massive multi-user multiplexing (MU-MIMO) where dozens of users share the same grid.

Flexible Numerology Simulator

Subframe (1ms) Slot Scaling Analysis

Subcarrier Spacing
30 kHz
Slot Duration
500 µs
Slots / 1ms
2
START (0ms)END (1ms)
SLOT 0
SLOT 1
Mid-band / Urban

Scientific Context: As Carrier Spacing (SCS) doubles, the slot duration halves. In mmWave ($\mu=3$), we have 8 slots per millisecond, allowing the gNodeB to make scheduling decisions every 125 microseconds—essential for self-driving vehicles and high-speed industrial robotics.

Fig 2.1: Dynamic 5G NR Slot Structure Simulation

3. Channel Coding Evolution: LDPC & Polar Codes

5G NR abandons the Turbo Codes used in 3G/4G in favor of a more modern, hardware-parallelizable coding suite. This shift was necessary to handle the 20Gbps+ peak rates of 5G.

LDPC for Data (PDSCH/PUSCH)

Low-Density Parity-Check (LDPC) codes are used for all shared data channels. Unlike Turbo codes, which are inherently serial, LDPC decoding can be fully parallelized in silicon (ASICs). 3GPP defines two base graphs (BG1 for large blocks/high rates, BG2 for small blocks/low rates) to optimize the parity matrix.

HcT=0(Parity Check Consistency)H \mathbf{c}^T = 0 \quad \text{(Parity Check Consistency)}

Polar Codes for Control (PDCCH/PBCH)

For short blocks like control signaling, Polar codes are superior. They "polarize" the bit channels into perfectly reliable or completely unreliable states. By only transmitting information on the "frozen" reliable channels, Polar codes can reach the Shannon Limit for short block lengths.

4. Synchronization & Initial Access: The SSB Beam-Sweep

In a beamformed network, a base station doesn't just broadcast; it "sweeps." The Synchronization Signal Block (SSB) is the mechanism for this. An SSB consists of the PSS, SSS, and PBCH (Master Information Block).

The SSB Burst Pattern

Up to LL number of SSBs are transmitted in a 5ms5\,\text{ms} window. Each SSB is mapped to a different spatial beam.

  • Sub-3 GHzL = 4 beams
  • 3-6 GHzL = 8 beams
  • mmWave (FR2)L = 64 beams

A UE measures the RSRP of each beam and reports back the best SSB index during the RACH procedure, allowing the gNodeB to "lock on" to the user's location.

5. Bandwidth Parts (BWP): Dynamic Power Forensics

In LTE, devices had to monitor the entire carrier. In 5G, with 400MHz carriers, this would drain a battery in minutes. Bandwidth Parts (BWP) solve this by allowing the UE to see only a slice of the spectrum.

Initial BWP

Used for RACH and RRC connection setup. Usually narrow (e.g., 20MHz) for compatibility.

Active BWP

The current operating slice. Can be switched via DCI signaling in under 1ms1\,\text{ms}.

Default BWP

The "fallback" slice. If no data activity occurs, the UE retunes here to save energy.

6. HARQ Timing Forensics: K0, K1, K2 Logic

Timing in 5G is no longer deterministic. It is Dynamic. The relationship between control, data, and feedback is defined by three primary offsets.

K0

DCI to DL Data

Offset between PDCCH (Control) and PDSCH (Data). In high-performance 5G, K0=0K0=0 (Self-contained slot).

K1

DL Data to ACK/NACK

The "Processing Budget." Defines how many slots the UE has to decode data and send feedback on the PUCCH.

K2

DCI to UL Data

Offset between the UL Grant and the actual PUSCH transmission from the UE.

7. TDD Slot Formats: The 61 Flavors

5G NR doesn't just have UL/DL; it has Flexible (F) symbols. This allows for Dynamic TDD, where a cell can change its uplink/downlink ratio based on demand.

8. Phase Tracking Reference Signals (PTRS)

At high frequencies (mmWave), Phase Noise becomes a critical bottleneck. PTRS is a new reference signal introduced in 5G NR to track the common phase error (CPE) in the time domain. Unlike DMRS which is sparse in time, PTRS is inserted into every OFDM symbol to allow the receiver to compensate for oscillator jitter.

9. 5G NR Technical Encyclopedia

Numerology
The configuration of subcarrier spacing (SCS) and cyclic prefix (CP).
SCS
Subcarrier Spacing; the frequency distance between adjacent subcarriers.
PRB
Physical Resource Block; 12 consecutive subcarriers.
CORESET
Control Resource Set; time-frequency regions where the UE monitors for control signaling.
BWP
Bandwidth Part; a contiguous slice of the carrier bandwidth.
SSB
Synchronization Signal Block; contains sync signals and broadcast channel.
DMRS
De-Modulation Reference Signal; used for channel estimation.
PTRS
Phase Tracking Reference Signal; combats phase noise in high-order QAM.
CSI-RS
Channel State Information Reference Signal; used for beam management.
LDPC
Low-Density Parity-Check; channel coding for data channels.
Polar Codes
Channel coding for control and broadcast channels.
HARQ
Hybrid Automatic Repeat Request; fast retransmission protocol.

Frequently Asked Questions

Share Article

Technical Standards & References

3GPP (2024)
3GPP TS 38.201: NR; Physical Layer - General Description
VIEW OFFICIAL SOURCE
3GPP TS 38.211 (2024)
NR Frame Structure and Numerology
VIEW OFFICIAL SOURCE
Erik Dahlman, et al. (2020)
5G NR: The Next Generation Wireless Technology
VIEW OFFICIAL SOURCE
5G Americas (2023)
Flexible Numerology for 5G NR
VIEW OFFICIAL SOURCE
Mathematical models derived from standard engineering protocols. Not for human safety critical systems without redundant validation.

Related Engineering Resources