搜索资源列表
模糊控制
- 这是一个锅炉水位系统模糊控制的实例,里面详细说明了模糊控制的步骤,程序使用matlab编写的,使用前先看程序使用说明:)-This is an example of fuzzy control of reboilers water level. There are detailed information of fuzzy control steps. The program was developed by Matlab. Read attaced information before you
使用Matlab仿真模糊控制一级倒立摆程序示例
- 使用Matlab仿真模糊控制一级倒立摆程序示例
nnPID.rar
- 一本关于PID控制的好书,包含各种PID控制,经典PID,模糊PID,神经网络PID,灰色PID,多变量解耦PID。书中附有大量的基于Matlab的仿真程序。 ,A good book on PID control, including a variety of PID control, classical PID, fuzzy PID, neural network PID, gray PID, multivariable decoupling PID. Based on the book
fuzzyrule
- 模糊控制规则表的生成程序,用MATLAB的M文件编写。-Fuzzy control rule table generation process, with the preparation of MATLAB M-files.
FUZZY_CONTROL_METHOD_BASED_ON_TS_MODEL
- 单级倒立摆的 T-S 模型 包括 LMI 程序源码 ex6.m 模糊控制器S 函数ctrl ex6.m 被控对象S 函数plant-FUZZY CONTROL METHOD BASED ON T-S MODEL
chap4
- 水箱液位模糊控制仿真和sugeno模糊控制仿真程序-Tank level fuzzy control method and fuzzy control simulation program sugeno
fuzzy
- 模糊控制的算法设计,本程序已经经过调试,程序中有中文解析; -Fuzzy control algorithm design, this process has been debugging the program in Chinese analysis
fastFuzzy
- 这是一个基于模糊控制的温度控制的系统matlab仿真程序-This is a fuzzy control based on temperature control system simulation program matlab
fuzzycontrol
- 这个程序是我自己编写的小车倒立摆经典PID控制和模糊控制matlab程序,相信对初学模糊控制的朋友有不小的帮助,包含传统PID控制和模糊控制的对比,是一份内容详细的完整报告-This program is written in my own car classic inverted pendulum PID control and fuzzy control matlab program, I believe beginner friends of fuzzy control no small
Fuzzy
- 模糊控制的matlab程序,已经调试成功。包括C语言程序-Matlab fuzzy control procedures, has been debugged. Include the C language program
fuzzy
- 模糊控制仿真程序,可以仿真,以作业题目的形式,内附作业题目。-Fuzzy control simulation program can simulate, to work in the form of questions, containing assignment questions.
ex5_4
- 程序将模糊控制和传统的PID控制的性能进行了比较。-Fuzzy control program and the performance of traditional PID control are compared.
FUZZY-PID-report
- 详细的模糊控制报告,附程序和工具箱仿真,绝对实用-Detailed report of fuzzy control, with procedures and simulation toolbox is absolutely practical
fuzzy-control
- 模糊控制及其matlab仿真实例。包含程序。-Matlab fuzzy control and simulation examples. Contains the program.
模糊控制器的matlab程序
- matlab的m文件,该程序可以调用matlab自带的模糊控制工具箱fuzzy来建立想要的模糊规则
fuzzy_table
- 这个主要是针对倒立摆的模糊控制设计的MATLAB程序,是离散的(This major is designed in view of the fuzzy control of the inverted pendulum MATLAB, is discrete)
基于SIMULINK的模糊控制系统仿真程序
- 基于MATLAB下SIMULINK自带的模糊控制模块,实现模糊PID控制算法(Fuzzy PID control algorithm based on the SIMULINK self-contained fuzzy control module under MATLAB)
离散模糊控制MATLAB程序
- 通过输入隶属度表和模糊规则 自动生成模糊控制查询表的MATLAB程序(Automatically generate MATLAB program of fuzzy control query table by input membership table and fuzzy rules.)
fult
- 模糊控制的一个简单仿真程序,适合初学者入门使用(Fuzzy control of a simple simulation program, suitable for beginners to use.)
mohuPID
- PID模糊控制重要的任务是找出PID的三个参数 与误差e和误差变化率ec之间的模糊关系,在运行中不断检测e和ec,根据确定的模糊控制规则来对三个参数进行在线调整,满足不同e和ec时对三个参数的不同要求。(The important task of PID fuzzy control is to find out the fuzzy relation between the three parameters of PID and the error E and the error rate EC.