-
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
-
LABVIEW(WAVELET)
修改后的LABVIEW小波(调用MATLAB)(LABVIEW modified wavelet (call MATLAB))
- 2008-12-23 11:39:40下载
- 积分:1
-
exp003_bpsk_qpsk_20081117
BPSK_QPSK代码,详细绘制了BPSK, QPSK的波形。程序有一个主文件-modulation.m,通过此程序分别调用XXX_MOD/DEMOD.m(BPSK_QPSK Source)
- 2009-03-17 08:45:05下载
- 积分:1
-
tiaoz
自动调整图像的亮度及色彩信息。,。。。。(Automatically adjusts brightness and color of images to optimum levels.)
- 2011-04-30 14:31:30下载
- 积分:1
-
counter
模拟windows计算器的MATLAB5.3程序一个简单的例子 <<科学运算语言MATLAB5.3程序设计与应用>>的习题作业(Windows calculator MATLAB5.3 simulation procedure a simple example < < scientific computing language and application programming MATLAB5.3> > operation of the exercise)
- 2009-07-08 00:59:21下载
- 积分:1
-
MATLAB_movie
MATLAB 程式设计入门篇之动画制作,是台湾清大资工系多媒体检索实验室出的。(MATLAB programming portal entered into animation production, Taiwan's National Tsing Hua University is funded multimedia retrieval system of laboratories.)
- 2007-04-17 13:36:50下载
- 积分:1
-
Channel-estimation
channel estimation using awgn
- 2014-09-11 20:12:59下载
- 积分:1
-
NIT-rourkela-final
thesis paper of active power filter
- 2013-11-02 14:14:36下载
- 积分:1
-
Simulink
本书为MATLAB环境下的simulink电子通信仿真与应用,对simulink初学者有很大的帮助(This book is MATLAB simulink environment simulation and application of electronic communication, on the simulink of great help for beginners)
- 2010-10-08 17:07:14下载
- 积分:1
-
studyTC_v1.1.chm
详细的Total Commander帮助文档,可以帮助使用者迅速上手入门(Detailed Total Commander help document, can help users get up and running quickly entry)
- 2012-08-29 09:53:38下载
- 积分:1