Inferensys

Glossary

Nonlinear Order

The exponent of the input signal in a Volterra series term, defining the degree of nonlinearity being modeled, with odd orders typically dominating in differential power amplifier distortion.
ML engineer managing model training cluster on laptop, GPU utilization visible, technical deep learning setup.
DISTORTION DEGREE

What is Nonlinear Order?

The nonlinear order defines the exponent of the input signal in a Volterra series term, establishing the degree of nonlinearity being modeled.

Nonlinear order is the exponent applied to the input signal in a Volterra series term, defining the specific degree of nonlinear distortion being captured. For a power amplifier, the third-order term generates intermodulation distortion products that fall directly into adjacent channels, making odd-order nonlinearities the primary target for digital predistortion linearization.

In differential power amplifier designs, even-order harmonics are often suppressed, causing odd orders—particularly third, fifth, and seventh—to dominate residual distortion. Selecting the appropriate nonlinear order involves a bias-variance tradeoff: too low an order underfits the AM-AM and AM-PM characteristics, while an excessively high order risks overfitting to measurement noise and increasing Volterra coefficient estimation complexity.

VOLTERRA SERIES FUNDAMENTALS

Key Characteristics of Nonlinear Order

Nonlinear order defines the exponent of the input signal in a Volterra series term, establishing the degree of nonlinearity being modeled. Understanding order selection is critical for balancing model accuracy against computational complexity.

01

Odd-Order Dominance

In differential and push-pull power amplifier architectures, odd-order nonlinearities (3rd, 5th, 7th) dominate the distortion spectrum. Even-order products tend to cancel in balanced topologies, making odd-order Volterra terms the primary focus for digital predistortion. Third-order intermodulation products fall closest to the carrier and are typically the most problematic for adjacent channel interference.

  • 3rd order: Produces IM3 products near the carrier, primary source of spectral regrowth
  • 5th order: Generates IM5 products, significant for wideband signals
  • 7th order: Captures deep compression behavior in GaN amplifiers
  • Even orders: Often negligible in differential designs but critical for single-ended stages
3rd-7th
Dominant Odd Orders
02

Order vs. Model Complexity

The number of Volterra coefficients grows combinatorially with nonlinear order. A model with order K and memory depth M requires approximately M^K coefficients in its full form. This exponential growth makes high-order full Volterra models computationally prohibitive, motivating simplified structures like memory polynomials that retain only diagonal kernel terms.

  • 3rd order, M=3: ~27 coefficients (manageable)
  • 5th order, M=5: ~3,125 coefficients (demanding)
  • 7th order, M=7: ~823,543 coefficients (intractable without pruning)
  • Sparse regression techniques like LASSO become essential above 5th order
O(M^K)
Coefficient Scaling
03

AM-AM and AM-PM Contributions

Each nonlinear order contributes distinctively to AM-AM distortion (gain compression/expansion) and AM-PM distortion (phase shift vs. amplitude). Odd-order terms generate both in-band distortion and spectral regrowth, while the relative phase of Volterra kernel coefficients determines whether the amplifier exhibits gain compression or expansion at saturation.

  • 3rd order: Typically causes gain compression near the 1 dB compression point
  • 5th order: Can create gain expansion before deep compression in Doherty amplifiers
  • AM-PM conversion: Phase distortion increases with order, critical for high-order QAM signals
  • Complex baseband Volterra models capture both amplitude and phase nonlinearities simultaneously
04

Order Selection Criteria

Selecting the appropriate nonlinear order involves balancing model fidelity against numerical stability. The Akaike Information Criterion (AIC) provides a statistical framework for order selection by penalizing over-parameterization. In practice, the required order depends on the amplifier's operating point relative to its saturation power.

  • Backed-off amplifiers: 3rd order often sufficient
  • Near-saturation operation: 5th to 7th order required
  • Deep compression: 9th order or higher may be necessary
  • Cross-validation on held-out test data prevents overfitting to measurement noise
  • Condition number of the regression matrix degrades rapidly with excessive order
AIC
Selection Metric
05

Intermodulation Product Spacing

The frequency spacing of intermodulation products is directly determined by nonlinear order. IM3 products appear at 2f1-f2 and 2f2-f1, falling immediately adjacent to the carrier frequencies. Higher-order products spread further into adjacent and alternate channels, making order selection critical for meeting ACLR specifications.

  • IM3: Closest to carrier, primary ACLR contributor
  • IM5: Wider spacing, affects alternate channel leakage
  • IM7: Even wider, relevant for wideband 5G signals (100 MHz+)
  • The required order scales with signal bandwidth relative to channel spacing
06

Tensor Rank and Order Reduction

Tensor decomposition techniques like Canonical Polyadic Decomposition (CPD) exploit the inherent low-rank structure of Volterra kernels to dramatically reduce parameter count without sacrificing modeling accuracy. A K-th order kernel tensor can be factorized into a sum of rank-1 components, converting exponential scaling to linear scaling in the tensor rank.

  • CP-Volterra: Reduces O(M^K) to O(R·K·M) where R is tensor rank
  • Typical rank R: 2-5 for weakly nonlinear PAs
  • Enables practical 7th-order models on FPGA hardware
  • Dynamic deviation reduction is an alternative approach that separates static and dynamic nonlinearities
O(R·K·M)
Reduced Complexity
NONLINEAR ORDER IN DPD

Frequently Asked Questions

Addressing common questions about the role of nonlinear order in Volterra series modeling for power amplifier linearization, including practical selection criteria and implementation trade-offs.

Nonlinear order is the exponent of the input signal in a Volterra series term, defining the degree of nonlinearity being modeled. In a discrete-time Volterra series, the output is a sum of terms where each term multiplies the input signal at various time delays raised to specific powers. The nonlinear order k indicates how many input samples are multiplied together in that term. For example, a third-order term involves products of three input samples (e.g., x[n] * x[n-l1] * x[n-l2]), capturing cubic distortion effects like gain compression and third-order intermodulation products. The total nonlinear order K of the model is the highest exponent considered, and increasing K allows the model to capture stronger nonlinearities at the cost of exponentially more coefficients. In power amplifier modeling, odd orders (3rd, 5th, 7th) typically dominate because differential amplifier topologies naturally suppress even-order distortion products, though even orders become significant in single-ended or unbalanced designs.

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.