Be the first to rate this file! 55 downloads (last 30 days) File Size: 4.8 KB File ID: #25680

Coordinate descent for Compressed Sensing

by Yingying Li

 

29 Oct 2009

Code covered by BSD License  

Linearly-constrained L1 minimization for compressed sensing

Download Now | Watch this File

File Information
Description

This package has solvers for constrained and unconstrained L1 minimization, which is useful for compressed sensing.
 
u = COORDL1BREG(A,f,lambda) solves the minimization problem
                    min_u ||u||_1 subject to A*u = f
where A is an MxN matrix and f is a vector of length M. Input lambda is a positive parameter used within the algorithm.

u = COORDLSL1(A,f,lambda) solves the minimization problem
                    min_u ||u||_1 + lambda ||A*u - f||_2^2

Algorithms are based on greedy coordinate descent and the Bregman iterative method.

MATLAB release MATLAB 7.5 (R2007b)
Zip File Content  
Other Files coordl1breg.m,
coordl1bregdemo.m,
coordlsl1.m,
license.txt,
readme.txt
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Please login to add a comment or rating.
Tag Activity for this File
Tag Applied By Date/Time
optimization Yingying Li 30 Oct 2009 13:07:24
image processing Yingying Li 30 Oct 2009 13:07:24
mathematics Yingying Li 30 Oct 2009 13:07:24
 

MATLAB Central Terms of Use

NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content. Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available via MATLAB Central. Read the complete Terms prior to use.

Contact us at files@mathworks.com