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