搜索资源列表
pid_control
- PID控制算法C语言源程序-PID control algorithm C language source
pid_control
- 在模拟控制系统中,控制器最常用的控制规律为PID控制。本内容对PID控制过程使用matlab进行模拟。
pid_control
- PID控制演示,利用第三方控件实现PID控制的演示程序
14.2.1PID_control(1)
- 本上载源码使用51汇编语言实现位置式pid控制-the source on the use of assembly language to achieve 51-pid control position
pid_control
- PID控制算法C语言源程序-PID control algorithm C language source
pid_control
- 在模拟控制系统中,控制器最常用的控制规律为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.
pid_control
- PID控制演示,利用第三方控件实现PID控制的演示程序-PID control demonstration, the use of third-party controls to achieve PID control demo program
PID_CONTROL
- 刘金锟先进PID第二版程序,需要的可以下载。-Liu Kun, the second edition of the advanced PID procedures needed can be downloaded.
PID_Control
- matlab pID simulink 模块-matlab pID simulink module
PID_Control
- 比较专业的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:
pid_control
- 用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
PID_Control
- 一个带有子系统的PID仿真,基于Matlab Simulink-Simulation of PID controller, based on Matlab Simulink
PID_Control
- pic24 PID for motor control
PID_control
- This is PID control algortihms in Matlab/Simulink.
PID_CONTROL
- PID CONTROL PROGRAM ,多种运用,非常好的资料,欢迎大家下载-PID CONTROL C Program .
PID_Control
- Spring Mass Damper Model with Proportional plus Derivative (PID) Feedback using simulink..very good model
pid_control
- PID控制算法,比较的实用。大家可以下载测试。-PID control program
PID_control
- 51单片机PID算法程序(三)增量式PID控制算法-51 single PID algorithm (c) incremental PID control algorithm
pid_control
- DSP2812对无刷直流电机的PID闭环控制。因为测速是用霍尔传感器完成的所以精度不怎么高。-DSP2812 for brushless DC motor PID closed loop control. Because speed is so complete accuracy of the Hall sensor not very high.
PWM_MotoB
- 1.本示例将演示电机的闭环控制,即以单位时间内的码盘脉冲输出为反馈,以单位时间内 // 欲达到的脉冲数为输入,以变占空比的PWM波为输出。使用的算法为经典的PID控制算法 // 该算法具有实现方便,参数整定容易,控制鲁棒性好等优点。借助我们的串口虚拟示波 // 器软件,用户可以很方便地整定出一套满意的参数。 //2.PID算法要处理的数据不外乎输入与反馈的偏差(做比例运算),本次偏差与上一次偏差 // 的差(做微分运