ompsbox1

所属分类:matlab编程
开发工具:matlab
文件大小:34KB
下载次数:29
上传日期:2010-06-10 16:42:46
上 传 者crazyfrog2010
说明:  Orthogonal Matching Pursuit algorithm

文件列表:
omps2.m (5654, 2009-10-17)
omps.m (5176, 2009-10-17)
ompspeedcompare.m (3222, 2009-10-17)
ompsver.m (1264, 2009-10-18)
sparsedict.m (2255, 2009-10-17)
private (0, 2009-08-25)
private\dictsepmex.c (2359, 2009-08-31)
private\dictsepmex.m (492, 2009-08-25)
private\dicttsepmex.c (2073, 2009-08-25)
private\dicttsepmex.m (499, 2009-08-25)
private\make.m (1069, 2009-08-25)
private\mexutils.c (2219, 2009-08-15)
private\mexutils.h (3655, 2009-08-18)
private\myblas.c (12510, 2009-08-13)
private\myblas.h (14673, 2009-08-17)
private\ompprof.c (4523, 2009-04-12)
private\ompprof.h (3082, 2009-08-18)
private\omps2mex.c (3203, 2009-08-26)
private\omps2mex.m (866, 2009-08-25)
private\ompscore.c (12249, 2009-08-26)
private\ompscore.h (2839, 2009-08-25)
private\ompsmex.c (2958, 2009-08-26)
private\ompsmex.m (774, 2009-08-25)
private\omputils.c (1933, 2009-08-18)
private\omputils.h (2272, 2009-08-18)
private\printf.m (693, 2009-04-19)
private\sparsedict.c (2642, 2009-08-14)
private\sparsedict.h (2630, 2009-08-25)
Contents.m (842, 2009-08-27)
dictsep.m (1055, 2009-10-18)
dicttsep.m (735, 2009-10-18)
faq.txt (880, 2009-08-25)
normdictsep.m (600, 2009-10-03)

OMPSBox v1 README October 18, 2009 OMPSBox installation: --------------------- 1. Unpack the contents of the compressed file to a new directory, named e.g. "ompsbox". 2. If you have not done so before, configure Matlab's MEX compiler by entering >> mex -setup prior to using MAKE. For optimal performance, it is recommended that you select a compiler that performs optimizations. For instance, in Windows, MS Visual Studio is preferred to Lcc. 3. Within Matlab, navigate to the OMPSBox directory, and then to the "private" directory within it, and enter MAKE to run the compilation script. 4. Add the OMPSBox package directory to the Matlab path (you can use the ADDPATH command for this). Do not add the private directory to the path. OMPSBox quick start: -------------------- 1. Enter "help sparsedict" at the Matlab prompt for an overview of sparse dictionaries in OMPSBox. 2. Enter "ompspeedcompare" to test the OMPSBox installation and compare the speed of sparse and standard OMP. 3. For a complete list of functions in the package, enter >> help ompsbox This assumes the package was installed to a directory named "ompsbox". If not, replace ompsbox in the above with the (unqualified) name of the OMPSBox installation directory. Also see faq.txt for some frequently asked questions about the package.

近期下载者

相关文件


收藏者