搜索资源列表
PID
- 增量型PID算法汇编程序,增量式PID算法的输出量为 UnΔ = Kp[(en-en-1)+(T/Ti)en+(Td/T)(en-2*en-1+en-2)] 式中,en、en-1、en-2分别为第n次、n-1次和n-2次的偏差值,Kp、Ti、Td分别为比例系数、积分系数和微分系数,T为采样周期。
pid-i
- 仿真结果表明:KP=1,随着Ti增大,系统的超调量减小,系统响应速度略微变慢。
基于2812的三环控制程序(C语言)
- 以美国TI公司最新的数字处理芯片(DSP)作为核心控制芯片,采用了先进的全数字电机控制算法,通过SCI给定,完全以软件方式实现了电流环、速度环、位置环的闭环伺服控制,具备良好的鲁棒性和自适应能力。
TI
- 实验一 直流电机闭环控制实验 一. 实验目的 1. 学习数字PID控制器的设计方法 2. 学习PWM控制理论 3. 学习数字PID控制器在DSP上的实现方法。 二. 实验设备 计算机,CCS2.0版软件,THRS-2型实验箱,DSP仿真器,1号导线。、 三. 基础理论 -Experimental motor closed-loop control experiment has been a stream. Purpose of the experiment 1
pid
- *** **增量式PID控制算法程序*********** T、TD、TI、KP依次从30H,33H,36H,39H开始。 A,B,C的值依次存在BLOCK1,BLOCK2,BLOCK3的地址里 这里R(k)给的是定值 -***** Incremental PID control algorithm procedures*********** T, TD, TI, KP followed from 30H, 33H, 36H, 39H began. A, B, C fol
PID
- 增量式PID控制算法程序T、TD、TI、KP依次从30H,33H,36H,39H开始。 -Incremental process PID control algorithm T, TD, TI, KP followed from the 30H, 33H, 36H, 39H began.
pid_reg3
- TI的PID模块,可以直接使用在任何单片机编程上,-TI' s PID modules can be used directly on any microcontroller programming, the
zn01
- 用Ziegler--Nichols整定公式来求P,PI,PID的个参数,其中Gc是校正器的传递函数,kp为比例系数, Ti为积分时间常数,Td为微分时间常数,输入参量vars为带迟滞--惯性环节模型的KT τ-With Ziegler- Nichols tuning formula to seek P, PI, PID' s parameters, which Gc is the corrector transfer function, kp is proportional coeffic
zn02
- 用稳定边界法整定公式来求P,PI,PID的个参数,其中G是已知被校正系统的开环传递函数,kp为比例系数, Ti为积分时间常数,Td为微分时间常数,输入参量Gc为校正器传递函数,p为系统开环极点的个数(不计重根个数,即多重根只计一个根)-With the Stable Boundary tuning formula seeking P, PI, PID' s parameters, of which G is known to be corrected and the system of o
inmin01
- 用积分最小值准则来求P,PI,PID的个参数,其中Gc是校正器的传递函数,kp为比例系数, Ti为积分时间常数,Td为微分时间常数,输入参量vars为带迟滞--惯性环节模型的[K T τ],已知参数k=vars(1);T=vars(2);ι=vars(3),iC=vars(4) -Minimum criteria of integral seeking P, PI, PID' s parameters, which Gc is the corrector transfer function
cc01
- 用Cohen--Coon整定公式来求P,PI,PID的个参数,其中Gc是校正器的传递函数,kp为比例系数, Ti为积分时间常数,Td为微分时间常数,输入参量vars为带迟滞--惯性环节模型的KT τ 输入参量vars为带迟滞--惯性环节的K T ι,已知参数k=vars(1);T=vars(2);ι=vars(3)。-With Cohen- Coon tuning formula to seek P, PI, PID' s parameters, which Gc is the corre
PID-contrel1
- 通过调整PID的三个参数KP、TI、TD ,将系统的闭环特征根分布在 s 域的左半平面的某一特定域内,以保证系统具有足够的稳定裕度并满足给定的性能指标 -Ziegler-Nichols method for tuning PID controllers can be summarized as follows: Set the integral and derivative gains to zero and increase the proportional gain until the
PID-contrel2
- 通过调整PID的三个参数KP、TI、TD ,将系统的闭环特征根分布在 s 域的左半平面的某一特定域内,以保证系统具有足够的稳定裕度并满足给定的性能指标-Ziegler-Nichols method for tuning PID controllers can be summarized as follows: Set the integral and derivative gains to zero and increase the proportional gain until the sys
pid
- Pid算法。完全适用于TI的DSP程序,浮点型,希望对大家有所帮助。-Pid algorithm. Fully applicable to TI' s DSP program, a floating-point type, we want to help.
PID
- pid //PID算法 //声明变量 //定义变量 float Kp float Ti float T float Td float a0 float a1 float a2 float ek float ek1 float ek2 float uk float uk1 float ad_just //变量初始化,根据实际情况初始化 Kp= Ti= T=
Temperature-Control-PID
- 本作品主控芯片采用TI公司的MSP430低功耗单片机,利用PT100的阻值对应相应温度的特性来检测,给PT100一恒定的电流来采样其输出电压信号。将电压信号放大到适合模数转换器的检测电压并用模数转换器转换成适用于为控制器的数字信号。单片机分析并处理模数转换器得到的对应数值量,最终将其处理成对空心瓷管电阻的功率的控制量,还要时时的将空心瓷管电阻的温度传回主控器中,从而达到闭环控制。本作品采用了键盘实时的设置和液晶实时检测结果的显示从而达到人机智能交流。并且加入一个语音报警模块,达到智能报警。-Th
pid
- 温控 一般是令Ti=0、Td=0。输入设定为系统允许的最大值的60%~70%,由0逐渐加大比例增益P,直至系统出现振荡;再反过来,从此时的比例增益P逐渐减小,直至系统振荡消失,记录此时的比例增益P,设定PID的比例增益P为当前值的60%~70%。(t control An integral term increases action in relation not only to the error but also the time for which it has persis
基于TI DSP F2812的速度PID算法
- 基于TI DSP F2812的速度PID算法(Arthmetic of PID of Motor Speed according TI F2812 DSP)
Z-N法整定PID控制器参数
- 用MATLAB程序软件完成临界比例带法对PID控制器的参数整定,并求出PID控制器的三个参数Kp,Ti,Td。最后绘制出参数整定前后的单位阶跃响应图进行比较。(The parameters of PID controller are adjusted by MATLAB software and the three parameters Kp, Ti and Td of PID controller are obtained. Finally, the unit step response di
用Z-N法实现P,PI,PID控制的参数整定
- 用MATLAB程序软件完成Z-N法对控制器的参数整定,实现P,PI,PID控制器的分别参数整定,并求出控制器的控制参数Kp,Ti,Td。最后绘制出不同控制器控制下的及参数整定前后的单位阶跃响应图进行比较。(MATLAB program software is used to complete the parameter tuning of the controller by Z-N method. The parameters of P, PI, PID controller are adjus