-
04408441
研究脑电的经典文章,国外大牛写的,值得推荐,研究脑电信号处理的方法(EEG studies classic article, written by Daniel abroad, it is recommended to study the EEG signal processing methods)
- 2013-08-11 10:58:02下载
- 积分:1
-
simulation-QAM
explaination with codes of Quadrature Amplitude Modulation
- 2013-12-04 04:49:13下载
- 积分:1
-
CDF
cdf matlab code for Digital Image Processing cource
- 2014-02-17 22:53:40下载
- 积分:1
-
快速动目标检测参考程序论文
说明: 利用rt实现快速动目标检测参考程序,使用DPCA实现杂波抑制(Implementation of reference program for fast moving target detection by RT)
- 2021-04-23 10:48:48下载
- 积分: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
-
lagrange_interpolation_6_2
MATLAB 实现拉格朗日插值算法 (Lagrange interpolation algorithm in MATLAB)
- 2011-11-29 21:19:03下载
- 积分:1
-
tongxinyewuliang
通信网中,经过对分析的编程仿真,对爱尔兰B公式以及爱尔兰C公式有了更深的认识,也对通信业务分析的方法也加深了理解,并且利用Matlab GUI 编程验证了算法的正确性。(Communication network, through simulation analysis on programming, Ireland Ireland B formula and the formula C a deeper understanding of methods for the analysis of communication services also deepened the understanding and use of Matlab GUI programming to verify the correctness of the algorithm.)
- 2013-12-29 23:56:45下载
- 积分:1
-
EXAMPL_2
AMI码的功率谱,通过仿真产生AMI码并且绘制其功率谱图。(AMI code power spectrum, generated by simulation AMI code and mapping of its power spectrum.)
- 2020-07-04 19:40:02下载
- 积分:1
-
the-prediction-of-missing-links
对任意给定的n顶点的复杂网络的最大似然函数法链路预测(分层随机图)(Any given n vertices complex network maximum likelihood function method link prediction (stratified random map))
- 2013-05-22 00:35:32下载
- 积分:1
-
hc_namednodemapchildnoderange
Create a NamedNodeMap object from the attributes of the last child of the third "p" element and traverse the list from index 0 thru length -1.
- 2014-05-19 22:59:38下载
- 积分:1