登录
首页 » matlab » code

code

于 2015-04-20 发布 文件大小:361KB
0 99
下载积分: 1 下载次数: 23

代码说明:

  有关于哈达玛矩阵的测量矩阵matlab代码,重构算法为TVAL3算法(About Hadamard matrix of measurement matrix matlab code, algorithms reconstruction algorithm for TVAL3)

文件列表:

1.mat,104529,2014-12-30
2.mat,104385,2014-12-30
cat_eye.m,1784,2015-02-17
Fast_Walsh_Hadamard_Transform
.............................\fWHtrans.cpp,3450,2010-02-16
.............................\fWHtrans.mexa64,8416,2010-04-05
.............................\fWHtrans.mexmaci,9284,2010-06-17
.............................\fWHtrans.mexmaci64,9112,2010-11-10
.............................\fWHtrans.mexw32,6656,2010-11-10
.............................\fWHtrans.mexw64,9216,2010-11-10
.............................\ifWHtrans.m,446,2010-02-15
.............................\newFWHTcmp.fig,11358,2010-02-17
.............................\readme.txt,2115,2010-06-17
Solver
......\ftvcs_alp.m,15273,2010-11-10
......\ftvcs_alp_old.m,14446,2010-11-10
......\ftvcs_al_opts.m,5646,2010-11-10
......\ftvcs_al_TVL2p.m,14704,2010-11-10
......\ftvcs_al_TVL2p_old.m,13827,2010-11-10
......\readme.txt,2834,2010-06-17
......\TVAL3.m,674,2010-11-09
Utilities
.........\At_fWH.m,284,2010-06-17
.........\A_fWH.m,244,2010-06-17
.........\barbara256.tif,107022,2009-06-15
.........\defDDt.m,379,2009-02-19
.........\Fp1d.m,197,2008-08-27
.........\Fp2d.m,326,2008-11-17
.........\FpT1d.m,233,2008-08-27
.........\FpT2d.m,265,2008-11-17
.........\f_handleA.m,202,2009-02-17
.........\getA.m,590,2009-02-09
.........\isinInterval.m,369,2008-06-14
.........\MRImask.m,477,2007-11-08
.........\ScaleA.m,629,2009-05-20
.........\Scaleb.m,629,2009-05-20

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • DCT域隐藏
    当要隐藏信息时,在MATLAB的命令窗内输入命令: hide = myhide(carry,signal,x,y); carry 用你的原始载体文件名代替,signal 用你所要隐藏的文件名代替 carry 和 signal 都必须是 *.* 的形式(注意不能省略单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处 生成的伪装载体文件名为hide.bmp 注意myhide.m文件,载体文件,隐藏文件都要在当前目录(current Directory)下 当要提取信息时,在MATLAB命令窗内输入命令: behidden = myinhide(carry,x,y); carry 用你的伪装载体文件名代替,格式为 *.* (注意不要丢掉单引号) x,y 是选取隐藏信息的位置坐标,在(x,y)和(y,x)处,这必须和嵌入时所选位置一致。 提取出的信息文件名为behidden.bmp 同样,要注意behidden.m和伪装载体文件都要在当前目录(current Directory)下(when to hide information, in order MATLAB within a window orders : hide = myhide (carry, signal, x, y); Carry with you the original document name instead vector, signal used to hide your name in the paper and instead carry signal must be in the form of*.* ( not to single quotes omitted) x, y is to select the location of hidden information coordinates (x, y) and (y, x) The formation of camouflage vector document, entitled hide.bmp attention myhide.m documents, vector documents hidden all the documents in the current directory (current Directory) to retrieve information when, in order window MATLAB import order : behidden = myinhide (carry, x, y); carry using your camouflage vector file name instead, the format for*.* (take care not to lose a single quote) x, y election Hiding information )
    2005-06-12 12:08:55下载
    积分:1
  • f2f98628ea7d
    matlab code mobile communications
    2012-09-08 16:25:38下载
    积分:1
  • LE
    说明:  拉普拉斯特征映射算法,运用MATLAB编写完成。(Laplace feature mapping algorithm, using MATLAB prepared.)
    2015-05-07 16:51:12下载
    积分:1
  • shadow_code_dup
    Matlab code for shadow detection and removal colour image. Matlab code for shadow detection and removal colour image. Matlab code for shadow detection and removal colour image. Matlab code for shadow detection and removal colour image.
    2016-05-19 12:54:49下载
    积分:1
  • MATLAB6.0MathematicsHandbook
    MATLAB6.0数学手册 本教程提供了使用MATLAB的实践性指导,它基于MATLAB6.0版,内容由浅入深,特别是本书对每一条命令的使用格式都作了详细而又简单明了的说明,并配备了例题加以说明其用法,因此,对于初学者自学是很有帮助的;同时,又对数学中的一些深入问题如数值分析、稀疏矩阵、优化理论以及模糊数学等问题进行了较为详细的论述,因此,该书也可作为科技工作者的科学计算工具书。(MATLAB6.0 Mathematics Handbook)
    2010-06-05 10:09:25下载
    积分:1
  • kdtree1.2
    kd-tree 是广泛用来处理多维寻找最近点的数据结构。该文件中是由matlab调用c++代码实现的,其中实现包括kd-tree的建立最近点的查找等。(kd-tree is kind of data structure which is widely used to find the nearest point in multi-demensions.The zip file contain matlab and cpp files.The functions implemented include kd-tree building and nearest points searching and so on.)
    2010-07-17 15:44:11下载
    积分:1
  • LDPCdemo
    LDPC低密度奇偶校验码的演示程序包,适合初学者使用(LDPC LDPC codes demo packages for beginners)
    2020-12-10 22:59:20下载
    积分:1
  • tiaosu
    这是调速器模块,参数已经调好,可直接用于柴油机模型(this is very good thank you very much)
    2015-03-14 13:12:05下载
    积分:1
  • xiaoboshenjingwangluo1
    小波神经网络研究的进展及一种新算法,希望可以抛砖引玉(WNN progress of the studies and a new algorithm, hope to start)
    2009-03-19 16:43:21下载
    积分:1
  • fftGPU
    A very fast FFT for Matlab with GPU
    2009-11-30 00:53:15下载
    积分:1
  • 696519资源总数
  • 104213会员总数
  • 20今日下载