CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - fuzzy - pid

搜索资源列表

  1. fuzzy-pid3

    0下载:
  2. 参数自调整模糊PID调节器的仿真研究.pdf -fuzzy-pid
  3. 所属分类:Project Design

    • 发布日期:2017-05-02
    • 文件大小:556085
    • 提供者:carrick
  1. fuzzyPIDusingmatlab

    0下载:
  2. 模糊PID的MATLAB仿真...应用模糊逻辑理论在线修正P,I,D的三个参数-MATLAB simulation of the fuzzy PID fuzzy logic theory ... applications online amendment P, I, D of the three parameters
  3. 所属分类:software engineering

    • 发布日期:2017-04-16
    • 文件大小:247841
    • 提供者:wuxin
  1. PI_motor_control

    1下载:
  2. ebook about PID motor control include some methode for controlling motor by PID algorithm such as:fuzzy pid,nomarl pid(nichol-ziegler pid ),digital pid-ebook about PID motor control include some methode for controlling motor by PID algorithm such as:
  3. 所属分类:Other systems

    • 发布日期:2017-05-23
    • 文件大小:7462713
    • 提供者:blissfm
  1. fuzzy-pid

    0下载:
  2. 模糊控制理论在汽车中的应用一、概述 二、在汽车上的应用方面 三、举例说明在汽车空调当中的应用 四、简要介绍在其他方面的应用 -Fuzzy control theory in the application of a vehicle, an overview of the Second, in the car on the three applications, for example in the application of automotive air-co
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-31
    • 文件大小:496286
    • 提供者:lianyongle
  1. Fuzzy_immune_PID_control_algorithm

    0下载:
  2. 模糊免疫 PID 控制算法,在模糊控制的基础上,增加了免疫因子,能获得更好的控制效果-Fuzzy immune PID control algorithm, in the basis of fuzzy control, an increase of immune factors that can effect a better control
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-02
    • 文件大小:1421
    • 提供者:andy
  1. FuzzyPIDlevel

    0下载:
  2. fuzzy variable PID prameter control for level systems and tempeture control system
  3. 所属分类:SCM

    • 发布日期:2017-04-26
    • 文件大小:8633
    • 提供者:tien
  1. PID

    0下载:
  2. 本代码是基于MATLAB的模糊pid的仿真程序,经测试可以运行。-The code is based on the MATLAB simulation of the fuzzy pid process can run through the test.
  3. 所属分类:Applications

    • 发布日期:2017-04-06
    • 文件大小:6607
    • 提供者:john
  1. FuzzyintervetionPIDcontrollerdesign

    0下载:
  2. The advantage of static controllers i n their simple structure, however, their performance is not good. Therefore, in fact, the fundamental fuzzy controller is often combined with conventional ones (e.g., PID controller) to create a dynamic fuzzy con
  3. 所属分类:SCM

    • 发布日期:2017-04-06
    • 文件大小:7295
    • 提供者:tien
  1. fuzzy_inference

    0下载:
  2. VHDL模糊PID控制器模糊推理,推理结果:直接用经验值输出。-Fuzzy PID controller VHDL fuzzy reasoning, reasoning results: the direct use of the experience of the value of output.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-28
    • 文件大小:2000
    • 提供者:Huanggeng
  1. PID

    0下载:
  2. 文件中是 MATLAB的模糊 PID控制程序。主要是用一个模糊控制表来进行查询-Paper is MATLAB Fuzzy PID control procedures. Is a fuzzy control query table
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3961
    • 提供者:何勇
  1. yuanlaideqiehuan

    0下载:
  2. 自己做的matlab的实现FUZZY和PID控制互相切换的仿真-Matlab own realization of the FUZZY and PID control to switch the simulation with each other!!
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:7896
    • 提供者:asdasda
  1. fuzz-pid

    3下载:
  2. 基于真空炉的自整定模糊控制算法,对传统的PID控制算法有很大的提升。-Vacuum Furnace Based on the self-tuning fuzzy control algorithm, the traditional PID control algorithm greatly improved.
  3. 所属分类:software engineering

    • 发布日期:2015-04-23
    • 文件大小:72618
    • 提供者:lijie
  1. fuzzy-PID

    3下载:
  2. 模糊PID控制器设计源程序,已在matlab中运行通过,有良好的控制效果-Fuzzy PID controller design source, has been run by matlab, good control effect
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:4633
    • 提供者:孙明坤
  1. fuzzy

    0下载:
  2. 模糊控制得matlab仿真程序,主要做模糊控制仿真学习使用简单易懂。-Fuzzy control with matlab simulation program, the main job of fuzzy control simulation study using simple to understand.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:1141
    • 提供者:刘金雷
  1. flctunePID

    0下载:
  2. fuzzy tune PID control DC motor
  3. 所属分类:Embeded-SCM Develop

    • 发布日期:2017-04-16
    • 文件大小:9901
    • 提供者:quoc nam
  1. fuzzy

    0下载:
  2. 研究模糊算法时编写的一个小函数,曾经用于第一版XUFO上的模糊控制器,优点是计算量小,简单易用,缺点是适应性不够强,不能满足高精度的需要。建议在使用的时候可以加入误差积分,形成简易模糊PID的架构,可以提高稳定时的精度。 -Study of fuzzy algorithms written a small function, has been used in the first edition of XUFO on the fuzzy controller, the advantage of c
  3. 所属分类:transportation applications

    • 发布日期:2017-04-01
    • 文件大小:1533
    • 提供者:simon
  1. Fuzzy_PID_Control_of_Stepping_Motor

    0下载:
  2. 摘要:由于步进电动机调速系统具有非线性等特点,使得利用简单模糊控制与传统PID控制精度不高,因此文中提出利用模 糊PID控制器实现对步进电动机调速系统进行控制的方法,并设计了模糊PID控制器。文中首先建立了步进电动机的数学 模型,并根据数学模型推导了其传递函数 然后介绍了模糊PID控制器结构,以及模糊控制规则的生成方法,并且对该控制 方案进行数字仿真。仿真结果表明:该方法调节精度较高,动态响应快,无超调,有一定的可行性。 -Abstract: As the stepper mot
  3. 所属分类:Project Design

    • 发布日期:2017-04-01
    • 文件大小:137729
    • 提供者:孙文
  1. MATLAB-basedControlSystemAnalysis

    0下载:
  2. 锅炉汽包水位控制系统是火力发电厂中的一个重要的热工控制系统,汽包水位的 控制大多采用传统PID控制方式。但是,传统PID控制器参数的整定是在获取对象数学 模型的基础上,根据某一整定规则来确定的,不能进行在线调整,难以适应锅炉汽包 水位这样一个复杂多变的控制系统,其控制效果往往难以满足要求。 本文应用模糊控制技术,设计了一种二输入三输出模糊自整定PID控制器,对锅 炉汽包水位进行控制,实现了PID参数的自适应调节。利用MATLAB对控制系统进行 仿真。结果表明,该控制器自整
  3. 所属分类:matlab

    • 发布日期:2017-04-09
    • 文件大小:1248311
    • 提供者:沉默年糕
  1. PID

    1下载:
  2. 基于工程整定法的模糊PID 交流电机的调速-For tuning based fuzzy PID speed AC motor
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:184923
    • 提供者:rowllan
  1. pid

    1下载:
  2. 人工智能(模糊在自动控制的应用)电动机控制中的简单遗传算法PID参数优化-Artificial intelligence (fuzzy in Automatic Control) motor control in the simple genetic algorithm optimization of PID parameters
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:2947
    • 提供者:卡卡
« 1 2 34 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com