-
pid
pid控制仿真,基于matlab的一个PID的程序,打开就可使用(pid control simulation, based on a PID matlab program, ready to use)
- 2010-12-27 17:45:09下载
- 积分:1
-
doa
用七元线形天线阵ULA,实现传统波束形成法、Bartlett波束形成法、Capon波束形成法(failed to translate)
- 2011-05-05 23:09:42下载
- 积分:1
-
Time_estimation
利用广义互相关和循环互相关法估计时延,估计效果很好!(General cross relation time estimation)
- 2020-10-21 15:17:23下载
- 积分:1
-
opimize-code
设计Spectral methods、Probability and Stochastics等(Other design Spectral methods, Probability and Stochastics)
- 2013-12-07 18:46:20下载
- 积分:1
-
00311256
a paper about the power sustem ieee file
- 2013-07-26 16:33:25下载
- 积分:1
-
coding_for_AODV
this file contains the source code for AODV routing protocol but not its simulation.
- 2010-07-21 02:01:21下载
- 积分:1
-
Bayes-matlab-
MATLAB 模式识别的小程序,最小错误率Bayes分类器的设计与检验等(MATLAB pattern recognition applet, Bayes minimum error rate classifier design and inspection)
- 2011-07-06 20:58:19下载
- 积分:1
-
Kriging
克里格法(Kriging)是地统计学的主要内容之一,从统计意义上说,是从变量相关性和变异性出发,在有限区域内对区域化变量的取值进行无偏、最优估计的一种方法;从插值角度讲是对空间分布的数据求线性最优、无偏内插估计一种方法。(Kriging (Kriging) is one of the main geostatistics, statistically speaking, is the variable correlation and variability within a limited area of the value of regionalized variables unbiased, best a method for estimation speaking the perspective of a data interpolation spatial distribution of solving linear optimal, unbiased estimate of the interpolation method.)
- 2014-12-16 16:34:29下载
- 积分:1
-
proje
applied k means clustering for vector quanta and
used huffman for image compression matlab code
- 2010-06-06 21:18:48下载
- 积分:1
-
gold-sequence
m序列产生子函数
gold序列产生子函数
自相关函数和互相关函数计算子函数
调用子函数[s,k,pn]=m(c,b0)产生第二条m序列(function [Rm]=Rm(golda,goldb) 自相关函数和互相关函数计算子函数
N=11
n=2^N-1
Rm(1)=sum(golda.*goldb)/n
for k=1:n-1
Rm(k+1)=sum(golda.*circshift(goldb,[0,k]))/n
end
Rm )
- 2011-04-30 17:53:27下载
- 积分:1