-
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
-
MATLAB
MATLAB的入门的PPT,目的为了更好的学习MATLAB工具(MATLAB entry of the PPT, the purpose of study in order to better MATLAB instrument)
- 2009-03-14 14:47:25下载
- 积分:1
-
ELM
基于极限学习机的预测模型,数据为混沌数据(extreme learning machine)
- 2013-10-20 12:32:03下载
- 积分:1
-
satellite-positioning-algorithm
matlab实现卫星定位的算法,包含一个简单的定位程序simple.m,还有另外一套的程序,包含卫星位置的的解算,伪距的计算,接收机位置的计算(Satellite positioning algorithm using matlab to achieve)
- 2013-05-14 16:21:07下载
- 积分:1
-
vp712
基于matlab GUI界面设计,关于超声波倒车雷达测距的,部分实现了追踪测速迭代松弛算法。( Based on matlab GUI interface design, About ultrasonic parking radar ranging, Partially achieved tracking speed iterative relaxation algorithm.)
- 2017-04-16 22:53:08下载
- 积分:1
-
ofdm-matlab
说明: 是一篇毕业论文 ofdm 仿真与实现,包括论文和程序 好用!适合初学者(Ofdm thesis is a simulation and implementation, including papers and procedures easy to use! For beginners)
- 2011-04-03 20:21:56下载
- 积分:1
-
SmartAntennaCodeListings3
智能天线 自适应非盲算法LMS。用MATLAB编写而成,第三部分(Non-blind algorithm for smart antenna adaptive LMS. Compiled with MATLAB, the third part)
- 2010-05-12 01:11:35下载
- 积分:1
-
matDDS
这是解调中重要的DDS恢复部分,做成子函数形式,具体的输入输出变量已经表明,请按介绍使用。谢谢站长(This is the most important part, DDS, causing Functions form specific input and output variables have shown, click on the use. Thank you, Captain! !)
- 2006-10-22 16:04:04下载
- 积分:1
-
RS_sim
(7,3) rs code bit error probability simulation
- 2014-01-15 16:05:53下载
- 积分:1
-
perturbations
perturbations on a satellite
- 2013-01-08 11:59:52下载
- 积分:1