Welcome![Sign In][Sign Up]
Location:
Search - fuzzy_control

Search list

[Other resourcefuzzy_control

Description: 模糊控制程序 设计带有纯延迟的一阶惯性环节 的模糊控制器,观察仿真结果。 -fuzzy control procedures designed with a pure delay in the order inertia part fuzzy controller observed simulation results.
Platform: | Size: 8528 | Author: zhangwei | Hits:

[matlabfuzzy_control

Description: 模糊控制程序 设计带有纯延迟的一阶惯性环节 的模糊控制器,观察仿真结果。 -fuzzy control procedures designed with a pure delay in the order inertia part fuzzy controller observed simulation results.
Platform: | Size: 8192 | Author: zhangwei | Hits:

[AI-NN-PR27796729fuzzy_control

Description: 模糊控制matlab仿真-Fuzzy control simulation matlab
Platform: | Size: 8192 | Author: 王小 | Hits:

[SCMFuzzy_Control

Description:
Platform: | Size: 5120 | Author: 方晗炜 | Hits:

[Otherfuzzy_control

Description: 单片机模糊算法的详细资料,有关如何在单片机上实现模糊理论控制!-single microcontrol fuzzy arithmetic information!
Platform: | Size: 6307840 | Author: 随风 | Hits:

[AI-NN-PRfuzzy_control

Description: 基于模糊控制的自动配煤程序,分为流量模糊控制和配比模糊控制两个模块。-automatic blending process Based on fuzzy control , the algorithm is divided into fuzzy flow control and fuzzy ratio control.
Platform: | Size: 8192 | Author: 蓝逸尘 | Hits:

[matlabFuzzy_control

Description: 一个比较详细的模糊控制程序开发实例,很适合初学者!-A more detailed example of fuzzy control program development, it is suitable for beginners!
Platform: | Size: 8192 | Author: hjq | Hits:

[Otherfuzzy_control

Description: 模糊控制技术(重大),模糊控制方面非常经典的一本书-Fuzzy Control Technology (significant), fuzzy control is the classic book
Platform: | Size: 3387392 | Author: 朱晓晓 | Hits:

[matlabfuzzy_control

Description: 题目:已知被控对象为 1/(10s+1)*exp(-0.5s)。假设系统给定为阶跃值r=30,采样时间为0.5s,系统的初始值r(0)=0。试分别设计: (1)常规的PID控制器; (2)常规的模糊控制器; 分别对上述2种控制器进行Matlab仿真,并比较控制效果 -Topic: Known charged object is 1/(10s+1)* exp (-0.5s). Assume that the system is given as the step value r = 30, the sampling time of 0.5s, the system the initial values ​ ​ of R (0) = 0. Trial were designed: (1) conventional PID controller (2) conventional fuzzy controller Matlab simulation of the two kinds of controllers, respectively, and compare the control effect
Platform: | Size: 172032 | Author: Youyou | Hits:

[BooksFuzzy_Control

Description: Fuzzy Logic Toolbox is a collection of functions built on the MATLAB® numeric computing environment. It provides tools for you to create and edit fuzzy inference systems within the framework of MATLAB, or if you prefer, you can integrate your fuzzy systems into simulations with Simulink® . You can even build stand-alone C programs that call on fuzzy systems you build with MATLAB. This toolbox relies heavily on graphical user interface (GUI) tools to help you accomplish your work, although you can work entirely from the command line if you prefer.
Platform: | Size: 83968 | Author: mehdi | Hits:

[matlabFUZZY_CONTROL

Description: 1/4半自动悬架,matlab/simulink仿真-1/4 semi-automatic suspension, matlab/simulink simulation
Platform: | Size: 10240 | Author: xiejianghao | Hits:

[matlabfuzzy_control

Description: 单交叉口经典模糊控制matlab代码,毕业设计的东西,搞得好辛苦啊-Single Intersection classic fuzzy control matlab code graduation design stuff, good job hard ah
Platform: | Size: 6144 | Author: 肖超 | Hits:

[matlabFuzzy_control-

Description: 自己设计的一个模糊逻辑控制器,利用simulink模块进行仿真。 请注意在仿真之前先在matlab command window里输入 load fuzzy.dis 进行预读取-Own design a fuzzy logic controller using simulink simulation module. Please note that the first input load fuzzy.dis before simulation in matlab command window in the pre-read
Platform: | Size: 56320 | Author: TX | Hits:

[matlabfuzzy_control

Description: 用MATLAB编写的离散模糊控制程序,结合本程序,我相信能能更快更好的理解模糊控制算法。算法在MATLAB Version: 7.14.0.739 (R2012a)运行无误。 function [FCU_T1,FCU_T2,FCU_T3,FCU_T4]=fuzzy_table(Me,Mec,Mu,UC) Me 隶属度表1 Mec 隶属度表2 Mu 隶属度表3 UC 模糊规则 FCU_T1 重心加权法,输出精确值 FCU_T2 重心加权法,输出离散值 FCU_T3 重心加权法(对隶属度平方),输出离散值 FCU_T4 最大隶属度法 function [R,n,nE,nEC,nU,nfe,nfec,nfu]=fuzzy_relation(Me,Mec,Mu,UC) Me 隶属度表1 Mec 隶属度表2 Mu 隶属度表3 UC 模糊规则 R 表示全体规则构成的模糊关系 n=nfe×nfec nE 模糊变量E的语言值个数 nEC 表示模糊变量EC的语言值个数 nU 表示模糊变量U的语言值个数 nfe 表示E的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6} nfec 表示EC的等级量个数,示例1中其论域为{-6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6} nfu 表示U的等级量个数,示例1中其论域为{-7 -6 -5 -4 -3 -2 -1 0 1 2 3 4 5 6 7} Me 表示E的隶属度表 Mec 表示EC的隶属度表 Mu表示U的隶属度表 UC表示规则表-fuzzy control algorithm(matlab program)
Platform: | Size: 4096 | Author: yangxiao | Hits:

[matlabfuzzycontrol

Description: 以传递函数为对象,写了一个模糊控制的matlab程序,直接可用,纯代码实现。(matlab codes about fuzzy_control)
Platform: | Size: 1024 | Author: 卖黄瓜 | Hits:

CodeBus www.codebus.net