-
使用模糊控制实现对一阶倒立摆的控制
使用模糊控制实现对一阶倒立摆的控制。其中包含有simulink连接图、已建立好的模糊系统以及最终结果。(Use fuzzy control to achieve an order inverted pendulum control. Contains simulink connection diagram, established the good fuzzy systems as well as the final results.)
- 2020-06-27 02:40:01下载
- 积分:1
-
Research-on-Agent
Research on Agent-Oriented Programming
- 2014-12-11 23:07:54下载
- 积分:1
-
matlab
matlab 的指令大集合,需要的时候可以(matlab command large collection, when necessary, can be)
- 2008-12-20 01:10:34下载
- 积分:1
-
chaotic-generation-simulation
the matlab code of the simulation of the chaotic generation with all-optical feedback
- 2012-06-06 23:29:51下载
- 积分:1
-
Speech
speech compression using fft
- 2013-02-03 12:44:11下载
- 积分:1
-
example_matlab_GUI
通过该实例可以很快掌握matlab GUI的编程方法。( You can be quickly grasped by the instance of the the matlab GUI programming method.)
- 2012-10-17 16:32:13下载
- 积分:1
-
SVPWMtested
这是一个可用的两电平,SVPWM仿真模型,大家可以看看(SVPWM simulik model)
- 2009-07-20 13:22:34下载
- 积分:1
-
TravelingProblem
说明: 这是旅行商问题的完全压缩包,很好用。算法的计算速度很快,而且收敛效果很好的。(This is the traveling salesman problem completely compressed package, very handy. Algorithm, and the calculation speed quickly effect is very good convergence.
)
- 2011-04-12 17:20:59下载
- 积分:1
-
Sensorless-Speed-Control-of-Independent-Dual-PMSM
Sensorless Speed Control of Independent Dual-PMSM Drives Fed by a Five-Leg Inverter
- 2013-05-16 18:01:43下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1