登录
首页 » matlab » dsakf

dsakf

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

  • echocanceller
    用带leaky因子的GEIGEl算法进行语音状态检测的回声消除程序及其性能测试曲线(used with leaky factor GEIGEl algorithm for detecting a state of the Voice Echo Canceller procedures and their sexual test curve)
    2006-12-10 19:37:14下载
    积分:1
  • hyperspectral_image_index_analysis
    Hyperspectral Image Index Analysis
    2011-10-31 16:02:43下载
    积分:1
  • CP0801
    超宽带脉冲幅度调制路径损耗的计算,与其他的几个共用(Ultra-wideband pulse amplitude modulation path loss calculations, and some other common)
    2009-03-26 20:23:43下载
    积分:1
  • ESPRIT
    The source code for LS ESPRIT and TLS ESPRIT - an algorithm for channel parameter estimation.(The source code for LS ESPRIT and TLS ESPRIT- an algorithm for channel parameter estimation.)
    2010-02-24 12:22:25下载
    积分:1
  • xbnlp
    小波包能量谱的计算,对信号进行频段分析,特征提取,用于模式识别(wavelet packet energy spectrum)
    2021-04-08 21:29:01下载
    积分:1
  • mgene
    m序列产生源程序,很好用!输入本源多项式,可生成指定长度,指定掩码,指定相位长度的序列(m Serial Generator.)
    2010-08-22 17:01:38下载
    积分:1
  • apsk
    16apsk Modulation (Carrier center frequency,Carrier cycle,
    2011-02-03 09:53:01下载
    积分:1
  • fifth
    Grade Calculating Software
    2011-05-21 05:08:52下载
    积分:1
  • FIRlvboqisheji
    有关有限脉冲响应滤波器的设计方法的介绍。(For finite impulse response filter design methods introduced.)
    2011-05-23 09:58:11下载
    积分:1
  • Functions
    data converters by maloberti
    2013-04-19 15:13:51下载
    积分:1
  • 696518资源总数
  • 104384会员总数
  • 26今日下载