Active Constellation Extension
Understanding Active Constellation Extension
OFDM signals suffer from high PAPR because multiple subcarriers can add constructively at certain time instants, creating amplitude peaks 8 to 12 dB above the average. The PA must be backed off far enough to accommodate these rare peaks without clipping, which wastes DC power. ACE attacks this problem in the frequency domain, at the constellation level, before the IFFT generates the time-domain waveform.
The algorithm works iteratively. After the initial IFFT, the transmitter identifies time-domain samples that exceed a clipping threshold. It then clips those samples and transforms back to the frequency domain. In the frequency domain, it checks each subcarrier's symbol: if the clipped symbol still falls in the correct decision region (for inner constellation points), the original symbol is restored to avoid BER degradation. For outer corner and edge symbols, the clipped version is kept because moving these points outward does not cross any decision boundary. After several iterations (typically 3-5), the time-domain PAPR converges to a reduced value.
x[n] = IFFT{X[k]}, generate time-domain OFDM symbol
Step 2 (Clip):
x̂[n] = x[n] × min(1, A/|x[n]|), where A is clip threshold
Step 3 (FFT back):
X̂[k] = FFT{x̂[n]}
Step 4 (Selective restore):
If X̂[k] violates inner decision boundary → restore to X[k]
If X̂[k] is outer point moved outward → keep X̂[k]
Repeat Steps 1-4 for 3-5 iterations. Typical PAPR reduction: 2 dB with 0.3 dB average power increase.
PAPR Reduction Techniques Comparison
| Technique | PAPR Reduction | BER Impact | Complexity | Standard Support |
|---|---|---|---|---|
| ACE | 1.5 to 3 dB | None (slight improvement) | Medium (iterative) | DVB-T2 |
| Tone Reservation | 2 to 4 dB | None | Medium | DVB-T2, 802.11ax |
| Clipping + Filtering | 3 to 6 dB | Slight BER degradation | Low | Proprietary |
| Selected Mapping (SLM) | 2 to 4 dB | None | High (multiple IFFTs) | Proprietary |
| DPD (complementary) | N/A (linearization) | None | High | All modern systems |
Frequently Asked Questions
How does ACE reduce PAPR without increasing BER?
Outer constellation points have decision boundaries only on their inner sides. Moving them outward increases their distance from the boundary, actually improving BER. ACE identifies which outer symbols contribute to time-domain peaks, then shifts them in a direction that destructively interferes with the peak. The receiver needs no knowledge of the extension because the shifted points still fall in the correct decision region.
How much PAPR reduction can ACE achieve?
Typically 1.5 to 3 dB depending on QAM order and iterations. Higher-order QAM (256-QAM) has more outer points available, making ACE more effective. The trade-off is 0.2 to 0.5 dB increase in average transmit power from the extended symbols. ACE can combine with tone reservation for additional reduction.
Where is ACE used in real systems?
DVB-T2 includes ACE as a standardized option. Proprietary implementations appear in LTE small cells and Wi-Fi APs with constrained PA budgets. Many 5G base station digital front-end ASICs implement ACE alongside DPD. Military OFDM waveforms like JTRS SRW also use ACE variants.