-
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
计算区域分布指数,Moran指数,主要用于一国区域分布描述与分析(Regional distribution of index calculation)
- 2010-05-14 16:56:57下载
- 积分:1
-
QPSK1
QPSK的基本结构原理与噪声下的SNR,这是最基本的方式(qpsk,basic construction and noise)
- 2011-12-05 21:59:35下载
- 积分:1
-
ber_ldpc8_FFT_H
非二位元LDPC8錯誤率
非二位元LDPC8錯誤率(Non-two yuan LDPC8 error rate of non-two yuan LDPC8 error rate)
- 2014-01-21 04:06:20下载
- 积分:1
-
fastKICA
这是关于fastkica的源程序,拥有比pca更好的功能,更快的提取独立主元,进行分析。(This is the source on fastkica has the better features than the pca faster extraction of independent analyzed.)
- 2020-06-30 19:00:01下载
- 积分:1
-
dt
说明: 选择性读入并筛选数据,然后已ASCII码输出。Matlab程序。(Matlab program on loading and export database.)
- 2009-03-08 14:14:29下载
- 积分:1
-
nonlinear_equation_for_GVD
求解非线性薛定谔方程中群速度色散项带来的脉冲展宽。其中数据可自行设定。(nonlinear equation for GVD)
- 2011-07-14 21:38:48下载
- 积分:1
-
GrafLab-(MATLAB)
a program compiled by matlab to computer more than 30 of gravity parameter from a gravity modle
- 2013-10-14 21:30:02下载
- 积分:1
-
truss_static
编写了利用MATLAB计算任意桁架的静力分析,得到各杆的应力和各结点的位移,并画出变形前后的桁架图(The static analysis of arbitrary truss is made by using MATLAB, the stress of each rod and the displacement of each node are obtained, and the truss diagram before and after deformation is drawn)
- 2021-04-25 11:18:46下载
- 积分:1
-
digital-process
说明: 应用FFT对信号进行频谱分析 IIR数字滤波器的直接设计 窗函数法设计FIR滤波器 用双线变换法设计IIR滤波器(Application of FFT spectral analysis of signals directly to design IIR digital filter design FIR filter window function with a double transform IIR filter design)
- 2011-03-21 15:21:53下载
- 积分:1