Tone Reservation (TR) is a crest factor reduction technique where a predetermined set of subcarriers within an OFDM symbol are set aside to carry a peak-canceling signal rather than user data. The core principle is to generate a time-domain correction signal, constructed solely from these reserved tones, that coherently subtracts from the high-amplitude peaks of the original data waveform. Because the reserved tones are orthogonal to the data tones, the cancellation process introduces zero in-band distortion or Error Vector Magnitude (EVM) degradation on the active subcarriers.
Glossary
Tone Reservation (TR)

What is Tone Reservation (TR)?
Tone Reservation is a distortionless PAPR reduction method that reserves a subset of OFDM subcarriers exclusively for a peak-canceling signal, preserving the integrity of data-bearing subcarriers.
The primary implementation challenge lies in the iterative computation of the optimal cancellation signal, often solved using gradient-based algorithms to minimize the remaining peak magnitude. Unlike clipping-based methods, TR avoids spectral regrowth by confining the correction energy strictly to the reserved subcarriers, which act as a controlled out-of-band emission sink. This makes TR particularly attractive for standards like 5G NR and DVB-T2, where maintaining low EVM is critical, and the trade-off is a reduction in net data throughput due to the sacrificed subcarriers.
Key Characteristics of Tone Reservation
Tone Reservation (TR) is a distortionless PAPR reduction technique that allocates a subset of OFDM subcarriers exclusively for a peak-canceling signal, preserving the integrity of data-bearing tones.
Orthogonal Cancellation Principle
TR exploits the orthogonality of OFDM subcarriers. A peak-canceling signal is constructed entirely on reserved tones that are disjoint from data tones. Because data and reserved tones occupy non-overlapping frequency bins, the cancellation signal causes zero in-band distortion on the data subcarriers at the receiver after FFT processing. This is the fundamental advantage over clipping-based Crest Factor Reduction (CFR).
Reservation Ratio and Overhead
The Tone Reservation Ratio (TRR) defines the percentage of total subcarriers allocated to peak reduction rather than data transmission.
- Typical values: 5% to 15% of total subcarriers
- Trade-off: Higher TRR enables more aggressive PAPR reduction but directly reduces spectral efficiency (throughput)
- 5G NR context: A 10% reservation on a 100 MHz carrier sacrifices 10 MHz of data bandwidth for improved Power Amplifier (PA) efficiency
Kernel-Based Signal Design
The peak-canceling signal is generated by time-shifting and scaling a reference kernel. This kernel is a pre-computed waveform with a dominant time-domain peak, constructed by assigning specific magnitudes and phases to the reserved tones. The kernel is designed to approximate a Dirac delta function within the constraints of the reserved tone set, enabling precise peak cancellation at detected locations.
Iterative Peak Reduction Algorithm
TR typically employs an iterative clipping and filtering process on the reserved tones only:
- Detect the time-domain sample with the largest magnitude exceeding the target threshold
- Shift the reference kernel to align with the peak location
- Scale and subtract the kernel to cancel the peak
- Repeat until all peaks fall below the threshold or a maximum iteration count is reached This iterative approach handles peak regrowth that occurs when canceling one peak affects neighboring samples.
Distortionless vs. Distortion-Based Methods
TR is classified as a distortionless PAPR reduction technique, distinguishing it from methods like clipping and filtering.
- TR: Cancellation energy is confined to reserved tones, leaving data tones pristine. EVM on data subcarriers is theoretically zero.
- Clipping/CFR: Applies nonlinearity directly to the composite signal, causing in-band distortion (EVM degradation) and out-of-band spectral regrowth (ACLR degradation).
- Hybrid approaches: Combine TR with soft clipping on data tones for extreme PAPR targets.
Computational Complexity and Real-Time Constraints
The iterative peak detection and cancellation loop imposes significant computational overhead compared to simpler methods like hard clipping.
- Peak search: Requires scanning all time-domain samples per iteration
- Kernel convolution: Each cancellation step involves adding a shifted kernel, equivalent to a filtering operation
- Optimization: Fast Fourier Transform (FFT)-based implementations can accelerate the process by operating in the frequency domain
- Hardware: Typically implemented on FPGA or ASIC in baseband processors to meet microsecond-level latency budgets
Tone Reservation vs. Other PAPR Reduction Methods
A feature-level comparison of Tone Reservation against other common crest factor reduction and PAPR mitigation techniques for OFDM systems.
| Feature | Tone Reservation (TR) | Clipping & Filtering | Selected Mapping (SLM) | Active Constellation Extension (ACE) |
|---|---|---|---|---|
Distortion on Data Subcarriers | None (clean signal) | High (in-band distortion) | None | Controlled (within EVM limit) |
Out-of-Band Emission | Zero (confined to reserved tones) | High (requires filtering) | None | Low |
Requires Side Information | ||||
Computational Complexity | Moderate (convex optimization) | Low | High (multiple IFFTs) | Moderate |
Spectral Efficiency Loss | Yes (reserved tones ~1-5%) | None | None | None |
PAPR Reduction Gain | 4-6 dB | 3-7 dB | 2-4 dB | 2-3 dB |
Compatibility with Existing Receivers | Full (transparent) | Full | Requires modified receiver | Full |
Peak Regrowth After Filtering | Not applicable | Significant | Not applicable | Not applicable |
Frequently Asked Questions
Clear, technical answers to the most common questions about Tone Reservation (TR), a distortion-free PAPR reduction technique that uses reserved subcarriers to carry a peak-canceling signal.
Tone Reservation (TR) is a Peak-to-Average Power Ratio (PAPR) reduction technique that reserves a specific subset of OFDM subcarriers exclusively for carrying a peak-canceling signal, rather than user data. The core mechanism involves solving a convex optimization problem: the transmitter designs a time-domain cancellation pulse using only the reserved tones, then adds this pulse to the original data signal to suppress amplitude peaks. Crucially, because the reserved tones are orthogonal to the data-bearing subcarriers, the cancellation signal does not introduce in-band distortion or degrade the Error Vector Magnitude (EVM) of the payload. This makes TR fundamentally different from Crest Factor Reduction (CFR) methods like clipping, which inevitably distort the data constellation. The trade-off is a loss of spectral efficiency, as the reserved tones consume bandwidth that could otherwise carry information.
Enabling Efficiency, Speed & Accuracy
Intelligent Analysis, Decision & Execution
We build AI systems for teams that need search across company data, workflow automation across tools, or AI features inside products and internal software.
Talk to Us
Search across company data
Give teams answers from docs, tickets, runbooks, and product data with sources and permissions.
Useful when people spend too long searching or get different answers from different systems.

Automate internal workflows
Use AI to route work, draft outputs, trigger actions, and keep approvals and logs in place.
Useful when repetitive work moves across multiple tools and teams.

Add AI to products and internal tools
Build assistants, guided actions, or decision support into the software your team or customers already use.
Useful when AI needs to be part of the product, not a separate tool.
Related Terms
Key concepts and techniques that interact with or provide alternatives to Tone Reservation for PAPR reduction in OFDM systems.
Peak-to-Average Power Ratio (PAPR)
The fundamental problem that Tone Reservation solves. PAPR quantifies the ratio of peak instantaneous power to average power in a signal envelope. High PAPR forces power amplifier back-off into inefficient operating regions.
- Definition: ( \text{PAPR}{\text{dB}} = 10 \log{10} \frac{\max|x(t)|^2}{E[|x(t)|^2]} )
- Impact: A 3 dB PAPR reduction can improve PA efficiency by 10-15%
- Measurement: Characterized via Complementary Cumulative Distribution Function (CCDF) curves
- TR Advantage: Unlike clipping methods, TR achieves PAPR reduction without in-band distortion
Peak Cancellation
A CFR technique closely related to Tone Reservation that subtracts shaped cancellation pulses at detected peak locations. While TR operates in the frequency domain by allocating reserved tones, peak cancellation works in the time domain.
- Pulse Design: Cancellation pulses are pre-computed to match the spectral mask of the reserved tones
- Computational Trade-off: Peak cancellation requires peak detection and pulse subtraction per peak; TR solves a convex optimization problem
- Spectral Control: Both methods confine cancellation energy to reserved or out-of-band frequencies
- Implementation: Peak cancellation is often preferred in FPGA-based DPD systems for lower latency
Selected Mapping (SLM)
A probabilistic alternative to Tone Reservation that generates multiple candidate OFDM symbols from the same data and transmits the one with lowest PAPR. Unlike TR, SLM requires side information transmission.
- Mechanism: Multiply data subcarriers by ( U ) different phase rotation sequences
- Overhead: Must transmit ( \log_2 U ) bits of side information per symbol for recovery
- Comparison to TR: SLM achieves 2-4 dB PAPR reduction without reserved tone overhead, but at the cost of increased computational complexity and side channel vulnerability
- Hybrid Use: SLM can be combined with TR for additive PAPR reduction gains
Error Vector Magnitude (EVM)
The critical metric that Tone Reservation preserves by design. EVM measures the deviation of received constellation points from ideal positions, representing in-band distortion.
- TR Advantage: Since reserved tones carry no data, the peak-canceling signal is orthogonal to data subcarriers — zero EVM contribution
- Clipping Penalty: Hard clipping at CR = 4 dB typically introduces 2-5% EVM
- Regulatory Limits: 3GPP specifies maximum EVM of 3.5% for 256-QAM in 5G NR
- Trade-off: TR avoids EVM degradation but consumes 5-20% of subcarriers as reserved tones
Adjacent Channel Leakage Ratio (ACLR)
The out-of-band emission metric that Tone Reservation must carefully control. While TR avoids in-band distortion, the peak-canceling signal on reserved tones can leak into adjacent channels if not properly designed.
- Constraint: TR optimization must include spectral mask constraints on reserved tone power
- Regulatory Requirement: 3GPP mandates ACLR > 45 dB for base stations
- Design Challenge: Aggressive PAPR reduction increases reserved tone power, potentially violating ACLR limits
- Joint Optimization: Modern TR algorithms solve a constrained optimization balancing PAPR reduction against ACLR compliance

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.
Partnered with leading AI, data, and software stack.
How We Work
Custom AI workflows for your Business
One-fit-all AI don't work for modern businesses. At Inferensys, we aim to understand your business & custom requirements; which we use to define most efficient agentic workflows, the data, and the tools for your business.
01
Review the use case
We understand the task, the users, and where AI can actually help.
Read more02
Pick the right approach
We define what needs search, automation, or product integration.
Read more03
Build the first useful version
We implement the part that proves the value first.
Read more04
Improve from there
We add the checks and visibility needed to keep it useful.
Read moreThe first call is a practical review of your use case and the right next step.
Talk to Us