登录
首页 » matlab » st

st

于 2012-09-16 发布 文件大小:4KB
0 224
下载积分: 1 下载次数: 0

代码说明:

说明:  S变换的MATLAB实现程序。写的很具体。(S transform)

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

发表评论

0 个回复

  • dsakf
    % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr) ()
    2007-06-28 16:08:04下载
    积分:1
  • matlaSvm
    The package includes the source code of the library in C++ and Java, and a simple program for scaling training data.
    2013-01-31 18:04:36下载
    积分:1
  • ARPAfilter
    用于航海雷达回波信号的matlab处理程序,虚拟的高斯白噪声(Used marine radar echo signal processing matlab, virtual white Gaussian noise)
    2011-10-01 17:59:12下载
    积分:1
  • mw_NBdenoising2
    基于多小波变换的阈值降噪技术的相邻系数法降噪算法(Based on multi-threshold wavelet transform coefficients of adjacent noise reduction noise reduction algorithm)
    2011-06-10 15:34:36下载
    积分:1
  • ObjectiveFidelityCriteria
    Objective Fidelity Criteria(Objective Criteria)
    2007-06-19 16:45:09下载
    积分:1
  • CVPR08-SR
    图像超分辨率重构 Image Super-Resolution as Sparse Representation of Raw Image Patches(Image Super-Resolution as Sparse Representation of Raw Image Patches)
    2011-12-07 22:32:03下载
    积分:1
  • 1D_Wave_Equation_Cavity_FDTD.m
    1D Wave Equation Cavity FDTD in Rectangular Coordinates
    2013-12-23 04:22:18下载
    积分:1
  • ip_iq_fourload20110522_diyace
    Matlab STATCOM ipiq无功电流检测仿真模型(Matlab STATCOM simulation)
    2013-05-14 20:32:22下载
    积分:1
  • (2)_(ebook_english)_learn_how_to_draw_(good)
    learn english language
    2010-08-02 02:37:56下载
    积分:1
  • bianwei10_m
    自己编写的matlab中编辑个人模块的S-函数方法,通过这个模块可以实现输入信号变为原来的10倍(Imagecut.rar matlab edit personal module function method of S- this module can be realized by the input signal into a 10 times )
    2011-06-03 16:48:11下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载