搜索资源列表
pid_loop
- PID算法演示 一个不错的源程序哦 希望对大家有用-PID algorithm demonstrated a good source of hope for all oh useful
zcx
- 基于遗传算法的PID控制 用于优化求解控制器的参数 -based on genetic algorithms for optimizing PID control parameters Controller Solution
pid2
- PID微分,积分算法程序,编译已通过,可以直接使用!-PID differential, integral algorithm, compiler has passed, can be directly used!
IncPID
- matlab的c语言s函数,实现增量式pid控制算法-Matlab language c s function and achieve incremental pid control algorithm
zhuanjia111
- 用专家系统优化下面的PID参数或设计一个专家控制器,被控对象为 并与PI控制算法进项比较-use expert system optimization below the PID parameters, or a design expert controller, and object to the PI control algorithm with a credit comparison
PID_8
- 普通PID控制及其扩展算法控制的MATALB仿真程序,内容包含面广.-ordinary PID control algorithm and its expansion of enriching control simulation program, which includes many sectors.
PID_9
- 普通PID控制及其扩展算法控制的MATALB仿真程序,内容包含面广.-ordinary PID control algorithm and its expansion of enriching control simulation program, which includes many sectors.
PID_11
- 普通PID控制及其扩展算法控制的MATALB仿真程序,内容包含面广.-ordinary PID control algorithm and its expansion of enriching control simulation program, which includes many sectors.
PID_10
- 普通PID控制及其扩展算法控制的MATALB仿真程序,内容包含面广.-ordinary PID control algorithm and its expansion of enriching control simulation program, which includes many sectors.
PID_4
- 普通PID控制及其扩展算法控制的MATALB仿真程序,内容包含面广.-ordinary PID control algorithm and its expansion of enriching control simulation program, which includes many sectors.
PID_5
- 普通PID控制及其扩展算法控制的MATALB仿真程序,内容包含面广.-ordinary PID control algorithm and its expansion of enriching control simulation program, which includes many sectors.
PID_6
- 普通PID控制及其扩展算法控制的MATALB仿真程序,内容包含面广.-ordinary PID control algorithm and its expansion of enriching control simulation program, which includes many sectors.
工业控制中的一种常用控制算法PID运算
- 工业控制中的一种常用控制算法PID运算-industrial control of a common computing PID control algorithm
PID
- 主要是PID的算法程序!!要是在实际的调试中改点参数就可以移植了
647194Fuzzy-pid
- 模糊控制算法代码!!模糊控制算法代码
bijiaodianxingdPIDsuanfakzhiyuandaima
- 比较典型的PID算法控制源代码,是学习PID控制的好资料
fuzzyPID2
- 匀速升温控制是个复杂的过程,具有大惯性、纯滞后、非线性等特点,难以得到精确的数学模型。考虑到这些特点,为提高控制精度,将Fuzzy-PID算法应用于电阻炉温度控制系统,当误差较大时采用模糊控制,误差较小时采用模糊PID控制,实现了2种控制方法的优势互补,在此基础上,给出了Fuzzy-PID控制器设计、硬件结构和软件设计,实验曲线表明该控制算法可以获得满意的控制效果,采用模糊PID控制的效果明显优于常规PID控制。
pid
- PID 温度控制算法(C语言程序)
pid-control-cPP
- 进行吊车的pid算法控制,用的是vc6.0在windows下进行-the pid control of the car
pid_test
- 利用VISUAL STDIO 2010集成开发环境,C/C++实现PID算法的模拟和仿真,包含位置PID和增量PID,可自主设置P.I.D的值以及其它各参量的值,在示波器窗口显示相关波形,可以帮助更好地理解PID算法。