Inferensys

Glossary

Selected Mapping (SLM)

A probabilistic peak-to-average power ratio (PAPR) reduction technique that generates multiple candidate transmit sequences from the same data block by applying different phase rotation vectors, then selects the sequence with the lowest PAPR for transmission.
Data scientist building training data pipeline on laptop, data preprocessing visible, technical workspace.
PROBABILISTIC PAPR REDUCTION

What is Selected Mapping (SLM)?

Selected Mapping (SLM) is a distortionless, probabilistic technique for reducing the Peak-to-Average Power Ratio (PAPR) in multicarrier systems by generating multiple candidate signals representing the same data and transmitting the one with the lowest peak power.

Selected Mapping (SLM) is a probabilistic PAPR reduction method that operates by generating a set of U statistically independent candidate transmit sequences from the same source data block. Each candidate is created by multiplying the original frequency-domain symbols element-wise by a distinct phase rotation vector before the Inverse Fast Fourier Transform (IFFT). The algorithm then computes the PAPR of each resulting time-domain signal and selects the candidate with the minimum PAPR for actual transmission, requiring the transmission of side information (the index of the chosen phase vector) to the receiver for correct decoding.

Unlike Crest Factor Reduction (CFR) techniques such as clipping, SLM introduces no in-band distortion or out-of-band spectral regrowth, preserving the Error Vector Magnitude (EVM) perfectly. The PAPR reduction performance improves with the number of candidate sequences U, but this gain comes at the cost of increased computational complexity due to multiple IFFT operations. The primary implementation challenge is the reliable transmission of the side information, as an error in recovering the phase sequence index at the receiver causes catastrophic block errors, often necessitating embedded signaling or blind detection schemes.

PROBABILISTIC PAPR REDUCTION

Key Characteristics of SLM

Selected Mapping (SLM) is a distortionless PAPR reduction technique that generates multiple candidate transmit sequences from the same data block and selects the one with the lowest PAPR for transmission.

01

Distortionless Operation

Unlike Crest Factor Reduction (CFR) techniques such as clipping or companding, SLM does not introduce in-band distortion or out-of-band spectral regrowth. The transmitted signal is an exact representation of the original data, preserving Error Vector Magnitude (EVM) and Adjacent Channel Leakage Ratio (ACLR). This makes SLM ideal for modulation schemes with strict constellation fidelity requirements, such as 256-QAM and 1024-QAM in 5G NR.

0 dB
EVM Degradation
02

Phase Rotation Candidate Generation

SLM operates by multiplying the original frequency-domain OFDM symbol vector by U statistically independent phase rotation sequences. Each sequence applies a different pseudo-random phase shift to each subcarrier:

  • Common phase sets: {±1}, {±1, ±j}, or unit-circle phases
  • The IFFT is computed for each candidate, generating U distinct time-domain signals
  • The candidate with the minimum PAPR is selected for transmission
U = 4–16
Typical Candidate Count
03

Side Information Overhead

The receiver must know which phase rotation sequence was selected to correctly demodulate the data. This side information (SI) must be transmitted alongside the payload:

  • Typically encoded as log₂(U) bits per OFDM symbol
  • SI is critical—if corrupted, the entire symbol is lost
  • Robust channel coding or dedicated control channels protect SI integrity
  • Advanced variants embed SI via pilot scrambling or blind detection to eliminate explicit overhead
04

Computational Complexity Trade-off

SLM requires U parallel IFFT operations per OFDM symbol, making it computationally intensive compared to clipping-based methods. The complexity scales as O(U · N log N) where N is the FFT size. Practical implementations use:

  • Reduced-complexity SLM with simplified phase sets
  • Suboptimal selection algorithms that avoid exhaustive PAPR calculation
  • Hardware-accelerated IFFT banks on FPGA or ASIC platforms
  • Hybrid SLM-CFR architectures that combine a small U with mild clipping
IFFT Complexity Multiplier
05

PAPR Reduction Performance

SLM achieves PAPR reduction gain that improves with the number of candidates U, following a diminishing returns curve. At a CCDF probability of 10⁻⁴:

  • U=4: approximately 2–3 dB reduction
  • U=8: approximately 3–4 dB reduction
  • U=16: approximately 4–5 dB reduction Performance depends on the phase set design and the statistical independence of candidate sequences. The technique is most effective for OFDM systems with a large number of subcarriers.
2–5 dB
Typical PAPR Reduction
06

Comparison with PTS and TR

SLM belongs to the family of distortionless PAPR reduction techniques alongside Partial Transmit Sequence (PTS) and Tone Reservation (TR):

  • SLM vs. PTS: PTS partitions subcarriers into blocks and optimizes phase per block; SLM applies per-subcarrier phases. PTS offers finer control but requires more complex optimization
  • SLM vs. TR: TR reserves dedicated subcarriers for peak cancellation; SLM uses all subcarriers for data, avoiding spectral efficiency loss
  • SLM is preferred when spectral efficiency and signal fidelity are paramount
SELECTED MAPPING EXPLAINED

Frequently Asked Questions

Clear, technically precise answers to the most common questions about the Selected Mapping (SLM) technique for reducing peak-to-average power ratio in OFDM and other multicarrier communication systems.

Selected Mapping (SLM) is a probabilistic Peak-to-Average Power Ratio (PAPR) reduction technique that generates multiple candidate transmit sequences from the same input data block and selects the one with the lowest PAPR for transmission. The core mechanism involves multiplying the original frequency-domain data vector by a set of ( U ) distinct phase rotation sequences, where each sequence applies a different pseudo-random phase shift to each subcarrier. This produces ( U ) statistically independent time-domain candidate signals after the Inverse Fast Fourier Transform (IFFT). The transmitter computes the PAPR of each candidate and transmits the one exhibiting the minimum crest factor. Critically, the data content remains identical across all candidates—only the phase relationships between subcarriers are altered. The receiver must know which phase sequence was selected to correctly demodulate the signal, requiring the transmission of Side Information (SI) as a ( \log_2(U) )-bit index. SLM achieves PAPR reduction without introducing in-band distortion or out-of-band spectral regrowth, making it a distortionless technique suitable for systems with strict Error Vector Magnitude (EVM) requirements. The trade-off is increased computational complexity proportional to the number of candidate sequences generated.

PROBABILISTIC VS. DETERMINISTIC COMPARISON

SLM vs. Other PAPR Reduction Techniques

Comparison of Selected Mapping against alternative PAPR reduction methods for OFDM systems, evaluating distortion, complexity, and spectral efficiency trade-offs.

FeatureSelected Mapping (SLM)Clipping & FilteringTone Reservation (TR)Partial Transmit Sequence (PTS)

Distortion Type

Distortionless

In-band & out-of-band distortion

Distortionless on data subcarriers

Distortionless

Spectral Regrowth

Requires Side Information

Data Rate Loss

Computational Complexity

High (multiple IFFTs)

Low

Medium (optimization per symbol)

Very High (multiple IFFTs + combinations)

PAPR Reduction Gain (CCDF at 10^-4)

2-4 dB

3-6 dB

2-3 dB

3-5 dB

EVM Degradation

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.