solveL1: l1 Penalized Nonlinear Minimization
Description
l1 Penalized Nonlinear Minimization
Usage
solveL1(phi,y,T,x0,lambda=0.1)
Arguments
- x0
Initial value of the vector to be recovered. Sparse representation
of the vector ( N x 1 matrix ) X=Tx, where X is the original vector
- T
sparsity bases ( N x N matrix )
- phi
Measurement matrix (M x N).
- y
Measurement vector (Mx1).
- lambda
Penalty coefficient. Defaults 0.1