-
dsakf
% 文件名: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)
()
- 2007-06-28 16:08:04下载
- 积分:1
-
Fuzzycontrol
模糊自整定PID控制系统设计与仿真
飞机俯仰姿态保持模糊PID控制 (Fuzzy self-tuning PID control system design and simulation aircraft pitch attitude to maintain Fuzzy PID Control)
- 2021-04-01 14:39:08下载
- 积分:1
-
mlclass-ex1
机器学习_斯坦福大学2013课后作业
正在学习,作业联系可以参考(Machine learning _ Stanford University 2013 Homework
Are learning, you can refer to the operating contact)
- 2013-11-29 00:59:44下载
- 积分:1
-
分布式电源接入对配电网的影响
说明: MATLAB仿真的分布式电源接入对于配电网的影响,潮流计算加了固定的pq(The Influence of MATLAB-based Distributed Power Connection on Distribution Network)
- 2020-06-30 01:00:02下载
- 积分:1
-
MATLABCode
Simulations for Radar Systems Design》Matlab程序(Simulations for Radar Systems Design )
- 2007-09-10 17:03:20下载
- 积分:1
-
plot_UWB_channel
ploting uwb channel with matlab
- 2013-03-19 19:13:28下载
- 积分:1
-
gui
Matlab GUI图形交互,模拟IIR数字滤波器(Matlab GUI interactive graphics, analog IIR digital filter)
- 2011-12-20 20:31:28下载
- 积分:1
-
MoLiTuiHuoYiChuanSuanFa
关于模拟退火遗传算法的MATLAB程序,欢迎各位下载学习,相互交流。(On simulated annealing genetic algorithm MATLAB program, welcome to download the study, each other.)
- 2010-09-13 20:12:45下载
- 积分:1
-
NewtonInterpolation
说明: 用牛顿插值法对离散点进行差值,如果在原来的基础上增加一个点,用该种插值法速度很快,效率高(Using Newton)
- 2008-11-10 19:23:36下载
- 积分:1
-
MatLab-Labs
files to teach you about image processing using Matlab
- 2015-02-04 20:46:11下载
- 积分:1