-
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
-
Chaoticsynchronization
实现对洛伦茨系统和chen系统的同步控制,并设计了控制器(Implementation of the lorenz system and synchronization control of the Chen system, and designed a controller
)
- 2015-06-28 21:41:00下载
- 积分:1
-
FFT
通过本试验,基本掌握FFT算法的实现原理,同时能利用MATLAB语言编写完成FFT算法,并对给定的信号进行频谱分析。实验设备:通用计算机+MATLAB 6.0软件。
(Through this test, basically mastered the FFT algorithm implementation principle, while able to use MATLAB language to complete FFT algorithm, and a given signal spectrum analysis. Experimental equipment: general-purpose computer+ MATLAB 6.0 software.)
- 2009-12-10 00:18:09下载
- 积分:1
-
dplqifu
雷达中频目标回波,线性调频脉冲多普勒起伏模型!希望对亲有帮助!!(IF radar target echo Doppler downs chirp model! I hope to help the pro! !)
- 2013-07-21 17:47:58下载
- 积分:1
-
BS_MRVFilter_Code
MRV(磁共振静脉血管)滤波器程序源代码(MRV (magnetic resonance vein imaging) filter)
- 2013-03-22 12:18:51下载
- 积分:1
-
Gassian
CMMB标准下的LDPC码编码程序,利用校验矩阵进行高斯消元 得到生成矩阵(CMMB standard LDPC codes under the program, using the parity check matrix Gaussian elimination generator matrix)
- 2013-05-05 13:28:10下载
- 积分:1
-
DE算法matlab程序
说明: matlab的基本差分进化算法,放在了压缩包中的word里面(The basic differential evolution algorithm of MATLAB is put in the word in the compressed package)
- 2020-04-03 18:55:23下载
- 积分:1
-
NY_ImageTiler
this codes is only for education purpose
- 2009-09-28 16:53:39下载
- 积分:1
-
LMS2
数字信号处理的自适应算法,最陡下降法与LMS法比较,画出两者收敛曲线(Adaptive digital signal processing algorithms, steepest descent method with the LMS method, draw the two curves converge)
- 2007-10-23 12:18:39下载
- 积分:1
-
catman_read
a toolbox that makes an interface to export files from catman to matlab
- 2010-05-26 23:32:54下载
- 积分:1