annotate DL/RLS-DLA/private/omp2mex.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 OMP2 MEX implementation.
idamnjanovic@60 2 %The function is not for independent use, only through omp2.m.
idamnjanovic@60 3
idamnjanovic@60 4
idamnjanovic@60 5 %OMP2MEX Matlab interface to the OMP2 MEX implementation.
idamnjanovic@60 6 % GAMMA = OMP2MEX(D,X,DtX,XtX,G,EPSILON,SPARSE_G,MSGDELTA,MAXATOMS,PROFILE)
idamnjanovic@60 7 % invokes the OMP2 MEX function according to the specified parameters. Not
idamnjanovic@60 8 % all the parameters are required. Those among D, X, DtX, XtX and G which
idamnjanovic@60 9 % are not specified should be passed as [].
idamnjanovic@60 10 %
idamnjanovic@60 11 % EPSILON - the target error.
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 % MAXATOMS - the max number of atoms per signal, negative for no max.
idamnjanovic@60 15 % PROFILE - nonzero means that profiling information should be printed.
idamnjanovic@60 16
idamnjanovic@60 17
idamnjanovic@60 18 % Ron Rubinstein
idamnjanovic@60 19 % Computer Science Department
idamnjanovic@60 20 % Technion, Haifa 32000 Israel
idamnjanovic@60 21 % ronrubin@cs
idamnjanovic@60 22 %
idamnjanovic@60 23 % April 2009