-
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
-
17days_all
本资料为杨鹏老师所编,内涵了gre词汇的背诵方法,以及以前版本所没有的易混单词,实为难得的好材料(the book mainly describes an effective way to recite GRE words.)
- 2010-03-09 17:18:24下载
- 积分:1
-
OFDMAWGN_fft_MPSK
ofdm fft in fading channel
- 2011-06-22 00:16:13下载
- 积分:1
-
qlz2
simulink 模型。电力电子用。参数已设置好。(simulink model. Power electronics. Parameters have been set up.)
- 2012-06-07 21:22:38下载
- 积分:1
-
smartantenna
Frank Gross所著《智能天线》 一书的源代码(a book of the source code for Frank Gross book Smart Antenna )
- 2014-12-26 09:07:25下载
- 积分:1
-
MALTAB-and-Communication-System
结合具体例子,通过MATLAB实现通信系统的大部分知识点 (MALTAB and Communication System)
- 2013-03-30 22:07:52下载
- 积分:1
-
pashansuanfa
A hill climbing algorithm for finding the minimum of a function
fitnessfun in the real space.
- 2007-09-07 20:32:49下载
- 积分:1
-
wave_filter
基于matlab 设计的滤波器程序,很实用。内容包括 FIR数字滤波器的设计、IIR数字滤波器的设计、FFT频谱分析及应用等。(wave filter of matlab )
- 2010-12-11 22:32:57下载
- 积分:1
-
Matlab_junheng
matlab 强大的信号仿真功能结合VC编程混编分析数字均衡器的设计要求对各种音频信号进行处理
(matlab simulation capabilities combined with powerful signal analysis VC programming mixed digital equalizer design requirements of the various audio signal processing)
- 2011-02-01 13:19:36下载
- 积分:1
-
recoginze
说明: 学习人脸识别的好代码 人脸识别的初级入门知识(Face Recognition Face Recognition of good code to learn the knowledge of the primary entry)
- 2011-03-11 18:39:18下载
- 积分:1