-
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
-
HBLLC
LLC仿真 自己搭的可以运行, 但不是变频闭环控制,是开环定频的(LLC simulation can run itself, but not frequency conversion closed loop control, it is open-loop constant frequency.)
- 2018-10-29 21:36:45下载
- 积分:1
-
m32test
小m序列生成程序,可以生成32比特长度的小m序列并具有相对好的自相关特性(m sequence generate)
- 2010-06-24 19:56:07下载
- 积分:1
-
PID-source-code
关于PID控制的一些例程,与薛定宇老师的反馈控制配套,与大家一起分享(PID control on a number of routines, and Xue Dingyu teacher feedback control facilities, and shared with)
- 2011-04-27 08:23:37下载
- 积分:1
-
BlobsDemo
color detection using matlab by image processing
- 2011-05-04 22:35:25下载
- 积分:1
-
arranque_suave
Matlab document about induction motor softstart
- 2012-01-09 03:56:23下载
- 积分:1
-
log_normal
对数分布海杂波仿真程序,非常棒的MATLAB源码,需要的可以看下
(Simulation of sea clutter on the source, including the principles and programming note)
- 2015-03-29 20:23:24下载
- 积分:1
-
MeanShiftCluster
this code is knows Mean Shift algorithm
- 2009-03-04 17:28:09下载
- 积分:1
-
EKF_PF
说明: 扩展卡尔曼滤波与粒子滤波滤波性能比较的源程序(Extended Kalman filter and particle filter source)
- 2011-04-18 09:08:21下载
- 积分:1
-
caseNPG
NPG power system data
- 2013-11-27 18:34:08下载
- 积分:1