Multi-Capture RxMER - Min / Average / Max Math¶
Foundations For Temporal Aggregation Of Per-Subcarrier RxMER Measurements.
Overview¶
This note defines the mathematical operations used by the Multi-Capture RxMER Min/Avg/Max analysis.
The goal is to combine multiple downstream OFDM RxMER captures, taken at different times, into a small set of summary curves that describe, per subcarrier:
- The minimum observed RxMER over time
- The arithmetic mean (time-average) RxMER
- The maximum observed RxMER over time
These statistics are computed independently for each active subcarrier and can be plotted as three curves over the same frequency or subcarrier index axis.
Notation¶
Let:
- \(K \in \mathbb{N}\) be the number of RxMER captures.
- \(N \in \mathbb{N}\) be the number of active subcarriers in the downstream OFDM channel.
- \(k \in \{1, \dots, K\}\) index the capture (time dimension).
- \(n \in \{1, \dots, N\}\) index the subcarrier.
For each capture \(k\) and subcarrier \(n\), define
as the RxMER value, in dB, reported for subcarrier \(n\) in capture \(k\).
We can view the complete dataset as a real-valued matrix
Each row corresponds to a single RxMER capture, and each column corresponds to a given subcarrier.
Per-Subcarrier Min / Average / Max¶
For a fixed subcarrier \(n\), the multi-capture time series is
From this 1D series in time, we define:
Minimum RxMER¶
This is the worst-case (lowest) RxMER observed over all captures for subcarrier \(n\).
Average (Mean) RxMER¶
This is the arithmetic mean over captures for subcarrier \(n\), treating all captures equally.
Maximum RxMER¶
This is the best-case (highest) RxMER observed over all captures for subcarrier \(n\).
Optional Range (Span)¶
Sometimes it is useful to quantify the temporal variation at each subcarrier using the range:
A large \(\Delta R_n\) indicates that subcarrier \(n\) shows significant instability over time, even if the average RxMER is acceptable.
Vector Form¶
Define the three per-subcarrier vectors
In matrix notation, the per-subcarrier mean vector \(\mathbf{R}^{\text{avg}}\) can be written as
where \(\mathbf{1}_K \in \mathbb{R}^K\) is an all-ones column vector and the result is a \(1 \times N\) row vector of per-subcarrier averages.
The min and max vectors are obtained by column-wise reduction:
Optional Higher-Order Statistics¶
While the core analysis focuses on Min/Avg/Max, higher-order statistics can be derived per subcarrier:
Per-Subcarrier Variance¶
Per-Subcarrier Standard Deviation¶
These metrics measure temporal dispersion of RxMER at each subcarrier and can highlight carriers that are noise-sensitive or intermittently impacted by interference.
Mapping To Modulation Capacity (Optional)¶
If you define a mapping
that converts RxMER (in dB) to an effective metric such as bits per symbol or Shannon capacity per subcarrier, then you can apply the same Min/Avg/Max process in that transformed space.
For example, for a per-subcarrier function \(f(R_{k,n})\), define
and compute
This preserves the same aggregation structure but on a modulation-oriented scale instead of the raw RxMER.
Practical Interpretation¶
-
\(\mathbf{R}^{\min}\) shows the worst-case RxMER profile experienced across all captures (worst day).
-
\(\mathbf{R}^{\text{avg}\!}\) shows the typical RxMER profile (average day).
-
\(\mathbf{R}^{\max}\) shows the best-case profile (best day).
-
\(\Delta R_n\), \(\sigma_n\) identify carriers whose RxMER is unstable over time.
Plotting the three curves on the same axis (e.g., frequency or subcarrier index) provides an immediate visual indication of both spatial variation (across frequency) and temporal variation (spread between min and max) in the downstream OFDM RxMER.