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