搜索资源列表
14.2.1PID_control(1)
- 本上载源码使用51汇编语言实现位置式pid控制-the source on the use of assembly language to achieve 51-pid control position
putongPID
- 利用DSP实现PID控制功能,PID控制算法为位置式PID算法
WEIZHISHIPID
- 位置式PID程序的实现
limit_vhdl
- pid控制期中的限幅部分,还有位置式pid代码。从参考书上摘录下来的-pid control clipping part of the period, as well as positional pid code. Down on the extract from the reference
PID----Sheldon.files
- 51单片机PID算法程序(二)位置式PID控制算法 -- -51 single PID algorithm (b) position PID control algorithm-
DigitalPID
- 在完整的增量式PID和位置式源码, 在产品上应用完全没有问题-Increment Digital PID and Basic Location Digital PID
pid
- 名称:PID.C 功能:用PID算法闭环控制BANGK3区DAC0832的输出电压,通过设置想要的输出 电压,它通过ADC0804将O832的输出电压读回单片机进行PID自动调节, 并经过短时间将DAC0832的输出电压升到设置的电压 说明:此程序用的是位置式调节 -PID Function The PID (比例、积分、微分) function is used in mainly control applications. PIDCalc perform
Implementing-a-PID-Using-PIC18
- 微芯的官方应用笔记,介绍了如何使用PIC18实现PID算法。此算法并非网上常见的位置式或增量式-The official Microchip application note describes how to use PIC18 PID algorithm. This algorithm is not a common online location or incremental
PID
- 两种pid控制算法基于单片机 位置式 增量式-Pid control algorithm is based on two kinds of single-chip position Incremental
PID-2.0
- PID算法C语言版本,内部有PID增量式,位置式算法-PID driver
PID
- 飞思卡尔(MC9S12XS128)智能车位置式、增量式PID-Freescale smart car location, incremental PID ......................
zengliangxingPID
- (1)位置式PID控制的输出与整个过去的状态有关,用到了误差的累加值;而增量式PID的输出只与当前拍和前两拍的误差有关,因此位置式PID控制的累积误差相对更大; (2)增量式PID控制输出的是控制量增量,并无积分作用,因此该方法适用于执行机构带积分部件的对象,如步进电机等,而位置式PID适用于执行机构不带积分部件的对象,如电液伺服阀。 (3)由于增量式PID输出的是控制量增量,如果计算机出现故障,误动作影响较小,而执行机构本身有记忆功能,可仍保持原位,不会严重影响系统的工作,而位置式的输
PID
- 实物调试:位置式PID调节PWM占空比控制电动机转速-Real debugging : Positional PID control- motor speed control PWM duty ratio
位置式pid
- 位置式PID用到了过去所有误差值的积分,因此与过去的整个状态有关。(Positional PID uses all points of error in the past, so it is related to the whole state of the past.)
电机位置闭环控制(代码详细注释)
- 基于stm32的用PID算法实现的电机位置控制程序(STM32 based on PID algorithm to achieve the motor position control program)
PID(0929更新,避免过冲)
- STM32温控PID算法实现,加入避免过冲算法,位置式PID算法,增量式PID算法(STM32 temperature control PID algorithm, joined to avoid overshoot algorithm, location PID algorithm, incremental PID algorithm)
位置式PID
- 位置式PID控制,可用于温度PIC控制,流量PID控制,本案例已经成功应用(Position PID control, can be used for temperature PIC control, flow control PID, this case has been successfully applied)
位置式PID+usart+按键
- 本代码采用的是位置式PID方法,实时控温,并能用按键控制可执行温度,方便,可读性高。(This code uses the position PID method, the real-time temperature control, and can use the key to control the executable temperature, convenient, high readable.)
PID控制算法的C语言实现.(绝对的好东西)
- PID 算法的C语言实现,包括增量式,位置式,等详细讲解的C语言实现(C language implementation of PID algorithm)
PID程序
- 对于热水器温度控制的位置式PID控制程序(A position PID control program for the temperature control of a water heater)