登录
首页 » matlab » dsakf

dsakf

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

  • motor_controller
    包含了几个Matlab的示例仿真模型,用于展示如何控制一个直流DC电机。同时包含了一个文档教程,介绍不同控制器PID,和带有状态反馈的极点配置。可以作为你在Simulink中学习开发控制系统的入门教程。(Contains a few example of Matlab simulation model is used to demonstrate how to control a DC-DC motor. At the same time a document contains a tutorial to introduce a different controller PID, and with state feedback pole assignment. As you study the development of control systems in Simulink Tutorial.)
    2012-06-08 16:20:47下载
    积分:1
  • 666777
    说明:  基于matlab的数据处理,其中包含了9个振动信号的处理代码。(Matlab-based data processing, which includes nine vibration signal handling code.)
    2009-08-28 15:25:30下载
    积分:1
  • TSP
    说明:  tsp的算法讲解和实现,适合学生应用,也适合需要者参考(tsp explanation and implementation algorithms, suitable for students to use, but also for those who need information)
    2010-05-01 01:46:15下载
    积分:1
  • GA
    说明:  应用于基因算法来调整最佳的PID控制器,程序结果含系统响应与收敛(Genetic algorithm is applied to adjust the optimal PID controller, the program results including system response and convergence)
    2014-12-23 14:42:01下载
    积分:1
  • BP2Aperture
    移动通信MIMO信道建模中会用到的小程序。(Will be used in mobile communications in MIMO channel modeling program.)
    2012-11-05 21:09:57下载
    积分:1
  • confusion_matrix
    将机器学习分类的结果生成混淆矩阵,并画出混淆矩阵。。。。。。。。(generating confusion matrix and draw it)
    2020-07-15 19:08:50下载
    积分:1
  • CABAC-in-HEVC
    H265的CABAC详细介绍(英文),发表在IEEE上。(Context-adaptive binary arithmetic coding (CABAC) is a method of entropy coding first introduced in H.264/AVC and now used in the newest standard High Efficiency Video Coding (HEVC).)
    2013-12-26 13:18:53下载
    积分:1
  • wireless_mesh_network_header
    it is the modified header when simulate wireless mesh network in NS2
    2010-10-18 16:23:19下载
    积分:1
  • 信息隐藏攻击算法
    信息隐藏的一种算法,使用matlab实现.mycompress.m JPEG有损压缩 mycrop.m 剪切 myhighpass.m 高通滤波器 mylowpass.m 低通滤波器 mynoise.m 高斯,椒盐噪声 myresize.m 放缩 myrotate.m 旋转 mywiener.m 维纳滤波 myattack.m 以上所有攻击的集合(information hidden an algorithm, using Matlab to achieve. JPEG Compression mycompress.m mycrop.m shear myhighpass.m high pass filter mylowpass.m lowpass filter mynoise.m Gaussian, salt and pepper noise myresize.m Zooming myrotate.m peacekeeping rotation mywiener.m Filtering myattack.m satisfied all of the above attacks pool)
    2005-06-12 12:12:25下载
    积分:1
  • spectrum-Shannon-entropy
    信号的奇异谱香农熵和奇异谱指数熵 matlab 源程序(Signal singular spectrum Shannon entropy and singular entropy source spectral index)
    2021-03-25 09:49:13下载
    积分:1
  • 696516资源总数
  • 106627会员总数
  • 16今日下载