Implementation of Orthogonal Matching Pursuit (OMP) Algorithm
A straightforward implementation of the Orthogonal Matching Pursuit (OMP) algorithm that aligns with the methodology described in "Signal Recovery From Random Measurements Via Orthogonal Matching Pursuit." This program helps beginners in compressed sensing (CS) quickly grasp OMP fundamentals through practical code examples, featuring step-by-step residual calculations and atom selection processes.