ivan@140: %This is the Matlab interface to the OMP MEX implementation.
ivan@140: %The function is not for independent use, only through omp.m.
ivan@140: 
ivan@140: 
ivan@140: %OMPMEX Matlab interface to the OMP MEX implementation.
ivan@140: %  GAMMA = OMPMEXGABOR(D,X,DtX,G,L,SPARSE_G,MSGDELTA,PROFILE) invokes the OMP
ivan@140: %  MEX function according to the specified parameters. Not all the
ivan@140: %  parameters are required. Those among D, X, DtX and G which are not
ivan@140: %  specified should be passed as [].
ivan@140: %
ivan@140: %  L - the target sparsity.
ivan@140: %  SPARSE_G - returns a sparse GAMMA when nonzero, full GAMMA when zero.
ivan@140: %  MSGDELTA - the delay in secs between messages. Zero means no messages.
ivan@140: %  PROFILE - nonzero means that profiling information should be printed.
ivan@140: 
ivan@140: 
ivan@140: %  Ron Rubinstein
ivan@140: %  Computer Science Department
ivan@140: %  Technion, Haifa 32000 Israel
ivan@140: %  ronrubin@cs
ivan@140: %
ivan@140: %  April 2009