-
matlabcourse
说明: 哈尔滨工业大学著名教师matlab课程讲义(Harbin Institute of Technology renowned teachers matlab lecture notes)
- 2010-04-14 20:35:13下载
- 积分:1
-
anttsp
说明: 这是蚂蚁算法求解TSP的源代码,Matlab中实现。(This is the ant algorithm for TSP source code, Matlab achieve.)
- 2006-04-04 15:17:15下载
- 积分:1
-
matlabsmallsimples
一些MATLAB应用程序,MATLAB计算机模拟(Some MATLAB application, MATLAB simulation)
- 2011-05-15 12:50:13下载
- 积分:1
-
trykalman
“假设我们要研究的对象是一个房间的温度。根据你的经验判断,这个房间的温度是恒定的”
学习kalman滤波的朋友开始,很可能会在网上找到一篇“卡尔曼滤波器”的文章,而且有程序,但是发现程序和文章不匹配
我自己写了一个程序,和文章一致的,图也相同,初学的朋友可以看看(我自己也刚学几天,^_^)
另:我好像在没有下载权限的情况下突然收到了一个很需要的程序,虽然不明白原因,还是很感谢("If we are to the object of research is a room temperature. Based on the experience that The room temperature is a constant "learning Kalman filtering friends, is likely to find an online "Kalman filter," the article, but there are procedures, However, procedures and found the article does not match my own writing of a process, and the same article, the map is the same, Beginners friends can see (and I have a few days just learning ,^_^) another : I do not like the download under the competence of the suddenly received a great need of the procedure, although they do not understand why, still very grateful to the)
- 2006-09-26 10:26:04下载
- 积分:1
-
xory
模式识别:用于分类着力解决关于异或的问题(Pattern recognition: strive to solve the question of exclusive or used for classification)
- 2013-08-26 17:42:11下载
- 积分:1
-
New Folder
自适应滑模控制器设计,针对姿态控制的自适应滑模(Design of adaptive sliding mode controller)
- 2021-04-21 15:28:49下载
- 积分:1
-
wintech_training_2
闻亭公司培训DM642的内部资料一共有五天,里面包含讲解的ppt,文档,开发工具,课堂源码例子等。这是第二天内容.(Wintech DM642 training information, total of five parts, which contains explanations ppt, documentation, development tools, source code examples of class and so on.This is the second part.
)
- 2009-11-12 15:01:58下载
- 积分:1
-
sefaz
3phase fault in synchronous generator
- 2012-07-29 14:46:44下载
- 积分:1
-
digitalshiyan
数字信号处理,很多种变换,可以直接在matlab中运行,很好用(Digital signal processing, it is a variety of transformations, can be run directly in matlab, very good use)
- 2009-12-14 20:58:16下载
- 积分:1
-
STDPSO
粒子群算法,也称粒子群优化算法(Particle Swarm Optimization),缩写为 PSO, 是近年来发展起来的一种新的进化算法(Evolutionary Algorithm - EA)。(For each particle
____Initialize particle
END
Do
____For each particle
________Calculate fitness value
________If the fitness value is better than the best fitness value (pBest) in history
____________set current value as the new pBest
____End
____Choose the particle with the best fitness value of all the particles as the gBest
____For each particle
________Calculate particle velocity according equation (a)
________Update particle position according equation (b)
____End)
- 2015-03-13 09:28:14下载
- 积分:1