搜索资源列表
PID-c-source-code
- 在使用单片机作为控制cpu时,请稍作简化,具体的PID参数必须由具体对象通过实验确定。由于单片机的处理速度和ram资源的限制,一般不采用浮点数运算,而将所有参数全部用整数,运算到最后再除以一个2的N次方数据(相当于移位),作类似定点数运算,可大大提高运算速度,根据控制精度的不同要求,当精度要求很高时,注意保留移位引起的“余数”,做好余数补偿。这个程序只是一般常用pid算法的基本架构,没有包含输入输出处理部分。
pid
- PID的实现程序,很基本,使用c编写,可以直接在tc的环境中调试。仅仅用于pid的实现测试而已
PID-CODE
- 用C编写的PID算法的详细实现, PID算法在自动控制, 家电方面都有丰富的应用
PID
- PID控制,C语言,PID机电控制,比例,积分,微分算法
pid.rar
- 模糊PID算法(C++) 温度控制的一般控制算法,Kp,Ki,Kd,需根据具体的控制对象取合适的值,fuzzy-PID
succus-s-pid-fuzzy.rar
- 模糊PID源程序,C语言编写,内有详细说明,适用于初学者,Fuzzy PID source
FuzzyPID
- 里面有三个二维模糊调节器分别实现PID控制器的参数Kp,ki,Kd,的调节。其控制原理:根据前面的偏差e和偏差变化ec将三个模糊控制器FC1,FC2,FC3分别进行模糊化,模糊逻辑推理,解模糊化。最后得到pid控制器参数调节量。-There are three two-dimensional fuzzy controller to achieve PID controller parameters were Kp, ki, Kd, of the regulation. The control p
PID-c
- 一个用Visual C语言编写的PID控制程序,在MATLAB上运行实现。-A language with Visual C of PID control procedures, running in MATLAB to achieve.
PID
- pid控制算法与程序,有利于pid控制的学习与交流,对PID有初步认识-pid control algorithms and procedures has pid conducive to study and exchange control, there is an initial understanding of the PID
Optimal-design-of-PID-parameter
- 研究基于粒子群算法控制系统PID参数优化设计方法以及对PID控制的改进。- study the optimal design of PID parameter of the control system based on Particle Swarm Optimization and find a way to improve the PID control.
PID
- 由入门到精通吃透PID2.0版-焦作华润白志刚-Thorough understanding PID2.0 by the entry to the master version- Jiaozuo Resources Bai Zhigang
PID算法(C语言实现)(老外编写)
- 增量式PID算法。使用串口调试,快速验证算法。
MATLAB-AND-C-PID
- MATLAB和c的先进PID算法测试文件,大学课程用先进PID算法。-The test file of advanced PID algorithm of MATLAB and C, university course with advanced PID algorithm.
PID
- 用C语言实现了增量式PID,以及位置型PID,还有变积分型,对于理解PID算法很有帮助(PID Algorithm in C ,i wish it can help that who need it.)
标准增量PID算法的C实现
- 标准pid算法,简单,不复杂,能够很好进行pid运算,新手入门。(Standard PID algorithm, simple, not complicated, can be very good PID operation, novice entry.)
PID算法Matlab仿真程序和C程序
- PID控制器matlab仿真程序,PID控制器的模拟仿真(PID controller matlab simulation program, PID controller simulation)
C语言描述PID算法程序
- C语言实现PID算法的程序代码,简单易懂(Implementation of PID algorithm in C language)
PID控制算法的C语言实现.(绝对的好东西)
- pid控制算法详解,包含比例、积分、微分计算过程(Detailed solution of PID control algorithm, including proportion, integral and differential calculation process)
PID
- 为不知道怎么将PID公式转换为C语言的朋友提供方便(Provide convenience for friends who do not know how to transform PID formula into C language.)
模糊PID控制算法C语言代码
- 模糊PID控制算法C语言代码,用于模糊算法的学习和研究。(Fuzzy PID control algorithm C language code)