-
Kmen
Kmen is very popular algorithm
- 2011-02-14 16:48:15下载
- 积分:1
-
orbit.m
Displays the orbit of a LEO satellites
- 2013-01-09 00:22:10下载
- 积分:1
-
ZCR
autocov computes the autocovariance between two column vectors X and Y with same length N using the Fast Fourier Transform algorithm from 0 to N-2.
The resulting autocovariance column vector acv is given by the formula:
acv(p,1) = 1/(N-p) * sum_{i=1}^{N}(X_{i} - X_bar) * (Y_{i+p} - Y_bar)
where X_bar and Y_bar are the mean estimates:
X_bar = 1/N * sum_{i=1}^{N} X_{i} Y_bar = 1/N * sum_{i=1}^{N} Y_{i}
It satisfies the following identities:
1. variance consistency: if acv = autocov(X,X), then acv(1,1) = var(X)
2. covariance consistence: if acv = autocov(X,Y), then acv(1,1) = cov(X,Y)
- 2013-05-26 22:12:50下载
- 积分:1
-
ConcreteBone2d
随机骨料生成(Matlab建立的混凝土骨料随机投放模型)(concrete bone 2d model)
- 2014-07-10 02:55:46下载
- 积分:1
-
bp
说明: 用多层前向网络的BP算法拟合函数
说明:1)网络结构为三层(输入层、1个隐层和输出层);
2)获取两组数据,一组作为训练集,一组作为测试集;
3)用训练集训练网络;
4)用测试集检验训练结果。(Fitting the function with BP algorithm of multilayer forward network)
- 2017-08-08 15:43:17下载
- 积分:1
-
ofdmmatlab5
ofdm matlab implementation details
- 2009-04-06 18:51:05下载
- 积分:1
-
NOCOOP
这个代码是matlab仿真的在没有协作用户的情况下,进行的误码率性能仿真。(Matlab simulation of this code is the collaboration of users in the absence of circumstances, to carry out simulation of BER performance.)
- 2009-04-08 19:10:43下载
- 积分:1
-
Tuxiangfanzhuan
用matlab编写的图像反转程序,编写的目的主要是为模式识别整理样本而用,希望对大家有帮助。(Prepared using matlab image reversal process, the preparation of the main objective is to order samples and to use pattern recognition, in the hope you help.)
- 2009-12-22 11:46:29下载
- 积分:1
-
linearprogram
线性规划算法,来自于《精通MATLAB最优化计算》(linear program )
- 2010-01-04 11:25:18下载
- 积分:1
-
kalmanfilter
卡尔曼滤波器的演示程序 可以运行的 仅仅是演示(Kalman filter demo program can run only a demo)
- 2013-12-08 21:27:46下载
- 积分:1