CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - pid控制算法

搜索资源列表

  1. pid-labview

    0下载:
  2. 以PID 控制为例,讨论在计算机控制中实现参数自整定的一种智能控制方法。在传统 的PID 控制的参数自整定算法中引入人工智能理论,首先将人的控制经验表示成自整定算法主要规则。 从专家系统角度,描述了规则的产生式表示和计算机内的存储结构,控制知识库的建立及推理机制。-PID control as an example to discuss the computer-controlled to achieve self-tuning parameters of an intelligent
  3. 所属分类:Other systems

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

    1下载:
  2. 此程序为自动控制原理中实现基本PID控制算法的例子程序,能查看调节曲线,显示曲线输出,参数修改等功能。-This procedure for the automatic control theory to achieve the basic PID control algorithm example program that can view the regulation curve, showing the output curve, parameter modification functi
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-29
    • 文件大小:73433
    • 提供者:王天坤
  1. example38

    0下载:
  2. 传统PID整定与利用模糊控制算法进行整定-Traditional PID tuning with the use of fuzzy PID control algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1223
    • 提供者:龚茜茜
  1. PID-control-algorithm-simulation

    0下载:
  2. 基于LabVIEW的神经网络PID控制算法在液位控制系统中的仿真研究-LabVIEW-based PID control algorithm of neural network control system at the level of simulation
  3. 所属分类:Other systems

    • 发布日期:2017-05-17
    • 文件大小:4724074
    • 提供者:zhuzhu
  1. PID

    0下载:
  2. 实现简易的PID控制算法,很经典的控制模拟算法-Simple PID control algorithm, the classic control simulation algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-11-24
    • 文件大小:1902229
    • 提供者:jin
  1. helicopter-angle-PID

    2下载:
  2. 直升机的三个姿态角的pid控制算法,matlab中的simulink仿真程序,配合最优pid设计算法,得到很好的控制效果-Three attitude angle of the helicopter pid control algorithm matlab in simulink simulation program, with the optimal pid design algorithm, well controlled
  3. 所属分类:Other systems

    • 发布日期:2017-11-06
    • 文件大小:36431
    • 提供者:许颖
  1. PID

    0下载:
  2. 利用PID控制算法实现曲线的拟合跟踪,分别对阶跃曲线和正弦曲线进行控制,并比较拟合的误差曲线-Using the PID control algorithm curve fitting tracking, respectively, on the step and sinusoidal curve control, and compare the error curve fitting
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-06
    • 文件大小:972
    • 提供者:乔帅
  1. digital-PID-control-algorithm--MFC

    0下载:
  2. 数字PID控制算法的MFC实现(在CPIDControllor类)客户端输入PID参数后,服务器端会返回PID调节曲线给客户端-MFC digital PID control algorithm to achieve (in CPIDControllor class) Client Input PID parameters, the server will return to the client PID regulator curve
  3. 所属分类:Other systems

    • 发布日期:2017-05-23
    • 文件大小:7395641
    • 提供者:
  1. mo-hu-pid

    0下载:
  2. 模糊PID控制算法,对模糊控制与pid的结合的学习有帮助-mo hu pid
  3. 所属分类:Other systems

    • 发布日期:2017-04-25
    • 文件大小:207592
    • 提供者:
  1. pid-control

    0下载:
  2. PID 控制算法的具体实现,通过仿真可以调试PID控制参数-PID
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:43721
    • 提供者:
  1. STM32-PID

    0下载:
  2. 基于STM32的PID控制算法,另外是关于电源类的,需要的朋友可有看下-The PID control algorithm based STM32, the other is about power and the like, a friend in need can have a look
  3. 所属分类:Other systems

    • 发布日期:2017-04-28
    • 文件大小:504567
    • 提供者:武智博
  1. danPID

    0下载:
  2. 神经网络PID 比较好用的PID控制算法,虽然不能很好的实现,但是也可以作为参考(ANN PID Neural network PID relatively easy to use PID control algorithm, although not very good to achieve, but can also be used as a reference)
  3. 所属分类:其他

    • 发布日期:2017-12-26
    • 文件大小:21504
    • 提供者:东东940815
  1. 最全PID控制算法的C语言实现

    0下载:
  2. 该文档详细介绍了PID控制算法,从最基础的控制开始,有浅深入的讲解,对于初学者很有帮助。(The document describes the PID control algorithm, starting from the most basic control, there is a shallow depth of explanation, useful for beginners.)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:6031360
    • 提供者:jijunchen
  1. pso-pid

    0下载:
  2. 粒子群算法整定PID的算法,亲自调整,控制效果良好(pso-pid MATLAB m simulink)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:17408
    • 提供者:hjwgfkwewhrh
  1. C语言PID程序

    0下载:
  2. 控制算法的C语言实现问题,特地编写出来,初学者课供学习,网上也有一些特定例子供给参考。(Control algorithm C language implementation problems, specifically written out, beginners courses for learning, there are some specific examples of online reference.)
  3. 所属分类:其他

    • 发布日期:2017-12-24
    • 文件大小:169984
    • 提供者:lian眷
  1. 模糊PID控制

    2下载:
  2. 简单的模糊pid算法,简单的C程序,希望大家能看懂(Simple fuzzy PID algorithm)
  3. 所属分类:其他

    • 发布日期:2017-11-26
    • 文件大小:3072
    • 提供者:holographic
  1. mariner

    2下载:
  2. 在matlab中对船舶的运动控制进行仿真,采用的算法是PID控制算法(The motion control of the ship is simulated in MATLAB, and the algorithm used is the PID control algorithm)
  3. 所属分类:其他

    • 发布日期:2018-01-10
    • 文件大小:2048
    • 提供者:望坡一角
  1. 温度控制中的PID 应用

    0下载:
  2. 有关温度的PID的算法的说明,会对温度控制开发有所帮助。(The explanation of the PID algorithm on temperature will help the development of temperature control.)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:467968
    • 提供者:力兄
  1. 增量式

    1下载:
  2. 刘金琨《先进PID控制及MATLAB仿真》(Liu Jin Kun<Advanced PID control and MATLAB simulink>)
  3. 所属分类:其他

    • 发布日期:2020-05-05
    • 文件大小:11264
    • 提供者:Zhou An
  1. PID

    3下载:
  2. labview 位置 和 增量式 的PID控制 算法(Position and incremental PID control algorithm of LabVIEW)
  3. 所属分类:其他

    • 发布日期:2021-04-01
    • 文件大小:21504
    • 提供者:wrrrrwrwr
« 12 3 4 5 6 7 »
搜珍网 www.dssz.com