-
ant_nfc
本书是关于PN512的天线设计方法,主要是关于天线匹配设计(This book is about the antenna design PN512 of)
- 2014-01-22 09:07:15下载
- 积分:1
-
SWCLYJ
基于光学原理的三维形貌测量技术研究Study the topography measurement techniques based on optical principles. Rar(Study the topography measurement techniques based on optical principles )
- 2013-12-11 10:48:48下载
- 积分:1
-
robotsim1
此段代码实现了一个点机器人的避碰功能,具有良好的实现界面。(This code implements collision avoidance function of point robot , and there s a good interface.)
- 2009-09-23 11:17:26下载
- 积分:1
-
MATLAB2010-Essentials
MATLAB2010基础教程,快速掌握MATLAB,短时间内是你运用自如。(MATLAB2010 Essentials, quickly grasp MATLAB, a short period of time that you use it freely.)
- 2013-02-26 10:06:22下载
- 积分:1
-
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
-
SARRESEARCH
合成孔径雷达的模糊与 PRF ;连续形式的回波模型 ; 抽样信号的频谱 ; 抽样形式的回波模型 ;方位模糊的仿真与抑制 (Fuzzy synthetic aperture radar and PRF continuous form of echo model sampling frequency spectrum sample form of echo model azimuth ambiguity suppression and Simulation)
- 2010-07-07 14:20:19下载
- 积分:1
-
ch5example5
说明: 调频立体声基带信号
产生和测试模型
文件名:ch5example5.mdl(FM stereo baseband signal generator and test the model file name: ch5example5.mdl)
- 2010-03-22 10:57:01下载
- 积分:1
-
BPSK
BPSK仿真程序,可以直接运行,保证无错,可统计误码率,观察功率谱变化。(BPSK simulation program can be run directly, to ensure error-free, statistical error rate can be observed power spectrum changes.)
- 2011-06-09 03:09:29下载
- 积分:1
-
yuv-attack
该MATLAB代码可以实现一般的YUV攻击测试。(The MATLAB code can achieve a general YUV attack test.)
- 2013-04-01 18:00:43下载
- 积分:1
-
matlab100
matlab编程100例,供matlab爱好者、学习者使用(100 cases of programming matlab, matlab for lovers, learners use)
- 2009-04-07 22:30:39下载
- 积分:1