-
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
-
SimPowerSystems
说明: 中文版完善的matlab simulink 电气模块设计(SimPowerSystems)使用说明,一步一步教你电气模块(Chinese version of matlab simulink comprehensive modular design Electrical (SimPowerSystems) the use of that teach you step-by-step electrical module)
- 2009-08-08 14:49:53下载
- 积分:1
-
state-estimation-using-PSO
使用PSO算法来求解状态估计,测试算例为IEEE 33 test case,效果不错。(Distribution State Estimation (DSE) by using PSO algorithm)
- 2013-05-10 14:45:24下载
- 积分:1
-
test_gpsArray_final
说明: gps信号的空域处理 包括gps阵列的模拟 空域的出算法(gps gps signal processing includes an array of airspace airspace of the algorithm simulation)
- 2011-04-12 11:15:47下载
- 积分:1
-
m-of--266nm
说明266nm紫外激光的m值关系。便于求出晶体长度。(266nm UV laser, the value of m relations. Easy to calculate the crystal length.)
- 2012-06-06 08:52:42下载
- 积分:1
-
dstatcom
This is the file for direct static var compensator in conventional model
- 2013-02-23 20:18:31下载
- 积分:1
-
UWB19
UWB,超宽带信号分析必用的子函数,第19部分!(UWB, ultra-wideband signal analysis will be used to Functions, Part 19!)
- 2010-07-05 13:40:12下载
- 积分:1
-
filter-from-mat-prac
低通滤波器
提供1种滤波器,oneself设计的need the guidance
thanks!(low-pass filter with a filter types. oneself design need the guidance thanks!)
- 2007-04-16 11:50:03下载
- 积分:1
-
ImageCompreganeshssion
hi this code image processing
- 2011-09-24 16:27:20下载
- 积分:1
-
MATLAB-programs
戴维.鲁伯特的统计与金融一书的matlab代码( matlab code of<statistics and finance >by David Rupert )
- 2013-11-02 13:02:53下载
- 积分:1