Location:
Search - pid_control
Search list
Description: PID控制算法C语言源程序-PID control algorithm C language source
Platform: |
Size: 1881 |
Author: 汪平安 |
Hits:
Description: 在模拟控制系统中,控制器最常用的控制规律为PID控制。本内容对PID控制过程使用matlab进行模拟。
Platform: |
Size: 43670 |
Author: zhuyuqiang |
Hits:
Description: PID控制演示,利用第三方控件实现PID控制的演示程序
Platform: |
Size: 537267 |
Author: fxs |
Hits:
Description: 本上载源码使用51汇编语言实现位置式pid控制-the source on the use of assembly language to achieve 51-pid control position
Platform: |
Size: 1024 |
Author: guorui |
Hits:
Description: PID控制算法C语言源程序-PID control algorithm C language source
Platform: |
Size: 2048 |
Author: |
Hits:
Description: 在模拟控制系统中,控制器最常用的控制规律为PID控制。本内容对PID控制过程使用matlab进行模拟。-In the analog control system, controllers most commonly used control law for the PID control. The content of PID control process simulation using matlab.
Platform: |
Size: 43008 |
Author: zhuyuqiang |
Hits:
Description: PID控制演示,利用第三方控件实现PID控制的演示程序-PID control demonstration, the use of third-party controls to achieve PID control demo program
Platform: |
Size: 536576 |
Author: fxs |
Hits:
Description: 刘金锟先进PID第二版程序,需要的可以下载。-Liu Kun, the second edition of the advanced PID procedures needed can be downloaded.
Platform: |
Size: 214016 |
Author: 郭超勇 |
Hits:
Description: matlab pID simulink 模块-matlab pID simulink module
Platform: |
Size: 3072 |
Author: yab |
Hits:
Description: 比较专业的PID控制器,主要实现了以下几种常用的理论:Ziegler&Nichols、Cohen Coon、Reglabilite、IMC、Optimiszation、De Crite、PID1、PID2
-Comparison of professional PID controller, the main achievement of the following types of theories commonly used: Ziegler & Nichols, Cohen Coon, Reglabilite, IMC, Optimiszation, De Crite, PID1, PID2
Platform: |
Size: 8192 |
Author: 时光 |
Hits:
Description: 用VC编写的PID控制系统的调节和组态软件,可以实现组态的绘制和PID参数的调节-Prepared using VC regulating PID control system and configuration software, configuration of the mapping can be achieved and the regulation of PID parameters
Platform: |
Size: 8055808 |
Author: 银鹭 |
Hits:
Description: 一个带有子系统的PID仿真,基于Matlab Simulink-Simulation of PID controller, based on Matlab Simulink
Platform: |
Size: 3072 |
Author: zhang jie |
Hits:
Description: pic24 PID for motor control
Platform: |
Size: 118784 |
Author: ptflyer |
Hits:
Description: This is PID control algortihms in Matlab/Simulink.
Platform: |
Size: 12288 |
Author: Meral |
Hits:
Description: PID CONTROL PROGRAM ,多种运用,非常好的资料,欢迎大家下载-PID CONTROL C Program .
Platform: |
Size: 10240 |
Author: SHJDW |
Hits:
Description: Spring Mass Damper Model
with Proportional plus Derivative (PID) Feedback using simulink..very good model
Platform: |
Size: 6144 |
Author: suresh |
Hits:
Description: PID控制算法,比较的实用。大家可以下载测试。-PID control program
Platform: |
Size: 2048 |
Author: 王军 |
Hits:
Description: 51单片机PID算法程序(三)增量式PID控制算法-51 single PID algorithm (c) incremental PID control algorithm
Platform: |
Size: 68608 |
Author: 宋阳 |
Hits:
Description: DSP2812对无刷直流电机的PID闭环控制。因为测速是用霍尔传感器完成的所以精度不怎么高。-DSP2812 for brushless DC motor PID closed loop control. Because speed is so complete accuracy of the Hall sensor not very high.
Platform: |
Size: 1093632 |
Author: zhlziv |
Hits:
Description: 1.本示例将演示电机的闭环控制,即以单位时间内的码盘脉冲输出为反馈,以单位时间内
// 欲达到的脉冲数为输入,以变占空比的PWM波为输出。使用的算法为经典的PID控制算法
// 该算法具有实现方便,参数整定容易,控制鲁棒性好等优点。借助我们的串口虚拟示波
// 器软件,用户可以很方便地整定出一套满意的参数。
//2.PID算法要处理的数据不外乎输入与反馈的偏差(做比例运算),本次偏差与上一次偏差
// 的差(做微分运算,离散化以后就是差分运算),所有变差的累积(积分运算,离散化以后
// 就是累加运算)。所以我们将这个算法要处理的数据和三个参数:比例,微分,积分一起
// 封装成一个结构体,见PID_Control.h里面的PID结构体。要进行PID控制,还需要一个控
// 制周期,这个控制周期刚好就是测速周期(如果用到温度控制或电压控制中,就是采样周
// 期)。要进行PID控制,首先还要初始化3个PID参数,以及PID控制模式的选择:位置式控
// 制还是增量式控制。-DSP theory and motor control applications
Platform: |
Size: 873472 |
Author: 王帅 |
Hits: