Peak-to-Average Power Ratio (PAPR)
The PAPR Challenge
The OFDM time-domain signal is the superposition of independent subcarrier waveforms. When these waveforms add constructively, the instantaneous power can be much larger than the average power. This high peak-to-average power ratio (PAPR) forces the power amplifier (PA) to operate with large back-off, reducing efficiency and increasing cost β a fundamental challenge for OFDM transmitters.
Definition: Peak-to-Average Power Ratio (PAPR)
Peak-to-Average Power Ratio (PAPR)
For a continuous-time OFDM signal , the PAPR is defined as:
For the discrete-time version with samples:
PAPR is often expressed in dB: .
The maximum possible PAPR is (or dB), occurring when all subcarriers add in phase.
Definition: CCDF of PAPR
CCDF of PAPR
The complementary cumulative distribution function (CCDF) of PAPR is:
The CCDF is the standard metric for comparing PAPR reduction techniques. A common reference point is the PAPR value at (i.e., the PAPR exceeded with probability ).
Theorem: PAPR Distribution for Large N
For an OFDM signal with subcarriers carrying i.i.d. data symbols, when is large, the time-domain samples are approximately i.i.d. complex Gaussian by the central limit theorem. The CCDF of the discrete-time PAPR is approximately:
For the continuous-time signal (with oversampling factor ), the approximation becomes:
where is an empirical correction factor for oversampling.
Each of the time-domain samples has a Rayleigh-distributed envelope. The probability that the maximum of independent Rayleigh samples exceeds a threshold follows from order statistics: the CDF of the maximum is the product of individual CDFs.
Gaussian approximation
By the CLT, is approximately for large , where .
Per-sample peak probability
Since is exponentially distributed with unit mean:
Maximum over N samples
Assuming approximate independence of the samples:
Therefore .
Definition: Clipping
Clipping
Clipping is the simplest PAPR reduction technique. The signal amplitude is hard-limited to a maximum value :
The clipping ratio is defined as , often in dB. Clipping is a nonlinear operation that introduces in-band distortion (increased BER) and out-of-band radiation (spectral regrowth), typically followed by filtering.
Definition: Selected Mapping (SLM)
Selected Mapping (SLM)
Selected mapping (SLM) generates candidate OFDM symbols by multiplying the data vector element-wise with different phase sequences :
The candidate with the lowest PAPR is transmitted. The index of the selected sequence must be communicated to the receiver as side information ( bits).
With candidates, the CCDF improves to:
PAPR Build-Up from Subcarrier Superposition
PAPR CCDF Comparison
Compare the CCDF of PAPR for different numbers of subcarriers and PAPR reduction techniques. Observe how PAPR grows logarithmically with and how SLM with multiple candidates shifts the CCDF to the left.
Parameters
Example: PAPR of a 4-Subcarrier OFDM Signal
Consider an OFDM signal with subcarriers and data symbols for all (all subcarriers carry the same unit-energy symbol).
(a) Compute the time-domain samples .
(b) Calculate the PAPR.
(c) What is the maximum possible PAPR for ?
Time-domain samples via IDFT
n = 0x[0] = \frac{1}{2}(1 + 1 + 1 + 1) = 2n = 1x[1] = \frac{1}{2}(1 + j - 1 - j) = 0n = 2x[2] = \frac{1}{2}(1 - 1 + 1 - 1) = 0n = 3x[3] = \frac{1}{2}(1 - j - 1 + j) = 0$
PAPR calculation
Peak power:
Average power:
Maximum possible PAPR
The maximum PAPR for is ( dB), which occurs when all subcarrier signals add in phase at some time instant. This is exactly the case here: for all causes all subcarriers to align at .
In general, dB.
Common Mistake: Clipping Without Filtering
Mistake:
Applying hard clipping to reduce PAPR without subsequent filtering, assuming the clipped signal still satisfies spectral mask requirements.
Correction:
Clipping is a nonlinear operation that spreads the signal spectrum, causing out-of-band emissions (spectral regrowth). The clipped signal will violate the transmit spectral mask. Always follow clipping with a band-limiting filter to suppress out-of-band radiation. Note that filtering may cause some peak regrowth, so iterative clipping-and-filtering is often employed.
Quick Check
For an OFDM system with subcarriers, what is the maximum possible PAPR in dB?
dB
dB
dB
dB regardless of
The maximum PAPR is (linear), which occurs when all subcarriers add coherently. In dB: dB.
Power Amplifier Back-Off and Efficiency
A power amplifier (PA) is most efficient when operating near its saturation point (maximum output power). However, OFDM's high PAPR forces the PA to operate with significant input back-off (IBO) to avoid clipping the signal peaks:
For OFDM with subcarriers, PAPR at CCDF is approximately 10.5 dB, requiring dB IBO. This reduces the PA's power efficiency from a theoretical maximum of 60--70% (class B) to only 5--10%.
The cost implications are severe: in a macro base station with W per antenna, the PA consumes 400--800 W of DC power. For 64-antenna massive MIMO, this totals 25--50 kW per sector β a major component of the total site power budget and operational expenditure.
This is why PAPR reduction techniques (SLM, clipping, DFT precoding) and PA linearisation (digital pre-distortion, DPD) are active research areas with direct commercial impact.
- β’
Typical PA efficiency with 10 dB back-off: 5-10% (class A/B), 15-20% (Doherty)
- β’
DFT-s-OFDM (SC-FDMA) reduces required back-off by 2-4 dB
- β’
Digital pre-distortion (DPD) can reduce required back-off by 2-3 dB
Key Takeaway
PAPR is the price of parallel subcarriers. The superposition of independent subcarrier waveforms can produce peaks up to times the average power. At CCDF , typical PAPR is 10--12 dB for , requiring massive PA back-off. This is the principal reason LTE uplink uses SC-FDMA instead of OFDM β the mobile handset cannot afford the power inefficiency.
PAPR
Peak-to-Average Power Ratio β the ratio of the peak instantaneous power to the average power of the OFDM signal. High PAPR requires large power amplifier back-off, reducing efficiency.
Related: Orthogonal Frequency Division Multiplexing (OFDM), Clipping, Selected Mapping (SLM), power amplifier
SLM
Selected Mapping β a PAPR reduction technique that generates multiple candidate OFDM symbols using different phase rotations and transmits the one with the lowest PAPR.
Related: CCDF of PAPR, Orthogonal Frequency Division Multiplexing (OFDM), Tone Reservation
Tone Reservation
A PAPR reduction technique that reserves a set of subcarriers (not used for data) and optimises their values to minimise the peak power of the time-domain signal.
Related: CCDF of PAPR, Selected Mapping (SLM), Orthogonal Frequency Division Multiplexing (OFDM)