MSE and Pilot Overhead Analysis

Pilot Design as an Optimization

Sections 1 and 2 designed an embedded pilot and a detector. This section quantifies the resulting performance — channel-estimation MSE and pilot overhead — and compares it to OFDM-based schemes. The comparison is concrete and favorable: OTFS embedded pilots achieve lower MSE at a fraction of the overhead. The underlying reason is the PP-sparse structure of the DD channel, which means we are estimating PP parameters, not MNMN.

Theorem: MSE of Embedded Pilot Channel Estimation

Under the embedded pilot scheme with pilot power α2|\alpha|^2, noise variance σ2\sigma^2, and a PP-path integer-Doppler channel, the least-squares estimates satisfy Var(h^ihi)  =  σ2α2,i=1,,P.\mathrm{Var}(\hat{h}_i - h_i) \;=\; \frac{\sigma^2}{|\alpha|^2}, \qquad i = 1, \ldots, P. The total mean-squared error of the channel-vector estimate is MSEtotal  =  Pσ2α2.\mathrm{MSE}_{\text{total}} \;=\; P \cdot \frac{\sigma^2}{|\alpha|^2}. This scales with the number of paths, not with the grid size MNMN.

Each path contributes one complex parameter estimated from one DD grid cell. With PP independent cells and PP parameters, the MSE is simply the sum of per-cell variances. No MNMN dependence appears because the sparse structure is fully exploited.

Key Takeaway

Sparsity gives O(P)O(P) MSE. The channel-estimation error scales with the number of paths — typically P20P \leq 20 — not with the grid size MN104MN \sim 10^4. This is the structural estimation advantage of OTFS over OFDM: at the same pilot power, OTFS achieves roughly MN/P1000MN/P \sim 1000-times better MSE on the PP-dimensional channel parameter space. Equivalently, OTFS delivers the same MSE with roughly 1/MN/P1/\sqrt{MN/P} times less pilot power.

Theorem: MSE Comparison: OTFS Embedded Pilot vs OFDM DMRS

With OFDM DMRS spaced at the coherence-cell Nyquist rate (one pilot per resolvable (Bc,Tc)(B_c, T_c) cell), the per-TF-cell MSE is σ2/α2\sigma^2/|\alpha|^2, and the total MSE over the MNMN-cell grid is MSEOFDM  =  τmaxfDMNσ2/α2.\mathrm{MSE}_{\text{OFDM}} \;=\; \tau_{\max}\,f_D \cdot MN \cdot \sigma^2/|\alpha|^2. With OTFS embedded pilots, the total MSE is Pσ2/α2P\,\sigma^2/|\alpha|^2. The MSE ratio OFDM/OTFS is MSEOFDMMSEOTFS  =  τmaxfDMNP.\frac{\mathrm{MSE}_{\text{OFDM}}}{\mathrm{MSE}_{\text{OTFS}}} \;=\; \frac{\tau_{\max}\,f_D\,MN}{P}. For typical terrestrial parameters (τmaxfD103\tau_{\max}\,f_D \approx 10^{-3}, MN=104MN = 10^4, P=10P = 10), the ratio is 1\sim 1 — OTFS matches OFDM MSE at equal pilot power. However, OTFS uses a much smaller fraction of the grid for pilots, giving a large spectral-efficiency advantage at comparable MSE.

OFDM DMRS estimates the channel at every coherence cell, giving a high-resolution but low-MSE-per-cell estimate. OTFS embedded pilots estimate PP parameters directly, giving a low-MSE-per-parameter estimate but over a small number of parameters. Both strategies are valid; the OTFS advantage is pilot density, not per-cell estimation quality.

Channel-Estimation MSE: OTFS vs OFDM at Varying SNR

Plot MSE as a function of pilot SNR for both schemes at fixed channel parameters. At all SNRs, the 1/SNR1/\mathrm{SNR} scaling holds. The OFDM MSE has an additional factor of τmaxfDMN/P\tau_{\max}f_D\,MN/P relative to OTFS — in typical vehicular parameters, 0\sim 0 dB gap (OTFS and OFDM have similar MSE), but in high-mobility or rich-scattering environments, OTFS gains several dB.

Parameters
8
5
500
10
4

Example: MSE and Overhead for a Vehicular Deployment

A 5G NR OTFS deployment at Δf=30\Delta f = 30 kHz, M=512M = 512, N=16N = 16, with a channel of τmax=4μ\tau_{\max} = 4\,\mus, fD=500f_D = 500 Hz, P=8P = 8. Pilot SNR = 25 dB. Compute MSE (dB) and pilot overhead.

Pilot Overhead: OTFS Embedded vs 5G NR DMRS

SchemePilot patternOverheadTypical MSE at 25 dB SNR
OFDM DMRS (Type 1)2 OFDM symbols × 1/2 REs~14%\sim -13 dB
OFDM DMRS (Type 2)2 OFDM symbols × 1/4 REs~7%\sim -11 dB
OTFS embedded pilotSingle pilot + guard1–3%\sim -16 dB
OTFS superimposed pilot (§4)Pilot overlaid on data0%\sim -12 dB
⚠️Engineering Note

Pilot-Power / Data-Power Trade-off

Raising pilot power improves channel estimation MSE but reduces power available for data. Analytically: if ρp\rho_p is the pilot power fraction, MSEpilot1/ρp\mathrm{MSE}_{\text{pilot}} \propto 1/\rho_p, while data-SNR1ρp\text{data-SNR} \propto 1 - \rho_p. The optimal balance is determined by the downstream detector's sensitivity to channel-MSE error.

Empirically: for OTFS with MMSE or MP detection, ρp=0.05\rho_p = 0.05 (5% of frame power) is near-optimal — pilot SNR sufficient for reliable path detection without starving data.

In practice, the frame-level power budget balances: pilot cell carries maybe 100× data-cell energy (ρp0.05\rho_p \approx 0.05 for a single pilot in 104\sim 10^4 cells). Dynamic range is not a practical issue at modern ADC resolutions.

Practical Constraints
  • Optimal pilot fraction: 0.03–0.10 of frame power

  • Pilot boost too high \Rightarrow PAPR increase

  • Pilot boost too low \Rightarrow missed detections

Frame-by-Frame vs Tracked Channel

This chapter analyzes per-frame channel estimation — estimate the channel from scratch at every OTFS frame. For slowly-varying channel geometries (reflectors move slowly), the DD channel kernel is correlated across frames, and a tracking filter (Kalman or RLS) can reduce per-frame pilot overhead further. This is explored in Chapter 14 (sensing-assisted communication) and in the cell-free OTFS extension (Chapter 17).

For this chapter, we assume frame-by-frame estimation as the baseline — the "block fading" assumption of Chapter 4.