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

搜索资源列表

  1. 温度控制

    1下载:
  2. 在计算机控制系统中,使用的是数字PID控制器,数字PID控制算法通常又分为位置式和增量式控制算法。由于计算机控制是一种采样控制,它只能根据采样时刻的偏差值计算控制量,因此模拟式中的积分和微分项不能直接使用,需要进行离散化处理。以一系列的采样时刻点kT代表连续时间t,以和式代替积分,以增量代替微分,作近似变换。采样周期足够短,才能保证有足够的精度-the computer control system, using the digital PID controller, digital PID c
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:2495
    • 提供者:jun
  1. 工业控制中的一种常用控制算法PID运算

    0下载:
  2. 工业控制中的一种常用控制算法PID运算-industrial control of a common computing PID control algorithm
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:1788
    • 提供者:林王
  1. PIDcontrol

    1下载:
  2. 设计以89C51单片机、ADC、DAC等电路和运放电路组成的被控对象构成的单闭环反馈控制系统。 1. 硬件电路设计:89C51最小系统加上模入电路ADC0809和模出电路TLC7528;由运放构成的被控对象。 2. 控制算法:增量型的PID控制。 3. 软件设计:主程序、定时中断程序、A/D转换程序、滤波程序、D/A输出程序、PID控制程序等。 -Designed to 89C51 single-chip, ADC, DAC, such as circuit and operat
  3. 所属分类:CSharp

    • 发布日期:2015-04-07
    • 文件大小:1559
    • 提供者:曹敏
  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

    0下载:
  2. PID控制算法,比较的实用。大家可以下载测试。-PID control program
  3. 所属分类:CSharp

    • 发布日期:2017-03-27
    • 文件大小:1616
    • 提供者:王军
  1. PIDforc51

    0下载:
  2. 积分分离PID控制算法程序,for C51 内有详细说明 -Integral separation process PID control algorithm c51
  3. 所属分类:CSharp

    • 发布日期:2017-03-28
    • 文件大小:6376
    • 提供者:wonder
  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控制算法,详细介绍PID原理,并含有C语言变成事例(PID control algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2017-12-27
    • 文件大小:2048
    • 提供者:风帆rp
  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. PID控制算法的C语言实现(完整版)

    2下载:
  2. 在工业应用中PID及其衍生算法是应用最广泛的算法之一,是当之无愧的万能算法,如果能够熟练掌握PID算法的设计与实现过程,对于一般的研发人员来讲,应该是足够应对一般研发问题了,而难能可贵的是,在我所接触的控制算法当中,PID控制算法又是最简单,最能体现反馈思想的控制算法,可谓经典中的经典。经典的未必是复杂的,经典的东西常常是简单的,而且是最简单的,想想牛顿的力学三大定律吧,想想爱因斯坦的质能方程吧,何等的简单!简单的不是原始的,简单的也不是落后的,简单到了美的程度。(PID and its der
  3. 所属分类:C#编程

    • 发布日期:2017-12-19
    • 文件大小:84992
    • 提供者:绮里小媛
  1. PID控制算法的C语言实现一 PID算法原理

    0下载:
  2. PID控制算法的C语言实现一 PID算法原理,工业控制(The C language of PID control algorithm realizes the principle of a PID algorithm, industrial control)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-20
    • 文件大小:77824
    • 提供者:力兄
  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. 分数阶PID

    3下载:
  2. 分数阶PID控制算法的小例子,运算效果好,可以试一下(A small example of fractional PID algorithm)
  3. 所属分类:Windows编程

    • 发布日期:2018-05-23
    • 文件大小:3072
    • 提供者:木木夕
  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 8 9 10 »
搜珍网 www.dssz.com