Mercurial > hg > smallbox
view DL/Majorization Minimization DL/ExactDicoRecovery/modcn_exactRec_demo.m @ 242:ae649f2349a1
Added tag ver_2.0 for changeset 423de9f24d98
author | luisf <luis.figueira@eecs.qmul.ac.uk> |
---|---|
date | Wed, 25 Apr 2012 15:05:50 +0100 |
parents | b14209313ba4 |
children |
line wrap: on
line source
function modcn_exactRec_demo(it,k,sn) tic IT = it; K = k; SN = sn; if SN<10, samnum = ['0',num2str(SN)]; else samnum = num2str(SN); end load(['Param',num2str(K),'kS',samnum,'.mat']) lambda = 2*.2; % 2 * Smallest coefficients (Soft Thresholding) %%%%%%%%%%%%%% Phi = Phio; M = size(Phi,1); [Phi,unhat,ert] = mod_cn(x,Phi,lambda,IT); save(['MODl1',num2str(M),'t',num2str(IT),'ikiun',num2str(K),'v1d',num2str(SN),'.mat'],'Phi','Phid','x','ud','unhat','ert') toc