What is numerology?
In 5G NR, numerology refers to the subcarrier spacing and all quantities that scale with it — symbol duration, CP length, and slot duration. All are controlled by a single parameter μ (mu). Doubling μ doubles the SCS and halves the symbol duration.
| μ | SCS (kHz) | Symbol duration | CP (normal) | Slot duration | Slots/subframe | Typical use |
|---|---|---|---|---|---|---|
| 0 | 15 | 66.67 μs | 4.69 μs | 1 ms | 1 | LTE-compatible, FR1 |
| 1 | 30 | 33.33 μs | 2.34 μs | 0.5 ms | 2 | ← our example (n78) |
| 2 | 60 | 16.67 μs | 1.17 μs | 0.25 ms | 4 | FR1 high BW, FR2 |
| 3 | 120 | 8.33 μs | 0.59 μs | 0.125 ms | 8 | FR2 mmWave data |
| 4 | 240 | 4.17 μs | 0.29 μs | 0.0625 ms | 16 | FR2 reference signals |
Why different numerologies?
The choice of SCS is a trade-off between two competing factors:
Large cells, low frequencies (FR1): Delay spreads can reach 10–20 μs. A long CP is needed, which means long symbols (low SCS). Phase noise is low at these frequencies, so narrow subcarriers work fine.
mmWave, small cells (FR2): Delay spreads are tiny (0.1–1 μs) but phase noise is severe. Phase noise rotates subcarriers causing inter-carrier interference — wider SCS reduces this effect. Shorter symbols also mean lower latency.
Radio frame structure
Slot structure — 14 symbols
Every slot contains 14 OFDM symbols. Symbol 0 has a slightly longer CP (160 vs 144 samples) to keep cumulative slot timing aligned across subframes.
// Frame hierarchy Radio frame = 10 ms = 10 subframes = 20 slots = 280 symbols Subframe = 1 ms = 2 slots = 28 symbols Slot = 0.5 ms = 14 symbols = 30,720 samples @ 61.44 Msps Symbol 0 = 2208 samples (160 CP + 2048 useful) = 35.94 μs Symbols 1–13 = 2192 samples (144 CP + 2048 useful) = 35.68 μs // SFN SFN range = 0..1023 → full cycle = 1024 × 10 ms = 10.24 seconds // Slots per frame for each μ: μ=0: 10 slots/frame | μ=1: 20 | μ=2: 40 | μ=3: 80 | μ=4: 160