搜索资源列表
增量型PID程序
- 增量型PID程序增量型PID程序
比较典型的pid处理程序
- 这是一个比较典型的PID处理程序,在使用单片机作为控制cpu时,请稍作简化,具体的PID 参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算 到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很 高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输
模糊pid算法
- 模糊控制pid算法,程序化,可以方针,-fuzzy control algorithms, procedures, guidelines,
单片机控制PID算法应用
- 典型PID算法程序,经实验,控制效果优,控制精度高。-It is a representative program of PID arithmetic.The effect of control is excellent and the precision of control is high via experiment.
PID水量控制仿真演示系统
- 工业pid仿真的演示程序,很不错的,学习用的代码-industrial pid simulation demo program, a very good study of the code
我参加电子竞赛 做的温度控制的单片机程序
- 主要用到了PID算法控制温度,显示采用动态扫描.输出可调节占空比的脉冲控制加热器-mainly used to control the temperature PID algorithm, shows that using dynamic scanning. Output adjustable pulse duty cycle control of the heater
matlab-pid-1
- 先进pid程序-第一版源码,matlab源码程序。-advanced procedures-the first edition source, Matlab source programs.
00964A
- pid程序AN964.zip的说明文件,讲解程序运行流程-pid procedures AN964.zip note to explain the procedures in process
AN937 Source Code - Implementing a PID Controller
- PIC 18 PID 控制事例程序。 asm code-PIC 18 cases of PID control procedures. Asm code
c语言实现的PID算法
- 如何用c语言实现PID算法,很多控制类用到的程序,作为参考.!-how to use language PID algorithm, used many types of control procedures, as a reference. !
water_PID
- 通过一个对 水槽的操作界面来说明C语言PID程序,以及采样控制的C语言编写!-flume through one pair of the interface to illustrate the C language PID procedures, as well as control of the sampling C language!
PID(C51)
- 典型的PID处理控制程序采用PID-PD算法。在偏差绝对值大于△e时,用PD算法,以改善动态品质。当偏差绝对值小于△e时,用PID算法,提高稳定精度。-Typical PID control procedures to deal with the use of PID-PD algorithm. The deviation is greater than the absolute value of △ e when PD algorit
newpid
- 在vc环境下实现温度、液位等参数控制的PID程序,程序中实现了增量式PID控制算法,设定值或参据量可以通过一个函数获取。-in vc environment temperature, liquid level parameters such as PID control procedures, process to achieve the incremental PID control algorithm, the set value
PID
- 这是偶近几年来研究的多种PID控制程序,有灰色PID,神经网络自适应PID,模糊PID等等,程序多多,肯定会对大家有帮助的!
pid
- 自己改写的单片机pid程序,实用
pid
- 基于MATLAB的PID程序,该程序实现PID参数的优化调整-MATLAB based on the PID process, which realize the optimal adjustment of PID parameters
PID
- matlab PID程序 比较全 个人收集的 感觉不错 推荐给大家-matlab PID procedures to collect the whole feeling of personal well recommended to everyone
PID
- 采用C语言编写的PID控制例程,其中包含有PID程序范例,和PID参数自整定的实现例程。-The use of C language routines PID control, PID procedure includes an example of PID parameters and the realization of self-tuning routine.
PID程序
- 这是一个增量式PID程序,经测试可以直接用!(This is an incremental PID program, tested, you can use directly!)
PID
- PID程序学习,PID控制算法的C语言实现(PID program learning, PID control algorithm C language implementation.)