PID算法 ,matlab, 仿真, PID控制器, 深度学习我要分享

PID algorithm, MATLAB, simulation, PID controller, deep learning

关注次数: 303

下载次数: 1

文件大小: 1.12 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:在过程控制中,按偏差的比例(P)、积分(I)和微分(D)进行控制的PID控制器(亦称PID调节器)是应用最为广泛的一种自动控制器。它具有原理简单,易于实现,适用面广,控制参数相互独立,参数的选定比较简单等优点;而且在理论上可以证明,对于过程控制的典型对象──“一阶滞后+纯滞后”与“二阶滞后+纯滞后”的控制对象,PID控制器是一种最优控制。PID调节规律是连续系统动态品质校正的一种有效方法,它的参数整定方式简便,结构改变灵活(PI、PD、…)。


English Description:

In process control, PID controller (also called PID controller) which is controlled by proportion (P), integral (I) and differential (d) of deviation is the most widely used automatic controller. It has the advantages of simple principle, easy implementation, wide application, independent control parameters and simple selection of parameters. It can be proved theoretically that PID controller is an optimal control for the typical process control objects - "first order delay + pure delay" and "second order delay + pure delay". PID regulation law is an effective method for dynamic quality correction of continuous system. Its parameter setting method is simple and its structure is flexible (PI, PD,...).


代码预览

相关推荐