-
DTC
运用于风力发电系统的直接转矩系统仿真源代码,绝对RUN的起来(Used in wind power generation system of direct torque control system simulation source code, the absolute RUN' s up)
- 2009-12-23 12:33:17下载
- 积分:1
-
PV_Grid_System
bess pscad baterry pscad
- 2013-08-08 21:19:44下载
- 积分:1
-
GPS卡尔曼滤波跟踪算法GPS_Kalman
用matlab编写的GPS卡尔曼滤波跟踪算法,可用于GPS导航里目标跟踪估计等,非常好用!(Prepared using matlab GPS Kalman filter tracking algorithm can be used for GPS navigation in target tracking estimation, very easy to use!)
- 2020-07-08 10:48:56下载
- 积分:1
-
lag2fqd
拉格朗日算法已知三组温度与压力数据:(3,53.5) (4,55.3) (5,56.2)求4.15对应的值为55.492375,结果正确。如果将以上数组顺序颠倒,已知压力55.492375求对应的温度,结果为4.185739,可以看到上下两个结果误差较大,就是说不能象这样去颠倒顺序去求值的。但是实际上我们可能经常要求知道压力去求温度,那么遇到这样的情况,只能采用试算法:一种简单的方法就是二分法迭代,书上都有介绍就不多讲了。(Lagrange method已知三组温度与压力数据:(3,53.5) (4,55.3) (5,56.2)求4.15对应的值为55.492375,结果正确。如果将以上数组顺序颠倒,已知压力55.492375求对应的温度,结果为4.185739,可以看到上下两个结果误差较大,就是说不能象这样去颠倒顺序去求值的。但是实际上我们可能经常要求知道压力去求温度,那么遇到这样的情况,只能采用试算法:一种简单的方法就是二分法迭代,书上都有介绍就不多讲了。)
- 2010-11-09 23:13:14下载
- 积分:1
-
PD_simulation
说明: 数字预失真的程序,很不错的,运用直接训练法,效果不错(Digital pre-distortion process, very good, the use of direct training method, good results)
- 2010-04-13 19:32:44下载
- 积分:1
-
112
this book introduces some basic theories about radar and uses matlab simulating some of them.
- 2013-09-13 22:02:42下载
- 积分:1
-
line200
There are 200 random lines. This program is used to calculate how many intersection points they have.
- 2013-11-08 01:44:24下载
- 积分:1
-
the-file-of--signal-and-system
关于信号与系统的习题MATLAB编程,希望对大家有用。(some files about signal and system )
- 2013-04-24 09:11:03下载
- 积分: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
-
optimization-20examples
遗传算法中二十个非常经典的原代码,可以直接运行。(ga optimization-20 examples。I can be useful to the new learner of Ga mutiobject optimization. )
- 2009-02-25 11:23:16下载
- 积分:1