annotate util/ksvd utils/ompbox utils/ompmex.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 OMP MEX implementation.
ivan@137 2 %The function is not for independent use, only through omp.m.
ivan@137 3
ivan@137 4
ivan@137 5 %OMPMEX Matlab interface to the OMP MEX implementation.
ivan@137 6 % GAMMA = OMPMEX(D,X,DtX,G,L,SPARSE_G,MSGDELTA,PROFILE) invokes the OMP
ivan@137 7 % MEX function according to the specified parameters. Not all the
ivan@137 8 % parameters are required. Those among D, X, DtX and G which are not
ivan@137 9 % specified should be passed as [].
ivan@137 10 %
ivan@137 11 % L - the target sparsity.
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 % PROFILE - nonzero means that profiling information should be printed.
ivan@137 15
ivan@137 16
ivan@137 17 % Ron Rubinstein
ivan@137 18 % Computer Science Department
ivan@137 19 % Technion, Haifa 32000 Israel
ivan@137 20 % ronrubin@cs
ivan@137 21 %
ivan@137 22 % April 2009