搜索资源列表
fuzzy-PID
- 将PID 控制与模糊控制的简便性、灵活性以及鲁棒性融为一体,构造了一个参数自整定模糊PID 控制器. 通过模糊控制规则在线调整PID 控制器的参数,并利用MATLAB 语言结合具体实例方便而快速地实现了该控制器的计算机仿真. 仿真结果表明:该控制方法提高了控制系统的动、静态特性,使系统获得了较好的性能.
FuzzyPID
- 模糊PID控制源程序.采样时间为1ms,在第300个采样时间时控制器输出加1.0的干扰.-Fuzzy PID control of the source code. Sampling time of 1ms, at No. 300 when the controller output sampling time add 1.0 interference.
fuzzpid
- 用matlab 来仿真模糊pid控制器,对学习pid有一定的帮助-fuzzy pid controller
fuzzyPID2
- 另外一个模糊pid控制器matlab程序,没有用到simulink,但也很实用,希望对大家有所帮助!-good
fuzzy-PID
- 模糊PID控制器设计源程序,已在matlab中运行通过,有良好的控制效果-Fuzzy PID controller design source, has been run by matlab, good control effect
pid
- 模糊PID控制器的MATLAB仿真程序 模糊控制器内部原理图,以及2个输入,1个输出的隶属度函数图。 -Fuzzy PID controller MATLAB simulation program internal schematic diagram of fuzzy controller, and two inputs, one output membership function chart.
fuzzy
- 模糊PID控制器设计 针对二阶传递函数,设计一个模糊控制器-fuzzy PID controller design
fuzzyPID
- 模糊PID控制算法控制系统,先运行fuzz文件把模糊控制器保存在a2里,再运行fuzzc文件。-Fuzzy PID control algorithm control system, first run the fuzz files stored in the fuzzy controller, a2, the re-run fuzzc file.
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 (
Fuzzy-PID-Controller-Design
- 模糊自整定PID控制器设计。 本资料含有详细的PID控制器算法M文件、Simulink模型搭建、模糊控制器设计以及相应的技术文档分析。相信对您一定很有帮助-Fuzzy self-tuning PID controller design. This information contains details of the PID controller algorithm M files, Simulink models to build, fuzzy controller design and
fuzzy-pid
- 模糊PID控制器的设计,matlab仿真-fuzzy-pid controller design
模糊自整定PID控制器MATLAB仿真
- 模糊自整定PID控制器设计,基于MATLAB仿真实例,附上代码。(Fuzzy pid control example, based on MATLAB,it changs its Kp,Ki,Kd automatically.)
新的模糊控制
- 模糊PID控制控制器应用于温度控制系统的仿真(Simulation of fuzzy PID controller applied to temperature control system)
FuzzyAdrc
- 在自抗扰的基础上,增加了模糊控制,通过经验积累,设置模糊pid控制器,使得控制效果更加明显(On the basis of self disturbance rejection, the fuzzy control is added, and the fuzzy PID controller is set up through experience accumulation, which makes the control effect more obvious.)
_模糊PID控制器设计及MATLAB仿真
- MATLABPID模糊控制器设计仿真m本文将模糊控制和 PID 控制结合在一起,根据各自的特点构造了一个自适应模糊 PID 控制系统, 并在 MATLAB 中的模糊逻辑工具箱和 SIMULINK 基础上对该控制系统进行了仿真研究。(MATLAB fuzzy controller)
模糊控制例程
- 利用simulink和模糊工具箱建立模糊控制器,实现模糊控制,模糊PID控制,模型参考自适应控制等(The fuzzy controller is built by Simulink and fuzzy toolbox to realize fuzzy control, fuzzy PID control, model reference adaptive control and so on.)
模糊控制
- matlab 实现模糊PID控制,将PD控制器输入输出数据作为专家操作试验数据,分别设计Mamdany型和T-S型模糊控制器,进行仿真计算(fuzzy PID controller based on matlab)
FuzzPID
- 模糊自适应整定PID仿真程序。自适应模糊PID控制器以误差e和误差变化ec作为输入,可以满足不同时刻的e和ec对PID参数自整定的要求。(Fuzzy Adaptive Tuning PID Control.)
水位
- 设计一个模糊PID控制器,使其可是实现对水位的优化控制。结论证明,模糊PID控制系统优于传统PID控制系统。(Design a fuzzy PID controller to achieve optimal control of the water level. The conclusion proves that the fuzzy PID control system is superior to the traditional PID control system.)
控制理论与科学-自适应模糊PID控制
- 针对双容水箱液位会受到外界环境干扰和内部摄动的影响,导致水箱液位出现较大波动等问题,提出将模糊控制技术与PID控制相结合的自适应水箱液位控制方法,设计出自适应模糊PID控制器。