-
kalman
用matlab实现简单的kalman滤波器,适合于初学者入门使用(Achieved with a simple matlab kalman filter, suitable for beginner to use)
- 2010-11-12 20:08:46下载
- 积分:1
-
SENOS
Sines. Sum sines. Every operations with sines and cosines.
- 2013-11-03 08:02:06下载
- 积分:1
-
tixingguanzi2
分析了支持向量回归机在能源需求预测中的优势,确定了输入向量集合和输出向量集合,建立了基于Matlab技术的SVR能源需求预测模型.对我国1985-2008年能源需求相关数据进行模拟与仿真,并对中国2010年和2020年能源需求量进行预测.研究结果表明:一是中国未来对能源的需求量逐渐增加,从2010年的330400万吨标准煤上升到2020年418320万吨标准煤,年均增长率为2.39%;二是在解决我国能源系统小样本.非线性及高维模式识别问题中SVR比BP神经网络等方法有更高的预测精度.(Support vector regression analyzes advantage in energy demand forecast to determine the set of input vectors and output vector set, established SVR energy demand forecasting model based on Matlab technology. Energy demand for our 1985-2008 related data modeling and simulation , and China in 2010 and 2020 energy demand forecast results show that: First, China s increasing demand for energy in the future, from 3.304 billion tons of standard coal in 2010 rose to 4.1832 billion tons of standard coal in 2020, average annual growth rate of 2.39 second is to solve our energy system small sample nonlinear and high dimensional pattern recognition problem SVR higher prediction accuracy than the BP neural network method.)
- 2014-01-09 14:11:20下载
- 积分:1
-
XT10_4
本程序主要针对LMS自适应算法进行了学习,包括收敛曲线,学习曲线,平均收敛轨迹。(This program mainly studies LMS adaptive algorithm, including convergence curve, learning curve, average convergence trajectory.)
- 2018-03-21 20:58:50下载
- 积分:1
-
GMSK_matlab
GMSK调制解调例程,采用了相位滤波的算法,供参考。(GMSK modulation and demodulation routines, using phase filtering algorithm, for reference.)
- 2009-12-28 11:51:39下载
- 积分:1
-
emgm
EM算法用于高斯混合模型,实现数据的精确分类(The EM algorithm for Gaussian mixture model, the exact classification of the data)
- 2012-05-29 21:00:53下载
- 积分:1
-
matlabplotcube
在Matlab中实现三维立方体的绘制。你可以选择不同的方向,大小,旋转,颜色和透明度。(This function plots a 3D-Cube.
You can choose the orientation, size, rotaion, colors and transparency.)
- 2013-09-02 19:51:16下载
- 积分:1
-
w3school_AngularJS_flygon_20141001
w3school AngularJS教程 飞龙整理 20141001(w3school AngularJS flygon 20141001)
- 2014-10-01 02:41:49下载
- 积分:1
-
dalin
matlab环境下大林控制算法源程序,对具有滞后的系统较为适用,效果良好(Dalin control algorithm matlab source environment, the system is more suitable with a lag, to good effect)
- 2011-11-30 19:48:32下载
- 积分:1
-
zdl
运用matlab编程求最短路径的算法a=xlsread( D:数据.xls ) 调入数据
n=size(a,1)
for i=1:n
for j=1:n
if a(i,j)==1000
a(i,j)==inf 不相邻点之间的距离赋值为无穷大
(The shortest path)
- 2011-12-29 12:47:27下载
- 积分:1