annotate DL/RLS-DLA/private/ompmex.m @ 60:ad36f80e2ccf

(none)
author idamnjanovic
date Tue, 15 Mar 2011 12:20:59 +0000
parents
children
rev   line source
idamnjanovic@60 1 %This is the Matlab interface to the OMP MEX implementation.
idamnjanovic@60 2 %The function is not for independent use, only through omp.m.
idamnjanovic@60 3
idamnjanovic@60 4
idamnjanovic@60 5 %OMPMEX Matlab interface to the OMP MEX implementation.
idamnjanovic@60 6 % GAMMA = OMPMEX(D,X,DtX,G,L,SPARSE_G,MSGDELTA,PROFILE) invokes the OMP
idamnjanovic@60 7 % MEX function according to the specified parameters. Not all the
idamnjanovic@60 8 % parameters are required. Those among D, X, DtX and G which are not
idamnjanovic@60 9 % specified should be passed as [].
idamnjanovic@60 10 %
idamnjanovic@60 11 % L - the target sparsity.
idamnjanovic@60 12 % SPARSE_G - returns a sparse GAMMA when nonzero, full GAMMA when zero.
idamnjanovic@60 13 % MSGDELTA - the delay in secs between messages. Zero means no messages.
idamnjanovic@60 14 % PROFILE - nonzero means that profiling information should be printed.
idamnjanovic@60 15
idamnjanovic@60 16
idamnjanovic@60 17 % Ron Rubinstein
idamnjanovic@60 18 % Computer Science Department
idamnjanovic@60 19 % Technion, Haifa 32000 Israel
idamnjanovic@60 20 % ronrubin@cs
idamnjanovic@60 21 %
idamnjanovic@60 22 % April 2009