登录
首页 » matlab » dsakf

dsakf

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

  • SVM
    介绍了LS-SVMlab Toolbox工具箱的使用,并给出了SVM的编程例子。(Introduce the LS-SVMlab Toolbox and some SVM Programming examples.)
    2011-10-26 22:27:37下载
    积分:1
  • gatool
    说明:  该文件夹中,包含的为遗传算法工具箱的程序。(The folder that contains the genetic algorithm toolbox for the procedure.)
    2010-03-26 10:20:13下载
    积分:1
  • RandomMatrixTheory
    Random matrix theory - for communication systems.(Random matrix theory-for communication's ystems.)
    2007-01-08 10:22:03下载
    积分:1
  • GA
    说明:  实用的遗传算法,用matlab编写,完美运行。(good as it is !you will have a wonderful feeling!)
    2013-04-02 22:17:43下载
    积分:1
  • IJETAE_0112_10
    ECG Signal Analysis and Classification using Data Mining and Artificial Neural Networks
    2015-02-01 02:05:37下载
    积分:1
  • phase
    hilditch.m是hilditch细化算法。 RC_unwrap.m是逐行逐列去包裹算法。 least_unwrap.m是最小二乘去包裹算法。 FTP.m是利用傅里叶变换提取相位。 sincosfilter.m是正余弦滤波算法。 以上算法在相位图的相关计算中常用到,比如电子散斑干涉、全息干涉、相移技术等。 (hilditch.m is hilditch refinement algorithm. RC_unwrap.m is listed line by line unwrapping algorithm. least_unwrap.m is the least squares unwrapping algorithm. FTP.m is extracted by Fourier transform phase. sincosfilter.m is the cosine filter. Above algorithm in the calculation of phase diagrams related to the commonly used, such as electronic speckle pattern interferometry, holographic interferometry, phase shift technology.)
    2010-11-30 17:31:19下载
    积分:1
  • System-Identification
    三本书都是系统辨识方面的,其中两本非常出色为经典之作,另一本为matlab的最新的应用说明(2013b)(Three books are aspects of system identification, including two very good as the classic, the other being the matlab latest application notes (2013b))
    2014-01-07 21:58:46下载
    积分:1
  • BOC
    BOC调制系统,扩频序列为复合序列,系统误码率分析(BOC modulation system, the spreading sequence is a composite sequence BER Analysis)
    2016-03-02 09:52:18下载
    积分:1
  • Hammerstein-RLS
    这是Hammerstein系统加输入死区的递推增广最小二乘法参数辨识程序,可以运行。(This is a plus input recursion system Hammerstein dead Augmented least squares method parameter identification program can be run.)
    2020-08-26 09:48:14下载
    积分:1
  • 线性矩阵不等式(LMI)的-MATLAB求解
    说明:  线性矩阵不等式(LMI)的-MATLAB求解(中文教程),很好的教程,推荐学习(Matlab solution of LMI (Chinese course), a good course, recommended)
    2020-03-31 11:14:51下载
    积分:1
  • 696518资源总数
  • 104269会员总数
  • 42今日下载