annotate util/ksvd utils/ompbox utils/omp2mexGabor.m @ 137:9207d56c5547 ivand_dev

New ompbox in utils for testing purposes
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Thu, 21 Jul 2011 14:07:41 +0100
parents
children
rev   line source
ivan@137 1 %This is the Matlab interface to the OMP2 MEX implementation.
ivan@137 2 %The function is not for independent use, only through omp2.m.
ivan@137 3
ivan@137 4
ivan@137 5 %OMP2MEX Matlab interface to the OMP2 MEX implementation.
ivan@137 6 % GAMMA = OMP2MEXGABOR(D,X,DtX,XtX,G,EPSILON,SPARSE_G,MSGDELTA,MAXATOMS,PROFILE)
ivan@137 7 % invokes the OMP2 MEX function according to the specified parameters. Not
ivan@137 8 % all the parameters are required. Those among D, X, DtX, XtX and G which
ivan@137 9 % are not specified should be passed as [].
ivan@137 10 %
ivan@137 11 % EPSILON - the target error.
ivan@137 12 % SPARSE_G - returns a sparse GAMMA when nonzero, full GAMMA when zero.
ivan@137 13 % MSGDELTA - the delay in secs between messages. Zero means no messages.
ivan@137 14 % MAXATOMS - the max number of atoms per signal, negative for no max.
ivan@137 15 % PROFILE - nonzero means that profiling information should be printed.
ivan@137 16
ivan@137 17
ivan@137 18 % Ron Rubinstein
ivan@137 19 % Computer Science Department
ivan@137 20 % Technion, Haifa 32000 Israel
ivan@137 21 % ronrubin@cs
ivan@137 22 %
ivan@137 23 % April 2009