Mercurial > hg > smallbox
comparison solvers/SMALL_ompGabor/ompmex.m @ 140:31d2864dfdd4 ivand_dev
Audio Impainting additional constraints with cvx added
author | Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk> |
---|---|
date | Mon, 25 Jul 2011 17:27:05 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
139:4bd6856a7128 | 140:31d2864dfdd4 |
---|---|
1 %This is the Matlab interface to the OMP MEX implementation. | |
2 %The function is not for independent use, only through omp.m. | |
3 | |
4 | |
5 %OMPMEX Matlab interface to the OMP MEX implementation. | |
6 % GAMMA = OMPMEX(D,X,DtX,G,L,SPARSE_G,MSGDELTA,PROFILE) invokes the OMP | |
7 % MEX function according to the specified parameters. Not all the | |
8 % parameters are required. Those among D, X, DtX and G which are not | |
9 % specified should be passed as []. | |
10 % | |
11 % L - the target sparsity. | |
12 % SPARSE_G - returns a sparse GAMMA when nonzero, full GAMMA when zero. | |
13 % MSGDELTA - the delay in secs between messages. Zero means no messages. | |
14 % PROFILE - nonzero means that profiling information should be printed. | |
15 | |
16 | |
17 % Ron Rubinstein | |
18 % Computer Science Department | |
19 % Technion, Haifa 32000 Israel | |
20 % ronrubin@cs | |
21 % | |
22 % April 2009 |