登录
首页 » matlab » dsakf

dsakf

于 2007-06-28 发布 文件大小:3KB
0 152
下载积分: 1 下载次数: 96

代码说明:

  % 文件名: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) ()

文件列表:

dsakf.doc

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

发表评论


0 个回复

  • emd
    经验模式分解程序(matlab)可以对输入信号进行经验模式分解(Empirical mode decomposition process (matlab))
    2009-04-13 17:53:56下载
    积分:1
  • matlab_burg
    burg 的matlab程序,可进行功率谱计算(burg of Matlab procedures, the power spectrum can be calculated)
    2007-03-09 10:09:21下载
    积分:1
  • suanfa
    文件夹里集合了几种经典的数字图像处理方面的算法,MATLAB处理(Folder in the collection of several classic digital image processing algorithms, MATLAB processing)
    2011-06-26 00:21:04下载
    积分:1
  • dsss
    coding for direct spread spectrum
    2009-03-19 21:18:35下载
    积分:1
  • Source
    l1-norm, compress sensing
    2011-10-03 23:45:42下载
    积分:1
  • Binary-Tree
    binary tree explaination ebook
    2014-12-02 07:27:30下载
    积分:1
  • fisher-recognization
    fisher判别法 本实验通过编制程序体会Fisher线性判别的基本思路,理解线性判别的基本思想,掌握Fisher线性判别问题的实质。 (fisher discriminant method of the present experiment with basic programming experience Fisher linear discriminant ideas, understand the basic idea of ​ ​ a linear discriminant, master Fisher linear discriminant substantive issues.)
    2015-01-17 20:47:22下载
    积分:1
  • SDV-Hop
    SDV-Hop算法的工作主要体现在对平均每跳距离做了二次修正。(SDV-Hop algorithm is mainly reflected in the average distance per hop secondary correction.)
    2013-02-20 20:49:13下载
    积分:1
  • sensorless_MRAS
    这是一个异步电机无速度传感器的矢量控制仿真模型,其中转速辨识用的是模型参考自适应法。(This is an asynchronous motor vector control without speed sensor simulation model, which is used to identify the speed model reference adaptive method.)
    2021-05-07 16:46:36下载
    积分:1
  • pdes
    partial difference equation.(English version partial difference equation)
    2010-07-09 05:43:29下载
    积分:1
  • 696518资源总数
  • 105171会员总数
  • 15今日下载