搜索资源列表
chap3_2s
- 此程序为模糊PID控制程序,自适应模糊PID控制器以误差e和误差变化率e 作为输入,可以满足不同时刻的e和e 对PID参数自整定的要求。利用模糊控制规则在线对PID参数进行修改,便构成了自适应模糊PID控制器。 -procedure for fuzzy PID control procedures, adaptive fuzzy PID controller error e and e error rate of change as input to meet the different m
fuzzypid2.rar
- 一个用simulink做的模糊PID自适应系统,FIS等都比较简单,适合初学者。通过与PID的比较曲线可以看出此系统更加优越。,A simulink do with self-adaptive fuzzy PID system, FIS are relatively simple, suitable for beginners. Comparison with the PID system curve can be seen even more superior.
fuzzyPID
- 一个matlab 的自适应模糊pid控制的实例-An adaptive fuzzy matlab examples of pid control
fuzzypid1
- 一个用simulink做的模糊PID自适应系统,通过三个模糊FIS:dkp,dki,dkd来分别控制Kp,Ki,Kd,以达到PID参数可自动调整的目的。-A simulink do with self-adaptive fuzzy PID system, through three fuzzy FIS: dkp, dki, dkd to control the Kp, Ki, Kd, in order to achieve automatic adjustment of PID paramete
simulink
- 自适应模糊PID控制的仿真文件和模糊规制-Adaptive fuzzy PID control and fuzzy simulation of regulatory documents
Fuzzy_PID
- 两个参数自适应模糊PID的例子,能用,效果不错-auo tuning of Fuzzy PID
FuzzyPAdaptivePRobustPPIDPController
- 适合用来学习模糊控制的源码。模糊自适应PID效果是非常不错。PID控制器,一种工业控制方式,比例积分微分控制规律(控制器数学模型G(S)=比例+微分+积分),经常用P表示比例,用I表示积分,用D表示微分。-Suitable for learning fuzzy control of the source. Fuzzy adaptive PID effect is very good. PID controller, an industrial control, PID control law (
FUZZYPID
- 将模糊控制和普通PID相结合,自适应模糊PID控制效果明显优于普通PID控制,绝对正确,下载就能用-PID fuzzy control and the general combination of adaptive fuzzy PID control is better than normal PID control, absolutely right, you can use to download
fuzzyPID
- 自适应模糊pid控制程序,使用前导入fis程序-Adaptive fuzzy pid control procedures, the use of the program before importing fis
Fuzzy_Tunning_PID_Control
- 模糊自适应控制的三容水箱问题的matlab编程,绘制了经自适应模糊PID控制之后水箱的输入、输出各参数曲线和各输入、输出参数的隶属函数曲线,以及模糊控制规则表-Fuzzy adaptive control of three tank water problems in MATLAB programming, drawn by adaptive fuzzy PID control water tank input, output parameters curve and input, output
fuzzyPID_last
- 模糊PIDmatlab仿真,自适应模糊PID控制器以误差e和误差变化ec作为输入,以满足不同时刻的e和ec对PID参数的自整定要求,最终达到控制系统的稳定状态-fuzzy PID
kongzhi
- 实现了PID控制与自适应模糊PID控制的比较 亲测simulink仿真结果 -Adaptive fuzzy PID control
fuzzyPID
- 模糊PID控制器matlab simulink仿真,自适应模糊PID控制的仿真文件和模糊规制编写-Fuzzy PID controller matlab simulink simulation, simulation of adaptive fuzzy PID control and fuzzy regulatory documents prepared
模糊自适应PID控制建模
- 关于模糊PID的仿真以及与普通PID的结果比较(Simulation comparison of fuzzy PID)
辽宁某学院模糊pid仿真
- 这是我根据百度文库中一片辽宁某学院的本科毕设论文还原的二阶传递函数模糊pid控制、pid控制的代码。真实有效。(This is the two - order transfer function fuzzy PID control and PID control code that I have reduced according to an undergraduate thesis of a Liaoning college in the Baidu library. True and eff
_模糊PID控制器设计及MATLAB仿真
- MATLABPID模糊控制器设计仿真m本文将模糊控制和 PID 控制结合在一起,根据各自的特点构造了一个自适应模糊 PID 控制系统, 并在 MATLAB 中的模糊逻辑工具箱和 SIMULINK 基础上对该控制系统进行了仿真研究。(MATLAB fuzzy controller)
自适应模糊PID控制模型
- 将模糊自适应控制与PID控制算法结合起来,建立模型并利用simulink进行仿真。(Combining fuzzy adaptive control with PID control algorithm, the model is built and simulated in simulink.)
FuzzPID
- 模糊自适应整定PID仿真程序。自适应模糊PID控制器以误差e和误差变化ec作为输入,可以满足不同时刻的e和ec对PID参数自整定的要求。(Fuzzy Adaptive Tuning PID Control.)
平衡车模糊PID控制
- 模糊PID即自适应PID,通过本程序可实现对平衡车模糊PID的优化控制,针对二阶的传递函数(This procedure can realize the optimal control of fuzzy PID)
控制理论与科学-自适应模糊PID控制
- 针对双容水箱液位会受到外界环境干扰和内部摄动的影响,导致水箱液位出现较大波动等问题,提出将模糊控制技术与PID控制相结合的自适应水箱液位控制方法,设计出自适应模糊PID控制器。