5G NR: LDPC + QAM + HARQ
BICM Is a Paradigm, Not a Specification
The point of this chapter is that BICM is a paradigm, not a specification. Every modern wireless standard customises the three BICM ingredients — code, interleaver, mapper — to its own constraints. 5G NR and Wi-Fi 7 both use LDPC codes, but the code-block sizes, base-graph selection rules, and HARQ protocols differ because the underlying physical constraints differ. DVB-S2 uses a different family of LDPC codes concatenated with a BCH outer code and replaces QAM with APSK because a satellite travelling-wave-tube amplifier is operated near saturation and therefore the modulation must cluster on rings. Chapters 5 and 6 gave us the theory; this chapter walks through the engineering.
We start with 5G NR. The choice of NR is deliberate: it is the most flexible BICM design ever deployed, because a single LDPC code family (two base graphs) drives every modulation from QPSK to 1024-QAM at every rate from 0.12 to 0.93 via rate matching — a mixture of puncturing and shortening. When you compute a 5G downlink spectral efficiency, you are literally evaluating where is the modulation order and is the LDPC rate after rate matching. That is BICM capacity-ordering made into hardware.
NR PDSCH Encoder Pipeline
Definition: Modulation and Coding Scheme (MCS) Index
Modulation and Coding Scheme (MCS) Index
The MCS index is an integer selector into a standards-defined table that fixes the pair used for one NR transport block. Three MCS tables are defined in 3GPP TS 38.214:
- MCS Table 1 (up to 64-QAM): the legacy LTE-compatible table, used when the UE reports no support for 256- or 1024-QAM. Modulation orders corresponding to QPSK, 16-QAM, 64-QAM.
- MCS Table 2 (up to 256-QAM): the default for sub-6 GHz (FR1) and mmWave (FR2) commercial networks in Release 15+. Adds for 256-QAM.
- MCS Table 3 (URLLC / low spectral efficiency): supports only up to 64-QAM but starts at a much lower rate, . Designed for BLER target , not the usual . Added in Release 16.
The fourth table introduced in Release 17 extends MCS Table 2 to include 1024-QAM () for FR1. The mapping of MCS index to is tabulated directly in the specification; entries are designed so that is approximately monotone in and covers the range from about 0.23 to bits per 2D symbol.
Indices 28-31 of each table are reserved for retransmissions and carry only the modulation order; the rate is inherited from the first transmission so the HARQ soft buffer stays consistent. This is one of the details that makes NR's HARQ-IR more flexible than LTE's.
5G NR MCS Table ( versus MCS Index)
The spectral efficiency as a function of MCS index for the three NR PDSCH MCS tables. Observe the kink points at index boundaries — these are exactly where the modulation order jumps, e.g. from 16-QAM to 64-QAM. Between kinks the code rate climbs monotonically from to before the next jump happens. Table 3 (URLLC) starts at rates 10x lower to hit the stringent BLER target.
Parameters
Definition: 5G NR LDPC Base Graphs BG1, BG2
5G NR LDPC Base Graphs BG1, BG2
NR defines exactly two LDPC base graphs:
- is (46 parity rows, 68 variable columns). The resulting mother code has information length up to bits and rate as low as (the code becomes lower-rate after puncturing is reversed and extended parity is included). BG1 is selected when bits and (target or ).
- is . Information length up to bits, rate as low as . Used for short blocks or low rates.
Each base graph is lifted by a cyclic-shift factor chosen from the standard table to match the desired code block length. The lifted matrix has circulant blocks in each base-graph position, yielding a quasi-cyclic LDPC structure. This quasi-cyclic property is what makes the decoder hardware-friendly: the same shift register implements every circulant block.
The rule "BG1 for high rates, BG2 for low rates" comes from density evolution. BG1's degree distribution is optimised for the waterfall region around to ; BG2's is optimised for . Outside their design ranges both base graphs still work but give up 0.5-1.0 dB of threshold performance.
NR LDPC Base-Graph Selection Rule
Complexity: — pure table lookupSee 3GPP TS 38.212 §7.2.2 for the full decision tree; the rule above is the simplified form. Notice that very short blocks always use BG2 — BG1 with would be severely over-parameterised and lose diversity. This mirrors the abstract BICM diversity rule of Chapter 6: short codewords cannot harvest much diversity, so we use the lower-rate base graph to compensate.
Definition: Hybrid ARQ: Chase Combining and Incremental Redundancy
Hybrid ARQ: Chase Combining and Incremental Redundancy
A hybrid ARQ (HARQ) scheme retransmits on decode failure and combines the retransmitted copies with the original. Two flavours:
- HARQ Chase Combining (HARQ-CC): every retransmission contains the same rate-matched bits as the first transmission. The receiver maximal-ratio-combines the LLRs before feeding the decoder. After transmissions the effective SNR is , a 3 dB gain per retransmission.
- HARQ Incremental Redundancy (HARQ-IR): each retransmission contains new rate-matched bits (obtained by a different puncturing pattern of the mother LDPC codeword). The receiver appends the new LLRs to the old and decodes the larger codeword, whose effective rate is — the rate falls with each retransmission. IR is superior to CC because it reduces the effective code rate rather than just the noise.
NR uses HARQ-IR by default. The four redundancy versions are four distinct starting points in the circular buffer of the rate-matched codeword; the UE signals the RV of each retransmission in the downlink control information (DCI).
HARQ's throughput gain is easiest to see at the extreme: on a channel where first-transmission BLER is 50%, HARQ-IR with 2 transmissions can bring the residual BLER to by halving the effective rate. Without HARQ we would have to pick an MCS twice as conservative up front — a much worse average throughput.
Theorem: HARQ-IR Throughput Formula
Let be the spectral efficiency of the first HARQ transmission, and let be the block error probability after the -th (re)transmission, with and . Assume independent transmissions. Then the long-run HARQ-IR throughput is where is the expected number of transmissions per successful block. At high SNR (first-try success), and ; at low SNR, grows and the effective rate collapses toward .
HARQ converts the binary "succeed or retransmit" event into a throughput penalty proportional to the expected number of transmissions. The operational observation is that a properly-tuned MCS should target so — each retransmission costs 10% of throughput but the outer BLER after HARQ is , well below any application requirement.
Use the geometric structure: the number of transmissions for success is the first time the block is decoded correctly.
Apply (tail formula for nonnegative integer RVs).
Divide information bits per block by transmissions per block to get throughput.
Block-level throughput
Each successful block carries information bits, where is the number of symbols per transmission. Over many successful blocks, the throughput is
Expected transmissions
Let be the index of the first successful decode. Then (the block was still in error after transmissions). By the nonnegative-integer tail formula,
Asymptotics
High SNR: for all , so and . Low SNR: and .
Operational interpretation
The throughput is maximised by choosing an MCS whose first-try BLER satisfies — the Lagrangian optimality condition for the continuous extension of the staircase. In practice is the optimum for the eMBB service class.
Example: MCS 20 on NR Table 2 at 100 PRBs
Compute the transport block size (TBS) for NR PDSCH MCS index on MCS Table 2, with 100 physical resource blocks (PRBs), a single layer, normal cyclic prefix, and no DMRS overhead. Also compute the effective spectral efficiency.
Look up $(Q_m, R)$ from Table 5.1.3.1-2
MCS index 20 on Table 2: (64-QAM), target code rate , so . Spectral efficiency bits per 2D symbol.
Compute usable resource elements
100 PRBs 12 subcarriers 12 OFDM symbols (one slot) = 14400 resource elements. In NR the reference signal (DMRS) overhead is 12 REs per PRB for single-layer transmission, so usable REs per PRB is . Total usable REs: REs.
Compute unquantised TBS
Number of coded bits: . Information bits (before CRC): bits.
Apply TBS quantisation from Table 5.1.3.2-2
The spec rounds to the nearest entry in a finite set of TBS values. For the spec picks bits. The effective rate becomes , and effective bits/2D.
Operational check
At 15 kHz subcarrier spacing and a 1 ms slot, this corresponds to a PDSCH data rate of Mbps per layer. With 4 spatial layers (a typical MIMO rank in FR1) the peak DL rate is Mbps, consistent with sub-6 GHz commercial networks at 20 MHz bandwidth.
3GPP TS 38.214 — The Canonical MCS Specification
3GPP TS 38.214 is the canonical spec for NR link adaptation. It defines:
- CQI tables (§5.2.2.1): 16 quality indices mapping to target at BLER (tables 5.2.2.1-2, -3, -4) or (table 5.2.2.1-5 for URLLC).
- MCS tables (§5.1.3.1): 4 tables mapping MCS index to , plus retransmission entries .
- TBS tables (§5.1.3.2): quantised list of allowed transport block sizes from 24 to 3824 bits in 3824-region, and a formula for larger blocks using BG1.
- Scheduling restrictions (§5.1.4) that prevent the gNB from picking an MCS inconsistent with the UE's reported capability.
The complement, TS 38.212, defines:
- LDPC base graphs BG1 (46x68, ) and BG2 (42x52, ) (§5.3.2).
- Code block segmentation and 24-bit CRC attachment (§5.2.2).
- Rate matching via circular buffer + puncturing + shortening (§5.4.2).
- Bit-level interleaver (§5.4.2.2) — the of BICM theory.
Together these two specs define everything about NR BICM at the physical layer. Commercial implementations typically parse both in full.
- •
UE capability signalling determines which MCS table is allowed
- •
BLER target is service-dependent: 10% for eMBB, for URLLC
- •
Retransmission MCS indices 28-31 carry only , inheriting rate
- •
1024-QAM (Table 3) requires extreme channel quality and FR1 band allocation
Common Mistake: MCS Table 3 Is NOT an Extended MCS Table 2
Mistake:
A common confusion is that MCS Table 3 extends MCS Table 2 by adding higher modulation orders (1024-QAM). In fact, MCS Table 3 starts much lower than the others (at for QPSK) and goes only up to 64-QAM.
Correction:
MCS Table 3 is the URLLC (ultra-reliable low-latency communication) table, designed for BLER target rather than the usual . Since URLLC needs orders of magnitude better reliability at the same SNR, the spec provides lower code rates (all else equal). The 1024-QAM support is a separate addition to Table 2 in Release 17, indexed as Table 5.1.3.1-4 in the spec. Always check the exact table number in 38.214 before computing an MCS — mixing tables gives an answer off by an order of magnitude in effective rate.
Historical Note: NR Release 15: Industry's First BICM-LDPC Cellular Standard
2015-20185G NR Release 15 (frozen June 2018) was the first cellular standard to abandon convolutional and turbo codes in favour of LDPC for the data channel. The design began in 2016 when 3GPP RAN1 convened a code "down-selection" between LDPC, polar codes, and turbo codes.
The decision for data traffic went to LDPC for three reasons: (i) the quasi-cyclic lifting gives very high parallelism and hence ASIC- friendly throughput, (ii) the two-base-graph construction supports block lengths from 40 to 8448 bits with a single hardware block, and (iii) density-evolution design techniques (Richardson-Urbanke 2001) were mature enough to optimise the degree distributions for the exact set of rates and block lengths the standard needed.
Polar codes were selected for the control channels — short-block signalling where list-decoding is practical and LDPC's per-block overhead dominates. Turbo codes, despite their success in LTE, were retired: their decoder has an intrinsic sequential element that does not parallelise as well.
The result: 5G NR's PDSCH is a pure BICM-LDPC system, the single largest commercial deployment of bit-interleaved coded modulation ever attempted. Every NR smartphone sold after 2019 runs the LDPC decoder continuously while the radio is on.
Why This Matters: Why 5G Did Not Reuse LTE's Turbo Code
LTE used a rate-1/3 parallel-concatenated turbo code (PCCC) with 8 states per constituent RSC. The 5G decision to switch to LDPC was driven by three pragmatic factors:
- Throughput per mm² of silicon. Turbo decoders are limited by the sequential BCJR sweep on each constituent; doubling throughput means doubling memory. LDPC's column-row message passing is embarrassingly parallel and scales to > 20 Gbps in one RAN vendor's current decoders.
- Flexibility across rates. LTE had 13 fixed puncturing patterns. NR needed at block lengths from 40 to 8448 bits — two orders of magnitude more rate-block combinations. LDPC's circular-buffer rate matching handles all of them with a single code.
- Error floor. Turbo codes have an error floor around BLER that is irreducible without interleaver redesign. URLLC requires BLER at the application layer; LDPC's error floor is below with commodity decoder precision.
The migration illustrates a recurring theme of this chapter: BICM is stable, but the binary code inside BICM cycles every generation based on hardware and service-class evolution. The mapper and interleaver of NR are almost identical to those of LTE; only the encoder changed.
Quick Check
You are designing an NR PDSCH transmission with target code rate and transport block size bits. Which LDPC base graph is selected?
Either BG1 or BG2 — the choice is left to the decoder
Neither — this combination is outside NR spec
Rule: or ( and ) BG1. Here and , both conditions satisfied. BG1 is chosen.
Key Takeaway
5G NR is BICM in its purest commercial form. A single LDPC code family (BG1 + BG2) drives every QAM constellation from QPSK to 1024-QAM via rate matching. The MCS index is a 5-bit integer controlling ; HARQ-IR provides adaptive retransmission; three MCS tables handle eMBB, URLLC, and extreme-rate profiles separately. The whole system is 3GPP TS 38.212 + 38.214 and it implements Chapter 5's theory end-to-end.
MCS Index
A 5-bit integer in 3GPP NR that selects a pair from one of the MCS tables in TS 38.214. Values 0-27 denote distinct data transmissions; 28-31 are reserved for HARQ retransmissions and carry only the modulation order.
Related: CQI Feedback Delay in Fast Fading, Block Error Rate (BLER), HARQ Incremental Redundancy (HARQ-IR)
HARQ Incremental Redundancy (HARQ-IR)
A hybrid ARQ scheme in which each retransmission contains new coded bits (a different puncturing pattern of the same mother LDPC codeword). The receiver appends new LLRs to old and decodes a lower-rate code. Superior to Chase Combining (HARQ-CC) because it reduces the effective rate, not just the noise. Used by 5G NR, LTE, and Wi-Fi 6/7.
Related: Harq Cc, Rate Matching, MCS Index