-
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_SRSD
MATLAB Simulations for Radar Systems Design - Bassem R. Mahafza Atef Z. Elsherbeni.pdf(MATLAB Simulations for Radar Systems Design- Bassem R. Mahafza Atef Z. Elsherbeni.pdf)
- 2009-09-25 09:46:03下载
- 积分:1
-
ImageProcessingToolbox
MATLAB的图像处理工具箱手册,涉及了图像显示、图像变换、图像配准等一些常用的图像操作(MATLAB image processing toolbox manual deals with image display, image transformation, image registration and some other commonly used image manipulation)
- 2009-11-03 22:43:43下载
- 积分:1
-
BPSKPAWGN-simulation-by-Matlab
说明: 通信系统中完整的bpsk的调制程序,包括误码率的仿真(Complete bpsk communication systems the modulation process, including of the simulation)
- 2011-03-15 20:31:16下载
- 积分:1
-
Animate_Four_Bar_Polodes
连杆机构的运动学仿真!描述了连杆的运动轮廓及轨迹!(Rod kinematics simulation! Describes the profile and trajectory of the movement of the connecting rod!)
- 2013-05-01 20:22:04下载
- 积分:1
-
Ch02
matlab 可视化 微分方程 物理 算法 超越方程 科学计算 数学变换 最值问题 图像增强 图形界面 线性方程 元胞自动机 晶体生长 金融(physical algorithm matlab visualization in scientific computing differential equations of mathematical transformations beyond the most value problem of linear equations graphical image enhancement of cellular automata Crystal Growth Finance)
- 2014-02-02 11:08:28下载
- 积分:1
-
第八章
说明: 传感器阵列波束优化设计与应用书籍第8章matlab程序(Chapter 8 matlab program of book Sensor array beam optimization design and application)
- 2020-12-05 12:09:23下载
- 积分:1
-
最短路径算法dijkstra的matlab实现
说明: 最短路径算法dijkstra的matlab实现(The matlab program of dijkstra)
- 2021-01-19 15:10:56下载
- 积分:1
-
AchieveMaxSeries
在论坛上经常有朋友求关于信号上下包络的程序。
本程序为本人编写的一个matlab程序。(at the forum frequently for friends on the next signal envelope procedures. The procedures for the preparation of the one I Matlab procedures.)
- 2007-04-21 21:46:37下载
- 积分:1
-
Chap_4
This is a matlab code for the examples of AFT text book examples..The results are ecellent
- 2011-07-22 07:39:14下载
- 积分:1