nrPhaseNoiseEstimate
R2026bDescription
estimates the phase-noise-induced common phase error (CPE) cpe = nrPhaseNoiseEstimate(carrier,eqSym,refInd,refSym)cpe from
equalized symbols. To estimate CPE, the function compares the equalized phase tracking
reference signal (PT-RS) symbols eqSym to the known PT-RS symbols
refSym at the specified resource element locations
refInd within a resource grid defined by the carrier parameters
carrier.
For more information about how the function computes CPE from the equalized PT-RS symbols, see Algorithms.
Examples
Input Arguments
Output Arguments
Algorithms
To estimate CPE, the function executes these steps:
Estimate CPE per OFDM symbol per port:
Compute the complex correlation value for each PT‑RS subcarrier by multiplying the corresponding equalized PT‑RS symbol with the complex conjugate of the known PT‑RS symbol.
Average the complex correlation value across all PT‑RS subcarriers within the OFDM symbol.
Extract the phase of the averaged result to obtain a single CPE estimate for the OFDM symbol.
Determine CPE for OFDM symbols that do not contain PT‑RS based on the available PT‑RS symbol locations. If at least two OFDM symbols contain a PT‑RS, the function computes CPE at the missing OFDM symbol locations by interpolating between adjacent PT‑RS OFDM symbols. The function sets CPE to zero for OFDM symbols that lie outside the PT‑RS symbol range.
Extended Capabilities
Version History
Introduced in R2026b

