Chapter Summary
Chapter Summary
Key Points
- 1.
ML is a benchmark, not a practical detector. The search space is exponential in the frame size; for a 5G-NR-aligned OTFS frame with and QPSK, this is . Sphere decoding can reduce average complexity for small frames but remains exponential worst-case.
- 2.
Linear MMSE is via the 2D DFT. Because is block-circulant, it diagonalizes under the 2D DFT, reducing MMSE to two 2D FFTs plus element-wise Wiener filtering. Essentially free to compute. However, MMSE has diversity order 1 — per-cell, deep fades corrupt symbols that other detectors could have saved through DD-domain averaging.
- 3.
Message-passing on the DD factor graph is near-ML. The DD factor graph has variable nodes and factor nodes, each factor connected to exactly variables. Gaussian BP converges in iterations to a fixed point with BER slope (full diversity). Per-iteration complexity: . Total: ops for typical frames — readily realtime.
- 4.
LCD is the practical sweet spot. Linear MMSE initialization, then 3 iterations of residual-MMSE-soft-quantize refinement. At each iteration, via 2D FFT. Achieves full diversity at 3× MMSE cost; BER within 1-2 dB of ML. Deployed in current OTFS research receivers and the CommIT cell-free testbed.
- 5.
Iterative detection-decoding (IDD) closes the ML gap. Outer LDPC/Turbo decoder exchanges extrinsic LLRs with the LCD or MP detector. EXIT-chart analysis predicts convergence. With 3 outer iterations, the receiver achieves BER within 0.5 dB of joint ML decoding at total complexity ops.
- 6.
Cross-domain detection combines TF and DD strengths. Fuses per-subcarrier TF detection (useful when is large) with DD-domain detection (useful when channel is sparse). Wins in channels that are both multipath-rich and fade-prone. Niche for most deployments; baseline is LCD + LDPC IDD.
Looking Ahead
We have now assembled the full single-link OTFS receiver: channel estimation (Chapter 7) + detection (Chapter 8) + outer coding. Chapter 9 now asks the performance question: what are the BER and capacity of this receiver, and where does the OTFS advantage over OFDM come from? The key theorem — full delay-Doppler diversity of order — is proven rigorously, and BER curves are derived analytically and compared with Monte Carlo. By the end of Chapter 9, the single-link OTFS analysis is complete, and we are ready to extend to ISAC (Chapter 10), MIMO (Chapter 16), and cell-free (Chapter 17).