Prerequisites & Notation

Before You Begin

Channel estimation is where the elegant theory of Chapter 3 meets a hard engineering constraint: the RIS does not transmit. This chapter assumes fluency with standard least-squares / MMSE estimation (FSI Ch. 5–7) and DFT-based pilot design (Telecom Ch. 14). The compressed-sensing material of Section 4.4 builds on sparsity concepts from FSI Ch. 13–14.

  • Least-squares and MMSE channel estimation: h^=(SHS)βˆ’1SHy\hat{\mathbf{h}} = (\mathbf{S}^H\mathbf{S})^{-1}\mathbf{S}^H\mathbf{y}(Review ch05)

    Self-check: Given y=Sh+w\mathbf{y} = \mathbf{S}\mathbf{h} + \mathbf{w} with S\mathbf{S} known, can you derive the LS estimate and its MSE?

  • DFT matrices: orthogonality, unit-modulus entries, FHF=NI\mathbf{F}^H \mathbf{F} = N\mathbf{I}(Review ch14)

    Self-check: Can you write the (n,k)(n,k)-th entry of the NΓ—NN \times N DFT matrix?

  • Pilot-overhead tradeoff in training-based schemes(Review ch03)

    Self-check: How does pilot length Ο„p\tau_p affect the effective throughput (1βˆ’Ο„p/T)R(1 - \tau_p/T) R?

  • Sparse signal recovery: β„“1\ell_1 minimization, RIP(Review ch13)

    Self-check: What is the RIP condition on a measurement matrix A\mathbf{A} that guarantees unique ss-sparse recovery?

  • Cascaded channel model from Chapter 3(Review ch03)

    Self-check: Can you write heffH=hdH+h2HΦH1\mathbf{h}_{\text{eff}}^H = \mathbf{h}_d^H + \mathbf{h}_2^H \boldsymbol{\Phi} \mathbf{H}_1 and identify what needs to be estimated?

Notation for This Chapter

Channel-estimation symbols. Note that in this chapter we often work with the cascaded channel G=diag(h2βˆ—)H1∈CNΓ—Nt\mathbf{G} = \text{diag}(\mathbf{h}_2^*)\mathbf{H}_1 \in \mathbb{C}^{N \times N_t} which is what the RIS actually sees for beamforming purposes β€” decomposing it into H1\mathbf{H}_1 and h2\mathbf{h}_2 separately is often unnecessary.

SymbolMeaningIntroduced
Ο„p\tau_pPilot length (number of pilot symbols or, equivalently, RIS configurations used)s02
Ξ¦(t)\boldsymbol{\Phi}^{(t)}RIS configuration during pilot slot tts02
G∈CNΓ—Nt\mathbf{G} \in \mathbb{C}^{N \times N_t}Cascaded channel diag(h2βˆ—)H1\text{diag}(\mathbf{h}_2^*)\mathbf{H}_1 (single-UE case)s02
st∈CNt\mathbf{s}_t \in \mathbb{C}^{N_t}BS pilot signal at slot tt, βˆ₯stβˆ₯2=Pt\|\mathbf{s}_t\|^2 = P_ts02
F∈CNΓ—N\mathbf{F} \in \mathbb{C}^{N \times N}DFT matrix, [F]n,k=eβˆ’j2Ο€nk/N/N[\mathbf{F}]_{n,k} = e^{-j 2\pi nk/N}/\sqrt{N}s03
LLNumber of dominant scattering paths (sparsity level)s04
A∈CΟ„pΓ—N\mathbf{A} \in \mathbb{C}^{\tau_p \times N}Sensing matrix in the compressed-sensing formulations04
Ο΅CSI\epsilon_{\text{CSI}}Normalized channel estimation error: βˆ₯G^βˆ’Gβˆ₯F/βˆ₯Gβˆ₯F\|\hat{\mathbf{G}} - \mathbf{G}\|_F / \|\mathbf{G}\|_Fs05