Prerequisites & Notation
Prerequisites for This Chapter
This chapter addresses the phase retrieval problem β recovering a complex-valued signal from magnitude-only measurements. Phase retrieval arises whenever the measurement device records intensity (power) rather than amplitude and phase, which is common in many RF imaging scenarios. The algorithms here build on the optimization foundations of Part I and the imaging framework of Part III.
- Compressed Sensing Theory β Sparsity, RIP, recovery guarantees for underdetermined systems(Review ch11)
Self-check: Can you state the restricted isometry property and explain why it guarantees sparse recovery?
- Sparse Recovery Algorithms β ISTA/FISTA, ADMM, proximal methods(Review ch13)
Self-check: Can you implement ISTA and explain the role of the proximal operator?
- Diffraction Tomography β Fourier diffraction theorem, forward models for RF imaging(Review ch14)
Self-check: Can you write the linearized forward model for a multi-static RF imaging setup?
- Semidefinite programming basics β positive semidefinite matrices, trace minimization
Self-check: Do you know what means and why serves as a convex surrogate for rank?
- Wirtinger derivatives for functions of complex variables
Self-check: Can you compute ?
Notation Introduced in This Chapter
The following symbols are introduced in this chapter. Standard notation from earlier chapters (e.g., for the sensing matrix, for reflectivity) carries over unchanged.
| Symbol | Meaning | Introduced |
|---|---|---|
| Unknown complex signal (image vector) | s01 | |
| -th measurement vector | s01 | |
| -th intensity (phaseless) measurement | s01 | |
| Number of measurements | s01 | |
| Rank-1 PSD matrix (lifted variable for PhaseLift) | s02 | |
| Wirtinger gradient with respect to | s03 | |
| Step size at iteration | s03 | |
| Diagonal phase mask (-th coded measurement) | s04 | |
| Hard-thresholding operator (keep largest entries) | s04 | |
| Phase-aligned distance: | s01 |