Inferensys

Glossary

DFT-s-OFDM

Discrete Fourier Transform spread OFDM, a single-carrier transmission scheme used in LTE and 5G NR uplink that reduces the peak-to-average power ratio compared to conventional CP-OFDM.
Developer working on RAG retrieval system, document chunks visible on screen, technical workspace with code editor.
WAVEFORM DEFINITION

What is DFT-s-OFDM?

DFT-s-OFDM (Discrete Fourier Transform spread Orthogonal Frequency Division Multiplexing) is a single-carrier frequency-division multiple access scheme that precodes data symbols with a DFT before the conventional OFDM modulator to drastically reduce the peak-to-average power ratio (PAPR) inherent in multi-carrier transmissions.

DFT-s-OFDM is the uplink transmission scheme for 4G LTE and a selectable waveform for 5G NR. By spreading each data symbol across all allocated subcarriers via a discrete Fourier transform, the transmitter effectively generates a single-carrier signal with a cyclic prefix. This architecture preserves the robust multipath resistance of CP-OFDM while avoiding the high-amplitude fluctuations that force power amplifiers into inefficient, non-linear operating regions, thereby extending battery life in user equipment.

The core mechanism involves an M-point DFT followed by subcarrier mapping and an N-point inverse FFT (where N > M). Localized mapping concentrates the signal, while distributed mapping creates a comb-like spectrum for frequency diversity. The resulting time-domain signal exhibits a significantly lower cubic metric than standard OFDM, making it ideal for cost-sensitive mobile transmitters. In 5G NR, DFT-s-OFDM is mandatory for uplink coverage-limited scenarios and can be dynamically switched with CP-OFDM via the transform precoding flag in the DCI.

WAVEFORM ARCHITECTURE

Key Characteristics of DFT-s-OFDM

Discrete Fourier Transform spread OFDM is a single-carrier frequency-division multiple access scheme that fundamentally alters the signal generation chain to achieve a significantly lower Peak-to-Average Power Ratio (PAPR) than conventional CP-OFDM.

01

Single-Carrier Transmission with a Multicarrier Air Interface

DFT-s-OFDM is architecturally a single-carrier transmission scheme despite using OFDM-style processing. The key is the precoding DFT step before the conventional IFFT. By spreading each data symbol across all allocated subcarriers in the frequency domain, the time-domain signal effectively becomes a single-carrier waveform. This means the transmit signal does not suffer from the superposition of multiple independently modulated subcarriers, which is the root cause of high Peak-to-Average Power Ratio (PAPR) in CP-OFDM. The result is a waveform that combines the robustness of single-carrier modulation with the flexible frequency-domain equalization and resource allocation benefits of OFDM.

02

PAPR Reduction Mechanism

The primary motivation for DFT-s-OFDM is PAPR reduction. In CP-OFDM, the instantaneous power can spike dramatically when multiple subcarriers constructively interfere. DFT-s-OFDM avoids this by ensuring each time-domain sample is a weighted sum of all data symbols, not just one per subcarrier. This produces a signal with an amplitude distribution closer to a single-carrier waveform.

  • Typical PAPR Improvement: 2-3 dB lower than CP-OFDM for the same constellation.
  • Benefit: Allows the power amplifier to operate closer to its saturation point, dramatically improving power efficiency.
  • Critical for Uplink: This is why it was chosen for the LTE uplink and remains an option for 5G NR uplink, where user equipment (UE) battery life is paramount.
2-3 dB
Typical PAPR Reduction vs CP-OFDM
03

Localized vs. Distributed Subcarrier Mapping

The output of the M-point DFT precoder is mapped to a subset of N available IFFT subcarriers (where M < N). This mapping defines the multiple access scheme:

  • Localized FDMA (LFDMA): The M DFT outputs are mapped to a contiguous block of subcarriers. This provides frequency-domain scheduling gain, allowing the base station to assign users to the best parts of the channel.
  • Distributed FDMA (DFDMA): The M DFT outputs are spread across the entire bandwidth with zeros inserted between them. This creates a comb-like spectrum, providing frequency diversity even without channel knowledge, at the cost of higher sensitivity to frequency offset.

LFDMA is the standard choice in LTE and 5G NR uplink due to its compatibility with channel-dependent scheduling.

04

Frequency-Domain Equalization (FDE)

A defining advantage of DFT-s-OFDM is its compatibility with low-complexity Frequency-Domain Equalization (FDE). Because a cyclic prefix is inserted, the linear convolution with the multipath channel becomes circular convolution. At the receiver, after CP removal and an N-point FFT, a simple single-tap equalizer can be applied to each subcarrier to compensate for the channel. This is far less computationally intensive than the time-domain equalizers required for traditional single-carrier systems. The equalized symbols are then transformed back via an M-point IDFT to recover the data. This architecture is known as Single-Carrier Frequency Domain Equalization (SC-FDE).

05

Reference Signal Multiplexing

To enable coherent demodulation and channel estimation, Demodulation Reference Signals (DMRS) must be multiplexed with DFT-s-OFDM data. In the LTE uplink, DMRS occupies the center symbol of each slot (SC-FDMA symbol 3). Critically, the DMRS is inserted in the time domain, after the M-point DFT precoding. This means the DMRS is not precoded and maintains a constant amplitude zero autocorrelation (CAZAC) property in the frequency domain, enabling accurate channel estimation across the allocated bandwidth. The 5G NR uplink supports a more flexible DMRS configuration, including front-loaded patterns for low-latency decoding.

06

DFT-s-OFDM in 5G NR: Transform Precoding

In 5G NR, DFT-s-OFDM is officially termed transform precoding. It is an optional feature for the uplink, enabled via higher-layer signaling. When enabled, the standard CP-OFDM chain is modified by inserting the DFT spreader. 5G NR also introduces DFT-s-OFDM with frequency-domain spectral shaping (FDSS) using a raised-cosine filter in the frequency domain. This further reduces PAPR and out-of-band emissions, making it particularly suitable for millimeter-wave (mmWave) and power-limited devices. The choice between CP-OFDM and DFT-s-OFDM in NR allows the network to optimize for either MIMO spatial multiplexing (CP-OFDM) or coverage and power efficiency (DFT-s-OFDM).

WAVEFORM COMPARISON

DFT-s-OFDM vs. CP-OFDM

Technical comparison of the single-carrier DFT-spread OFDM waveform against conventional Cyclic Prefix OFDM for uplink transmission in 4G LTE and 5G NR.

FeatureDFT-s-OFDMCP-OFDM

Waveform Type

Single-carrier FDMA

Multi-carrier OFDM

PAPR

Low (typically 4-6 dB)

High (typically 10-13 dB)

Subcarrier Orthogonality

Maintained

Maintained

Sensitivity to Frequency Offset

Lower

Higher

Equalization Complexity

Time-domain DFE required

Single-tap FDE sufficient

MIMO Spatial Multiplexing

More complex per-layer DFT

Straightforward per-antenna

5G NR Uplink Support

LTE Uplink Support

DFT-S-OFDM EXPLAINED

Frequently Asked Questions

Clear, technically precise answers to the most common questions about Discrete Fourier Transform spread OFDM, the uplink waveform powering LTE and 5G NR.

DFT-s-OFDM (Discrete Fourier Transform spread Orthogonal Frequency Division Multiplexing) is a single-carrier transmission scheme that applies a discrete Fourier transform precoding step before the conventional OFDM modulator to drastically reduce the peak-to-average power ratio (PAPR) of the transmitted signal. The process works by first grouping modulated data symbols (e.g., QPSK or 16QAM) into blocks of size M. An M-point DFT spreads each symbol's energy across all M subcarriers in the frequency domain, effectively creating a single-carrier signal with a low PAPR envelope. These spread samples are then mapped to a subset of N total subcarriers (where N > M) via localized or distributed mapping, padded with zeros, and passed through an N-point inverse FFT (IFFT). Finally, a cyclic prefix is appended to combat multipath delay spread. This hybrid architecture retains the multipath resilience and frequency-domain equalization simplicity of OFDM while inheriting the low envelope fluctuation of a single-carrier waveform, making it ideal for power-limited user equipment transmitters.

Prasad Kumkar

About the author

Prasad Kumkar

CEO & MD, Inference Systems

Prasad Kumkar is the CEO & MD of Inference Systems and writes about AI systems architecture, LLM infrastructure, model serving, evaluation, and production deployment. Over 5+ years, he has worked across computer vision models, L5 autonomous vehicle systems, and LLM research, with a focus on taking complex AI ideas into real-world engineering systems.

His work and writing cover AI systems, large language models, AI agents, multimodal systems, autonomous systems, inference optimization, RAG, evaluation, and production AI engineering.