-
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
-
Gradientpursuit
这里给出了梯度追踪的matlab代码,对于研究信号处理的人员具有一定的帮助作用(Here are the gradient tracking matlab code, for the study of signal processing has some helpful staff)
- 2010-05-10 21:09:47下载
- 积分:1
-
SEPIC_CONVERTER
single ended primary inductor converter
- 2013-09-26 04:30:12下载
- 积分:1
-
plotvector
绘制玫瑰图,比较matlab原有程序较为先进一些(plot rose map)
- 2011-12-25 21:24:59下载
- 积分:1
-
APjulei
说明: 可以实现对Excel中数据的读取和聚类,并输出聚类结果(It can read and cluster data in Excel and output clustering results.)
- 2019-05-29 14:57:13下载
- 积分:1
-
SAR_simulation
SAR雷达成像仿真 基于MATLAB的三种不同的算法程序 分析频谱与分辨率(SAR radar imaging simulation based on MATLAB for three different algorithms of spectrum and resolution procedures)
- 2010-09-17 10:05:22下载
- 积分:1
-
MATLABshenjingwangluo
此为《MATLAB神经网络原理》书中的开源代码,希望帮助大家共同提高。(This is the MATLAB neural network theory, the book s source code, I hope to help everyone together.)
- 2015-01-27 17:11:20下载
- 积分:1
-
Matlab-Code
Cooperative spectrum sensing
- 2011-01-23 18:41:23下载
- 积分:1
-
wavelet
说明: 使用双正交小波变化,来检测图像的边缘特性。MATLAB下可以完整运行!(Using biorthogonal wavelet transform to detect image edge features. MATLAB may be a complete run!)
- 2011-03-25 20:51:29下载
- 积分:1
-
bp
说明: BP算法,BP训练源程序,希望对大家有帮助(BP training arithmetic)
- 2010-06-02 15:27:07下载
- 积分:1