-
hspice
this will u in HSPICE tools
- 2009-12-13 02:16:45下载
- 积分:1
-
two_tone
matlab two tone generation
- 2009-07-17 17:25:54下载
- 积分:1
-
chepaishibie
车牌字符识别matlab源程序车牌字符识别matlab源程序车牌字符识别matlab源程序(The license plate character recognition matlab source code license plate character recognition matlab source code license plate character recognition matlab source code)
- 2012-07-05 17:20:45下载
- 积分:1
-
a51
1.A51产生乱数的频数检验及其二次检验;
2.A51产生乱数的序偶检验及其二次检验;
3.A51产生乱数的自相关检验及其二次检验。
(1. A51 produces frequency test and the second test nonce 2. A51 dual test sequence generation and secondary inspection nonce 3. A51 produce autocorrelation test and the second test nonce.)
- 2014-12-25 09:08:34下载
- 积分:1
-
fonc_masque
ce document a été oploadé par moi meme ce jour-ci à la compagnie du mr ayoub le plus grand 3atay que le monde a jamais connu!! merci pour votre attention,
- 2011-05-03 16:12:00下载
- 积分:1
-
MATLAB-Codes
simple example to learn matlab control flow structur
- 2013-02-03 04:57:08下载
- 积分:1
-
circular
digital signal processing code
- 2013-10-02 22:43:59下载
- 积分: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
-
check-the-signal-orthogonality
画出具有不同频率,相位的正弦信号及其DFT序列,并检验信号正交性(Draw different frequencies ,different phase of the sinusoidal signal ,and the DFT sequence, then check the signal orthogonality)
- 2015-04-17 16:43:09下载
- 积分:1
-
ocean-reverberation
描述如何仿真海底混响的文章,包括算法和原理(Articles describe how to simulate the bottom reverberation, including algorithms and principles of)
- 2012-08-20 19:03:30下载
- 积分:1