Interview Preparation5G Air Interface and Top Interview Questions

5G NR Waveforms: CP-OFDM and DFT-s-OFDM, and When the Uplink Should Use Which

Why NR uses CP-OFDM everywhere but keeps DFT-s-OFDM as an uplink option, what PAPR really costs, and how the network chooses per UE.

By Manas·9 min read·Updated 2026-09-07

Two waveforms, one difference

Both NR waveforms are OFDM with a cyclic prefix. The only difference is one optional block in the transmitter: a DFT applied to the modulation symbols before they are mapped to subcarriers. Without it you have CP-OFDM; with it you have DFT-s-OFDM (the spec calls the block transform precoding; LTE called the result SC-FDMA). That one block changes the shape of the transmitted signal in a way that matters enormously for a battery-powered transmitter.

The mental model: many voices vs one voice

CP-OFDM sends data on hundreds of subcarriers in parallel. Each subcarrier is a separate "voice" with its own random amplitude and phase; when they add up, occasionally they all peak together, producing a signal whose peaks are 10–12 dB above its average — a high peak-to-average power ratio (PAPR). Advantages: every subcarrier is independent, so per-subcarrier equalisation and MIMO are simple and spectral efficiency is maximal.

DFT-s-OFDM first spreads each modulation symbol across all the allocated subcarriers with a DFT. The result behaves like a single-carrier signal: at any instant you are essentially transmitting one modulation symbol, so the envelope varies only as much as the constellation does. PAPR drops by roughly 2–3 dB versus CP-OFDM (and much more with π/2-BPSK). The cost: the subcarriers are no longer independent, which complicates MIMO (single layer only in Rel-15) and makes frequency-selective scheduling less natural.

Why PAPR is the whole argument

A power amplifier is linear only up to a point. If the signal's peaks exceed that point they are clipped, causing distortion (EVM) and spectral regrowth (adjacent-channel interference). To keep the peaks inside the linear region, the transmitter must reduce its average power by roughly the PAPR — this is back-off. Every dB of back-off is a dB less transmit power, which is a dB less uplink coverage or a dB more battery drain.

  • A gNB has a large, expensive, efficiently cooled PA; it can afford back-off and gains more from CP-OFDM's flexibility and MIMO. Hence downlink: CP-OFDM only.
  • A UE at the cell edge is power-limited; 2–3 dB matters more than MIMO it cannot use anyway. Hence uplink: DFT-s-OFDM available.
  • A UE near the gNB is not power-limited and wants throughput and MIMO. Hence uplink: CP-OFDM also available.

NR is the first 3GPP system to offer both in the uplink and let the network choose per UE.

The mechanics

In the transmitter chain (TS 38.211 §6.3.1):

DFT-s-OFDM adds a transform precoding stage before the inverse FFT, spreading each symbol across subcarriers and lowering the peak to average power ratio.

bits → scrambling → modulation → layer mapping → [transform precoding] → precoding → RE mapping → IFFT + CP

Transform precoding, when enabled, takes M modulation symbols (M = 12 × number of allocated RBs) and applies an M-point DFT. The spec restricts M to values of the form 2^a·3^b·5^c so the DFT is efficient. The output is mapped to M contiguous subcarriers (contiguous allocation is required in Rel-15; Rel-16 adds a limited interleaved option for unlicensed spectrum).

Enabling it is a per-UE RRC choice, with one dynamic hook:

  • msg3-transformPrecoder (SIB1): whether Msg3 during random access uses DFT-s-OFDM — the UE has no dedicated configuration yet, so this is cell-wide.
  • transformPrecoder in PUSCH-Config: enabled / disabled for scheduled PUSCH.
  • With DCI 0_0 the UE follows msg3-transformPrecoder; with DCI 0_1 it follows the dedicated setting.

Consequences of enabling it:

CP-OFDM (UL)DFT-s-OFDM (UL)
Layers1–41
Allocationany (type 0 or 1)contiguous, RB count 2^a 3^b 5^c
ModulationQPSK–256QAMπ/2-BPSK, QPSK–256QAM
DM-RS sequenceGold sequenceZadoff-Chu-based (low PAPR too)
PAPRhighlow
Typical usecell centre, MIMOcell edge, coverage, small devices

How a network decides

There is no standardised rule; typical implementations switch a UE to DFT-s-OFDM when its power headroom report shows it is at or near maximum power (or its uplink SINR falls below a threshold), and back when headroom returns. Some operators enable DFT-s-OFDM for all UEs in coverage-challenged bands; others leave CP-OFDM as default and use DFT-s-OFDM only for Msg3.

What changed from LTE

LTE: downlink OFDM only, uplink SC-FDMA only — a rigid choice made when UE PAs were weaker. NR: CP-OFDM as the common baseline for both directions (so uplink and downlink processing are symmetric, and UL MIMO works naturally), with DFT-s-OFDM retained as an option for exactly the case it was designed for. Same technology as LTE's SC-FDMA; different role.

Common confusions

  • "DFT-s-OFDM is used in the downlink." Never in NR.
  • "DFT-s-OFDM is a single-carrier system, not OFDM." It is OFDM with a DFT spread; it keeps the CP, the subcarrier grid and the FFT receiver.
  • "Low PAPR means higher capacity." Spectral efficiency is essentially equal; DFT-s-OFDM wins on coverage/power, loses on MIMO and scheduling flexibility.
  • "π/2-BPSK works with CP-OFDM." It is defined only with transform precoding.
  • "The UE chooses the waveform." The network configures it; the UE reports capability.

Spec pointers

  • TS 38.211 §5.3 — OFDM baseband signal generation; §6.3.1.4 — transform precoding; §6.4.1.1 — PUSCH DM-RS with/without transform precoding
  • TS 38.214 §6.1.3 — UE procedure with transform precoding
  • TS 38.331 — transformPrecoder, msg3-transformPrecoder
  • TS 38.101-1 §6.2 — UE output power and maximum power reduction (MPR) per waveform/modulation

Recap

One optional DFT before the IFFT turns CP-OFDM into DFT-s-OFDM. CP-OFDM: maximal flexibility and MIMO, high PAPR — used for all downlink and for capable uplinks. DFT-s-OFDM: single-layer, contiguous, low PAPR — uplink only, for coverage-limited UEs and Msg3, and the home of π/2-BPSK. The network picks per UE, typically on power headroom.


Interview questions

The questions below are drawn from this topic and phrased the way they tend to come up. Try each one out loud before revealing the answer.

18 questions

5GNRphysical layerair interfaceInterview Prep