Inferensys

Glossary

OFDM Feature Vector

A compact numerical representation of an OFDM signal's discriminative characteristics, such as cumulants, cyclostationary profiles, and spectral features, used as input to machine learning classifiers.
Data engineer managing feature store on laptop, feature definitions visible, casual data engineering session.
MACHINE LEARNING INPUT REPRESENTATION

What is OFDM Feature Vector?

A compact numerical representation of an OFDM signal's discriminative characteristics used as input to machine learning classifiers for automatic modulation classification and parameter estimation.

An OFDM Feature Vector is a structured, fixed-length array of numerical values that mathematically encodes the distinguishing physical-layer properties of an orthogonal frequency-division multiplexed waveform. Rather than feeding raw IQ samples directly into a classifier, feature engineering distills the signal into a compact set of statistics—such as higher-order cumulants, cyclostationary signatures, and spectral correlation density profiles—that maximize separability between OFDM variants and other modulation families.

Effective feature vectors for OFDM identification typically incorporate the cyclic prefix autocorrelation peak, subcarrier spacing estimates, and pilot pattern energy distributions to capture the signal's unique time-frequency structure. These engineered representations reduce the dimensionality of the input space, enabling lightweight machine learning models like support vector machines or shallow neural networks to perform robust classification even under low signal-to-noise ratio conditions and channel impairments.

DISCRIMINATIVE SIGNAL DESCRIPTORS

Core Components of an OFDM Feature Vector

An OFDM feature vector is a structured, low-dimensional numerical representation of a signal's unique physical-layer and statistical properties. These components serve as the input space for machine learning classifiers to distinguish OFDM variants from single-carrier modulations and identify specific waveform parameters.

01

Higher-Order Cumulants

Statistical measures that capture the shape of a signal's probability distribution beyond second-order statistics (variance). For OFDM signals, the large number of independent subcarriers causes the central limit theorem to produce a near-Gaussian amplitude distribution.

  • Fourth-order cumulant (C42): Approaches zero for Gaussian-like OFDM signals, providing strong discrimination against single-carrier modulations like QPSK or 16QAM.
  • Robustness: Cumulants are theoretically immune to Gaussian noise, making them effective at low signal-to-noise ratios.
  • Practical use: Often combined with sixth and eighth-order cumulants to form a feature vector that distinguishes between CP-OFDM, DFT-s-OFDM, and single-carrier schemes.
02

Cyclostationary Signatures

Features derived from the periodic statistical properties of OFDM signals. The cyclic prefix and embedded pilot subcarriers introduce spectral correlation that single-carrier signals lack.

  • Spectral Correlation Density (SCD): A two-dimensional function measuring correlation between spectral components at different frequencies. OFDM produces distinct peaks at cycle frequencies corresponding to the symbol rate and subcarrier spacing.
  • Cyclic Autocorrelation Function (CAF): Reveals periodicity in the signal's autocorrelation. The cyclic prefix creates a peak at a lag equal to the useful symbol duration.
  • Feature extraction: The alpha profile (cycle frequency domain) and the magnitude of SCD peaks at specific frequency separations are flattened into vector elements for classification.
03

Spectral Features

Direct measurements from the power spectral density (PSD) and time-frequency representations that characterize the OFDM signal's bandwidth occupancy and subcarrier structure.

  • Occupied bandwidth: The frequency range containing a specified percentage of total signal power, used to estimate the number of active subcarriers.
  • Subcarrier spacing estimate: Derived from the periodicity in the frequency domain or from spectrogram ridge detection that identifies individual subcarrier energy peaks.
  • Spectrogram variance: The statistical variance of energy across time-frequency bins captures the structured resource block allocation patterns in LTE and 5G NR signals.
  • Out-of-band roll-off: The sharpness of spectral decay at band edges differs between OFDM variants and single-carrier modulations.
04

PAPR Statistical Moments

The Peak-to-Average Power Ratio (PAPR) distribution of an OFDM signal is a direct consequence of multi-carrier summation. The complementary cumulative distribution function (CCDF) of PAPR provides discriminative features.

  • Mean PAPR: CP-OFDM typically exhibits a mean PAPR 2-3 dB higher than DFT-s-OFDM due to the DFT precoding that mimics single-carrier transmission.
  • CCDF percentiles: The PAPR value at specific probability points (e.g., 10⁻³, 10⁻⁴) forms a feature set that distinguishes OFDM from constant-envelope modulations.
  • Kurtosis of amplitude: The fourth standardized moment of the instantaneous amplitude captures the heavy-tailed distribution characteristic of OFDM's high-PAPR events.
05

Autocorrelation Lag Features

Features extracted from the autocorrelation function of the received IQ samples that exploit the redundant structure introduced by the cyclic prefix.

  • CP-induced correlation peak: The autocorrelation magnitude at a lag equal to the useful OFDM symbol duration (Tu) produces a distinct plateau or peak. The width of this correlation plateau estimates the CP length.
  • Correlation coefficient: The normalized autocorrelation value at the CP lag serves as a detection statistic and a feature indicating OFDM presence.
  • Multiple lag analysis: Computing autocorrelation across a range of candidate symbol durations enables blind estimation of the FFT size and CP ratio without prior synchronization.
06

IQ Imbalance and Impairment Signatures

Features that capture hardware-induced imperfections in the transmitter's quadrature modulator, which can serve as both nuisance parameters and discriminative fingerprints.

  • IQ gain imbalance: The ratio of I-branch to Q-branch amplitude, estimated from the image rejection ratio in the frequency domain.
  • Quadrature skew: The deviation from 90-degree phase offset between I and Q channels, detectable via the correlation between the real and imaginary components of the baseband signal.
  • DC offset: The residual carrier feedthrough measured as a spectral spike at the center frequency, often present in direct-conversion transmitters.
  • These features are included in the vector to either compensate for their effects or to perform RF fingerprinting for transmitter identification.
OFDM FEATURE VECTOR ESSENTIALS

Frequently Asked Questions

Clear, technically precise answers to the most common questions about constructing and applying OFDM feature vectors for automatic modulation classification and signal identification.

An OFDM feature vector is a compact, fixed-length numerical representation that captures the discriminative statistical, spectral, and cyclostationary characteristics of an orthogonal frequency-division multiplexed signal, designed as input to a machine learning classifier. Construction begins with preprocessing raw IQ samples—typically including carrier frequency offset correction and symbol timing recovery—followed by extraction of engineered features. These features commonly include:

  • Higher-order cumulants (e.g., C40, C42, C80) that quantify non-Gaussianity and distinguish OFDM from single-carrier modulations
  • Cyclostationary signatures derived from the spectral correlation density (SCD) function, which reveal the periodicity introduced by the cyclic prefix and pilot subcarriers
  • Statistical moments of the signal envelope, such as kurtosis and the peak-to-average power ratio (PAPR) distribution
  • Autocorrelation lag profiles that expose the cyclic prefix length and symbol duration

The resulting vector, typically ranging from 10 to 100 dimensions depending on the feature set, is then normalized and fed into classifiers such as support vector machines (SVMs), random forests, or convolutional neural networks (CNNs) for modulation recognition.

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.