CS Compressed Sensing: A Beginner's Tutorial with Code Implementations
This introductory teaching code demonstrates CS compressed sensing reconstruction using the Orthogonal Matching Pursuit (OMP) algorithm. The fully annotated implementation covers 1D signal and 2D image reconstruction with DCT and wavelet sparsification techniques, featuring both column-scanning and block-based OMP reconstruction methods.