Code covered by the BSD License  

Highlights from
Coordinate descent for Compressed Sensing

5.0

5.0 | 1 rating Rate this file 9 Downloads (last 30 days) File Size: 4.8 KB File ID: #25680

Coordinate descent for Compressed Sensing

by Yingying Li

 

29 Oct 2009

Linearly-constrained L1 minimization for compressed sensing

| 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)
Tags for This File  
Everyone's Tags
Tags I've Applied
Add New Tags Please login to tag files.
Comments and Ratings (1)
28 May 2010 sn0202  
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
resconstruction jixian ? 23 Dec 2010 08:47:07

Contact us at files@mathworks.com