Code covered by the BSD License  

Highlights from
Non Convex Algorithms for Group Sparse Optimization

from Non Convex Algorithms for Group Sparse Optimization by Angshul Majumdar
Reweighted Lm,p algorithm Smoothed L2,0 algorithm

demo.m
% Dummy Script for OFDM Channel Estimation
[y, A, x0, group, err] = GenerateProblem(64, 32, 8, 5, 0, 0);
x = lmp_re_ls(A,y,group,2,0.4);
stem(x0), hold on, stem(x,'r+')
s=SL20(A, y, group, 0.00001);
stem(x0), hold on, stem(s,'r+')

Contact us at files@mathworks.com