-
samsung_monitor_jig_3.0b_534
SAMSUNG LCD FIRMWARE
- 2012-09-12 07:47:35下载
- 积分:1
-
ml_digest_examples
Tutorial and multiple Simulink examples regarding the integration of m-Files into Simulink models.
- 2009-10-29 01:27:19下载
- 积分:1
-
TFDToolbox
时频分析工具,经典工具箱,包括短时傅里叶变换等实用函数 (Time-frequency analysis tools, classic toolbox, including the short time Fourier transform and other utility functions)
- 2010-05-19 18:14:42下载
- 积分:1
-
dfa-anal66-
除趋势波动分析,非常好的分析工具。除趋势波动分析,非常好的分析工具(distrend fluctuation analysis, very good analysis tool)
- 2012-04-21 11:15:17下载
- 积分:1
-
debmirror_ubuntu.tar
Code for create a mirror for Ubuntu.
- 2014-10-02 02:43:53下载
- 积分: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
-
NoDiversity(1Tx1Rx)Alamouti(2Tx1Rx)_andMaximal-Rat
不分集、STBC编码与最大比合并性能比较(Regardless of set, STBC coding and maximal ratio combining performance comparison)
- 2010-11-17 20:32:25下载
- 积分:1
-
Exmpl_1
无线通信多输入多输出(MIMO)系统的仿真程序。包括程序解释和源代码。-wireless communications multiple-input multiple-output (MIMO) systems simulation program. The procedures and explain the source code.
- 2012-05-01 11:27:21下载
- 积分:1
-
20060403_getpacketnt
windows环境下的截包代码,学习用,很有价值(windows environment cut package code, learn to use, great value)
- 2007-09-25 13:55:10下载
- 积分:1
-
MSK
matlab实现msk调制与解调,上传供大家分享,有图有真相。(Matlab realize MSK modulation and demodulation
)
- 2015-03-10 19:14:21下载
- 积分:1