搜索资源列表
T-S_module
- 基于T-S模型的预测控制。为Matlab文件,附有模型说明。
fnn
- 经典的模糊神经网路m程序,采用T-S模型,自适应反传算法
模糊T-S预测控制的matlab代码
- 模糊T-S预测控制的matlab代码,实现基于模糊模型辨识的广义预测控制-TS fuzzy matlab code predictive control, fuzzy model identification-based generalized predictive control
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
fuzzycontroler
- 模糊控制算法的一个Simulink模型,可运行,供共同学习和交流-Fuzzy control algorithm, a Simulink model to run for the common learning and exchange
TS_model
- 进行T-S模型的离线辨识程序,只需要有数据,直接代入就可以辨识出T-S模型的center以及后件参数,非常实用,并有误差曲线提供分析-offline T-S fuzzy model identification,a erorr map is provided for T-S model effectivity analysis.
3_9
- 使用模糊控制来实现单级倒立摆的控制仿真。使用了sugeno 模型来完成-The use of fuzzy control to achieve a single-stage inverted pendulum control simulation. Sugeno model used to complete the
Collaborativefuzzyclusteringmodel
- 协同模糊聚类建模通过特征选择和协同模糊聚类的模糊建模方法构建T-S模型,并用此模型对数据进行测试。-Collaborative fuzzy clustering modeling and collaboration through the feature selection fuzzy clustering TS fuzzy modeling method to build models and use this model of data for testing.
fuzzycontrol
- 使用模糊算法的PID控制一阶倒立摆,通过使用模糊控制中的T-S模型得以实现-The methods control the Simple Inverted Pendulum by fuzzy control
leastsquare
- 此代码通过matlab实现最小二乘回归线性模型参数功能-least square
FuzzyShuixiang
- 这个程序是一个模糊逻辑控制器,用来控制一个简单的水箱模型,比较简单,是我自己设计的,或许能够给大家一些帮助。-This process is a fuzzy logic controller, used to control a simple tank model, relatively simple, is my own design, may be able to give you some help.
123
- 提出了一种利用模糊控制器进行倒立摆控制的方法,建立了倒立摆的数学模型,并进行了计算机仿真,仿真结果表明,该方案可以得到较为满意的结果。
trn_2in
- 模型辨识 模糊神经网络 T-S模型 输入输出 前提参数 结论参数-Model Identification of TS Fuzzy Neural Network model input and output parameters of the premise parameters Conclusion
trn_1in
- 模型辨识 模糊神经网络 T-S模型 输入输出 隶属度函数-Model Identification of TS Fuzzy Neural Network model input and output membership function
T_S_anfis
- 本文研究了模糊系统和神经网络这两种人工智能方法的长处和短处,并将它们有机地结合在一起。将基于T-S模型的模糊神经网络应用于水质评价中,取得了较好的效果,为水质评价提供了一个新的方法。 -In this paper, fuzzy systems and neural network artificial intelligence methods both strengths and weaknesses, and they are organically combined. TS model
T-S_FUZZY_MODEL
- 基于T-S模糊模型的PDH算法,文件里包含一个实例,以便理解。-PDH algorithm based on TS fuzzy model, the file contains one instance, in order to understand.
t-sGPC
- 基于T-S模型的广义预测控制,呈持续可以直接运行-Generalized predictive control program based on T-S model
T-S-mohumoxing
- 这里是基于T-S(Sugeno)模型的倒立摆模糊控制程序。可以运行。-Here are handstand based on TS (Sugeno) model of the pendulum fuzzy control procedures. You can run.
t-s-fuzzy
- 一种基于T-S模糊模型线性系统控制锥补线性化程序代码 -t-s fuzzy
万门大学强化学习算法代码RW模型+TD模型
- 万门大学,强化学习,rw模型算法代码实现, V(CS) = V(CS) + A * ( V(US) * us - V(CS) * cs ) td模型, V(s{t}) = V(s{t}) + a[R(t+1) + rV{S(t+1)} - V{S(t)}](In the intensive learning of the University of Wan men, the RW algorithm, the python implementation, the algorithm f