Inferensys

Glossary

Partial Transmit Sequence (PTS)

A probabilistic PAPR reduction method that partitions an OFDM signal into disjoint sub-blocks, applies independent phase rotations, and transmits the combination with minimal PAPR.
Stylish WeWork-like workspace with hot desks and document wall, professional searching through enterprise knowledge base on a mounted ultrawide display, warm industrial pendants overhead.
PAPR REDUCTION TECHNIQUE

What is Partial Transmit Sequence (PTS)?

Partial Transmit Sequence is a probabilistic peak-to-average power ratio reduction technique for OFDM systems that partitions the input data block into disjoint sub-blocks and applies independent phase rotations to minimize the combined signal's peak envelope power.

Partial Transmit Sequence (PTS) is a distortionless PAPR reduction method that divides an OFDM frequency-domain symbol into V disjoint sub-blocks, applies an independent complex phase rotation factor to each sub-block, and selects the combination of phase factors that minimizes the peak-to-average power ratio of the transmitted time-domain signal. Unlike clipping-based crest factor reduction (CFR) techniques, PTS introduces no in-band distortion or out-of-band spectral regrowth, preserving error vector magnitude (EVM) and adjacent channel leakage ratio (ACLR) performance.

The core computational challenge of PTS lies in the exhaustive search over the phase factor space, as the transmitter must compute the PAPR for W^V candidate combinations, where W is the number of allowed phase rotations per sub-block. Practical implementations employ sub-optimal search algorithms, such as iterative flipping or gradient descent, to reduce complexity while maintaining significant PAPR reduction gain. Side information indicating the selected phase factors must be transmitted to the receiver for correct data recovery, representing a throughput overhead that distinguishes PTS from blind techniques like Selected Mapping (SLM).

Probabilistic PAPR Reduction

Key Characteristics of PTS

Partial Transmit Sequence (PTS) is a distortionless, probabilistic technique for reducing the Peak-to-Average Power Ratio (PAPR) in OFDM systems. It works by partitioning the frequency-domain data into disjoint sub-blocks, applying independent phase rotations to each, and transmitting the combination with the lowest PAPR.

01

Sub-Block Partitioning Schemes

The method of dividing the OFDM subcarriers into M disjoint sub-blocks critically impacts performance and complexity. Common approaches include:

  • Adjacent Partitioning: Assigns contiguous subcarrier blocks. Simple but offers limited PAPR reduction due to high correlation between adjacent subcarriers.
  • Interleaved Partitioning: Distributes subcarriers in a round-robin fashion. Achieves the best PAPR reduction performance but requires the highest computational complexity.
  • Pseudo-Random Partitioning: Uses a pseudo-random pattern to assign subcarriers. Provides a practical trade-off between performance and complexity, and is the most commonly adopted scheme.
02

Phase Rotation Factor Set

Each sub-block is multiplied by a complex phase rotation factor b_m selected from a finite set. The set size determines the search space:

  • A typical set is {±1, ±j}, allowing four phase states (0°, 90°, 180°, 270°).
  • For M sub-blocks and W phase factors, the total number of candidate sequences is W^(M-1) (one sub-block is fixed to avoid ambiguity).
  • The exponential growth in candidates with M is the primary computational bottleneck, driving the need for sub-optimal search algorithms.
03

Side Information Transmission

The receiver must know which phase combination was selected to correctly demodulate the data. This requires transmitting side information (SI) as overhead:

  • The number of bits required is log₂(W^(M-1)) bits per OFDM symbol.
  • SI must be heavily protected with error-correcting codes, as a single bit error corrupts the entire symbol.
  • Blind PTS techniques eliminate SI by embedding the phase information in the signal structure (e.g., using pilot subcarrier power ratios), trading receiver complexity for spectral efficiency.
04

Computational Complexity Drivers

The primary cost of PTS lies in the repeated Inverse Fast Fourier Transforms (IFFTs) required to evaluate each candidate sequence. Key complexity factors include:

  • Number of IFFTs: An exhaustive search requires W^(M-1) IFFT operations per symbol.
  • Peak Power Calculation: Each candidate's PAPR must be computed from its time-domain samples.
  • Complexity Reduction: Iterative flipping algorithms and gradient-based searches reduce complexity from exponential to linear in M with minimal performance loss, making real-time implementation feasible.
05

Distortionless vs. Distortion-Based Methods

PTS belongs to the class of distortionless PAPR reduction techniques, offering a distinct advantage over clipping-based methods:

  • No In-Band Distortion: Unlike Crest Factor Reduction (CFR), PTS does not degrade Error Vector Magnitude (EVM).
  • No Out-of-Band Emissions: PTS introduces zero spectral regrowth, fully preserving the Adjacent Channel Leakage Ratio (ACLR).
  • Trade-off: This fidelity comes at the cost of computational complexity and the spectral overhead of side information, making it ideal for systems where signal integrity is paramount.
06

Iterative Flipping Algorithm

To avoid the exponential complexity of exhaustive search, sub-optimal iterative algorithms are used in practice:

  • Process: Starting with an initial phase vector, the algorithm iteratively flips the phase of each sub-block and keeps the change if PAPR decreases.
  • Convergence: Typically converges in a few iterations, reducing the number of IFFTs from W^(M-1) to a linear function of M.
  • Performance: Achieves PAPR reduction within 0.5–1.0 dB of the exhaustive search optimum, making it the standard approach for practical PTS implementations in FPGA and DSP platforms.
COMPARATIVE ANALYSIS

PTS vs. Other PAPR Reduction Techniques

A feature-level comparison of Partial Transmit Sequence against other established PAPR reduction methods for OFDM systems.

FeaturePartial Transmit Sequence (PTS)Selected Mapping (SLM)Clipping and FilteringTone Reservation (TR)

Distortion Type

Distortionless

Distortionless

Distortion-inducing

Distortionless

Spectral Regrowth

None

None

Significant (requires filtering)

None (confined to reserved tones)

Side Information Overhead

High (phase factor vector)

High (selected branch index)

None

Low (peak cancellation signal)

Computational Complexity

Very High (M^V candidate evaluations)

High (U IFFT operations)

Low

Moderate (iterative peak detection)

PAPR Reduction Gain

Excellent (3-5 dB typical)

Excellent (2-4 dB typical)

Moderate (2-3 dB typical)

Good (3-4 dB typical)

EVM Degradation

Data Rate Loss

Compatibility with MIMO

Challenging (per-antenna optimization)

Challenging (per-antenna optimization)

Straightforward

Moderate

PTS EXPLAINED

Frequently Asked Questions

Clear, technical answers to the most common questions about Partial Transmit Sequence (PTS) for OFDM PAPR reduction, covering its mechanism, complexity, and practical implementation trade-offs.

Partial Transmit Sequence (PTS) is a probabilistic Peak-to-Average Power Ratio (PAPR) reduction technique for Orthogonal Frequency Division Multiplexing (OFDM) signals that partitions the input data block into disjoint sub-blocks, applies independent phase rotations to each sub-block, and selects the combination that yields the minimum PAPR. The core mechanism works by exploiting the fact that the time-domain OFDM signal is the sum of multiple independently modulated subcarriers. By dividing the frequency-domain data vector into V disjoint sub-blocks and multiplying each by a phase factor from a finite set (e.g., {±1, ±j}), PTS generates multiple candidate transmit signals. The combination of phase factors that minimizes the peak envelope power is selected, and the resulting signal is transmitted along with side information indicating the chosen phases. Unlike clipping-based methods, PTS is a distortionless technique—it does not introduce in-band distortion or out-of-band spectral regrowth, preserving Error Vector Magnitude (EVM) and Adjacent Channel Leakage Ratio (ACLR). The PAPR reduction gain increases with the number of sub-blocks and the size of the phase factor set, but at the cost of exponential growth in search complexity.

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.