-
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
-
manual_camera_calibration_v1.0
对摄像机进行标定。学习之用。学写代码的话比看OPENCV的代码要好,使用的话OPENCV或者MATLAB都足够了(Calibration of the camera. Learning. Write code, then look OPENCV than the code is better, the use of words or MATLAB are OPENCV enough)
- 2007-07-25 11:04:37下载
- 积分:1
-
Laplace_FDM_edit
FDM method in Laplace problem
- 2014-01-13 16:51:50下载
- 积分:1
-
v1
说明: 一种基于JPEG的密写方法,通过修改标准量化表,将秘密信息嵌入中频系数的最低两个比特位(Realization of a steganographic method based upon JPEG and Quantization table modification.
)
- 2010-05-10 15:04:12下载
- 积分:1
-
MATLAB-simlink
该书通过大量实例介绍Matlab仿真技术在信号处理、通讯系统、电子电路、控制系统中的应用和仿真(Book introduced through a large number of instances of the the Matlab simulation techniques in signal processing, communication systems, electronic circuits, control system and simulation)
- 2013-01-22 09:10:17下载
- 积分:1
-
butterworth-lowpass-filter
butterworth lowpass filter used for finding speech signal.
- 2015-04-06 08:51:21下载
- 积分:1
-
Elman神经网络的数据预测—电力负荷预测模型研究
Elman神经网络的数据预测—电力负荷预测模型研究(Data forecasting based on Elman neural network model of power load forecasting)
- 2020-10-20 22:27:30下载
- 积分:1
-
rician
自己写的赖斯信道仿真程序,带概率分布函数,得到经典解(Their own simulation program written Laisi Xin Road, with the probability distribution function, are classical solutions)
- 2011-01-20 16:37:22下载
- 积分:1
-
DCQGA
说明: 双链量子遗传算法源码的matlab实现!希望大家喜欢~~(Double Chain Quantum Genetic Algorithm)
- 2010-04-10 21:42:28下载
- 积分:1
-
MATLAB-entry-and-improve
这是matlab的入门及提高教程,便于初学者从基础开始学期,讲解细致。(This is a matlab entry and improve the tutorial, easy for beginners to start with the basics semester, explain meticulous.)
- 2013-11-23 03:59:26下载
- 积分:1