-
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
-
zongxiangdianguangtiaozhi
使用Matlab模拟纵向光电调制时是否加π/2附加相位对相同的输入信号输出信号的影响(Use Matlab simulation longitudinal photoelectric modulation and π/2 whether additional phase to the same input signal output signal influence
)
- 2012-04-18 17:08:24下载
- 积分:1
-
ma=1.1
标准AM振幅调制方式,ma=1.1时的标准AM振幅调制(Standard AM amplitude modulation, ma = 1.1 when the standard AM amplitude modulation)
- 2013-07-21 13:48:42下载
- 积分:1
-
steganography
steganography function to using DCT algorithms
- 2011-11-02 05:00:00下载
- 积分:1
-
lianxi_meanshift
基于meanshift块跟踪,2010B运行,指定块的位置,进行块跟踪,希望对学者有帮助(Meanshift block tracking, based on the 2010B operation, the specified the position of the block, block track, and I hope to help scholars)
- 2015-01-29 10:37:08下载
- 积分:1
-
power-optimize
利用注水算法进行功率分配,给出不同发射天线的功率分配并计算各天线的频谱效率。(water-fill power allocation algorithm and frequency spectrum calculation.)
- 2014-04-27 17:28:48下载
- 积分:1
-
Matlab2010
Matlab2010经典超强教程(清晰版)。让你全面掌握和精通matlab(Matlab2010 classic super tutorial (clear version). Allows you to fully grasp and master matlab)
- 2011-09-21 10:07:09下载
- 积分:1
-
experiment_02
数字信号处理实验内容,编写能够实现fft的matlab程序,并与系统自带的fft相比较。在文件mysecond.m中注释部分给出多种fft实现方法及代码,未拆分成多个m文件(Digital signal processing experiment content, the preparation can be achieved fft matlab program, and compared with the system comes with the fft. The comment section file mysecond.m give multiple fft to achieve method and code into multiple m 未拆)
- 2013-02-04 13:17:00下载
- 积分:1
-
xinhaoyuxitongzongheshiyan
《信号与系统——MATLAB综合实验》配套资料及上课讲义,还有书后拍套光盘源码资料(" Signals and Systems- MATLAB comprehensive experimental" support information and class handouts, as well as making the book CD-ROM source data sets)
- 2011-09-25 11:15:17下载
- 积分:1
-
xx
说明: 基于色彩的图像分割,可用于车牌检测,基于matlab编写。(Image segmentation based on color, license plate can be used to detect)
- 2015-04-08 19:58:59下载
- 积分:1