Prerequisites & Notation

Prerequisites

This chapter builds on the unified forward model developed in Chapter 6 and uses linear algebra tools from Telecom Ch 01 and optimization concepts from Telecom Ch 03.

  • Unified forward model: y=Ac+w\mathbf{y} = \mathbf{A}\mathbf{c} + \mathbf{w}(Review ch06)

    Self-check: Can you write out the sensing matrix A\mathbf{A} entry-by-entry from the Born approximation?

  • Kronecker product definition and properties (\otimes)(Review ch01)

    Self-check: Can you compute (BC)vec(X)=vec(CXBT)(\mathbf{B} \otimes \mathbf{C})\text{vec}(\mathbf{X}) = \text{vec}(\mathbf{C}\mathbf{X}\mathbf{B}^T)?

  • Singular value decomposition (SVD)(Review ch01)

    Self-check: Can you state the SVD of a rectangular matrix and its relationship to eigenvalues of AHA\mathbf{A}^{H}\mathbf{A}?

  • Condition number and ill-posedness(Review ch02)

    Self-check: What does κ(A)1\kappa(\mathbf{A}) \gg 1 imply about reconstruction stability?

  • Iterative optimization algorithms (gradient descent, proximal methods)(Review ch03)

    Self-check: What is the step-size constraint for gradient descent on Acy2\|\mathbf{A}\mathbf{c} - \mathbf{y}\|^2?

  • Wavenumber-domain analysis and k-space coverage(Review ch06)

    Self-check: How does each Tx-Rx-frequency triple map to a point in k-space?

Chapter Notation

Key symbols introduced or used throughout this chapter. Symbols from earlier chapters retain their meaning; new symbols specific to the Kronecker analysis are marked below.

SymbolMeaningIntroduced
A\mathbf{A}Sensing matrix, CM×N\mathbb{C}^{M \times N}
ATx\mathbf{A}_{\text{Tx}}Transmit spatial factor of the sensing matrix
ARx\mathbf{A}_{\text{Rx}}Receive spatial factor of the sensing matrix
Af\mathbf{A}_{f}Frequency (range) factor of the sensing matrix
c\mathbf{c}Discretized reflectivity vector, CN\mathbb{C}^N
y\mathbf{y}Observation vector, CM\mathbb{C}^M
w\mathbf{w}AWGN noise vector
κ(A)\kappa(\mathbf{A})Condition number σmax/σmin\sigma_{\max}/\sigma_{\min}
μ(A)\mu(\mathbf{A})Mutual coherence of A\mathbf{A}
G=AHA\mathbf{G} = \mathbf{A}^{H}\mathbf{A}Gram matrix (point-spread function in operator form)
NtN_tNumber of transmit antennas
NrN_rNumber of receive antennas
NfN_fNumber of frequency bins (subcarriers)
κ\kappaWavenumber 2π/λ2\pi/\lambda
\otimesKronecker product
vec()\text{vec}(\cdot)Vectorization operator (column-stacking)