文件名称:匹配追踪算法C语言实现(omp,cosamp,subspace-pursuit)
文件大小:862KB
文件格式:RAR
更新时间:2014-12-07 14:16:52
匹配追踪算法C语言实现
三种匹配追踪算法的C语言实现。 omp算法、cosamp算法、subspcae-pursuit算法。
【文件预览】:
code
----cosamp()
--------mymath.c(15KB)
--------A.txt(399KB)
--------test.c(1KB)
--------cosamp.c(3KB)
--------cosamp.h(260B)
--------mymath.h(1KB)
--------y.txt(869B)
--------x.txt(4KB)
----omp()
--------mymath.c(14KB)
--------A.txt(399KB)
--------omp.c(2KB)
--------test.c(1KB)
--------mymath.h(1KB)
--------omp.h(232B)
--------y.txt(869B)
--------x.txt(4KB)
----subspace_pursuit()
--------mymath.c(15KB)
--------A.txt(399KB)
--------test.c(1KB)
--------subspace_pursuit.h(290B)
--------mymath.h(1KB)
--------y.txt(869B)
--------x.txt(4KB)
--------subspace_pursuit.c(3KB)
----data.mat(378KB)
----readme.txt(365B)