In 1928 Harry Nyquist proved what every engineer since has treated as gospel: to capture a signal perfectly you must sample it at at least twice its highest frequency. Miss that rate and information is lost forever — or so everyone believed.
Compressed sensing — developed independently by Emmanuel Candès, Justin Romberg & Terence Tao and by David Donoho in landmark 2006 papers — overturned that intuition. The key insight is sparsity: most real-world signals are sparse, meaning they contain only a few non-zero components when expressed in the right basis (frequency, wavelet, pixel-difference, etc.).
If a signal of length N has only k non-zero frequencies, and k is much smaller than N, then you do not need N samples. A small number of random linear measurements — roughly — suffice to recover the signal exactly, via a convex optimization called minimization (basis pursuit). The recovery is provably exact (not approximate) when the measurement matrix satisfies a geometric condition called the Restricted Isometry Property (RIP), which random Gaussian and Bernoulli matrices satisfy with overwhelming probability.
The result is not approximate, not probabilistic in the sense of being wrong sometimes — it is a theorem: given RIP and sparsity, minimization recovers the original signal from the compressed measurements.
Comments
Loading comments...