Matched Filter (Back-Projection)

Interactive Explorer 1

Explore key concepts interactively

Parameters

Quick Check

Key concept question for section 1?

Option A

Option B

Option C

Common Mistake: Common Mistake in Section 1

Mistake:

Overlooking a critical implementation detail.

Correction:

Always verify results against known benchmarks and theoretical predictions.

Key Term 1

Core concept from section 1 of chapter 41.

Definition:

Matched Filter / Back-Projection

The matched filter applies the adjoint:

x^MF=AHy\hat{\mathbf{x}}_\text{MF} = \mathbf{A}^H \mathbf{y}

This maximizes SNR for known targets but produces sidelobes for sparse scenes. It is the starting point for iterative methods.

Definition:

ISTA (Iterative Shrinkage-Thresholding)

ISTA solves the LASSO problem minx12yAx2+λx1\min_\mathbf{x} \frac{1}{2}\|\mathbf{y}-\mathbf{A}\mathbf{x}\|^2 + \lambda\|\mathbf{x}\|_1:

x(k+1)=Sλ(x(k)+1LAH(yAx(k)))\mathbf{x}^{(k+1)} = \mathcal{S}_\lambda\left(\mathbf{x}^{(k)} + \frac{1}{L}\mathbf{A}^H(\mathbf{y}-\mathbf{A}\mathbf{x}^{(k)})\right)

where Sλ\mathcal{S}_\lambda is soft thresholding and L=A2L = \|\mathbf{A}\|^2.