A straightforward example for reconstructing sparse signal using Basic Pursuit. The L0 norm problem is transformed into a standard Linear Programming, then solved it using the linprog function of MATLAB.
CSDN blog link: https://blog.csdn.net/qq_39432978/article/details/128694962