登录
首页 » matlab » dsakf

dsakf

于 2007-06-28 发布 文件大小:3KB
0 67
下载积分: 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 个回复

  • mfiles
    The sample source of "Contemporary Communication Systems"
    2009-05-27 19:24:05下载
    积分:1
  • LM2068R-3
    说明:  LM2068中文资料手册LM2068中文资料手册LM2068中文资料手册LM2068中文资料手册(LM2068 Data Sheet LM2068 Chinese Chinese Chinese data notes LM2068 Manual LM2068 Chinese data manual)
    2010-03-20 23:20:46下载
    积分:1
  • textbook-of-MATLAB
    Matlab入门介绍电子教程:MAT L A B能做什么(textbook of matlab)
    2011-05-17 18:35:38下载
    积分:1
  • multisurface_plasticity
    multisurface_plasticity
    2013-08-22 10:11:17下载
    积分:1
  • matlab80
    Matlab 80经典例子,从入门到精通,是初学者的首选(Matlab 80 examples)
    2013-12-20 06:48:19下载
    积分:1
  • emd
    这是EMD算法,该算法是把一个信号分成几个稳定的有自己特征的信号(This is the EMD algorithm; this algorithm is to divide a signal into several stable have their own characteristics of the signal)
    2015-03-09 21:19:29下载
    积分:1
  • NeuralNetwork_RBF_Classification
    MATLAB中应用RBF神经网络对模式识别处理(MATLAB Application of RBF neural networks for pattern recognition processing)
    2008-12-30 15:12:09下载
    积分:1
  • sar_introduction
    SAR 仿真程序,包含基础知识介绍,信号模型,回波仿真等(SAR simulater)
    2021-04-22 16:48:48下载
    积分:1
  • Tandekar_new_2_6
    3 phase 4 wire system
    2010-05-05 14:44:24下载
    积分:1
  • 5956482c10_QPSKSA
    qpsk的调制解程序 包括在两种信道下的功率谱和星座图(qpsk the modem program includes two channels of the power spectrum and constellation)
    2010-05-23 19:52:41下载
    积分:1
  • 696524资源总数
  • 103920会员总数
  • 65今日下载