搜索资源列表
PID
- STM32单片机的PID算法实例,通过PID算法控制STM32的PWM输出,反馈量是PWM低通滤波后得到的AD-STM32 microcontroller PID algorithm instance, through the STM32 PID algorithm to control the PWM output, PWM amount of feedback is obtained after low-pass filter AD
XC866_BLDC_PID_Control
- 无刷直流电机速度闭环控制PID参考源程序。基于英飞凌XC866单片机。内有方法介绍。-BLDC MOTOR CONTROL WITH XC866。BLDC WITH PID CONTROL。
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
Control_MATLAB
- 先进PID控制及其Matlab仿真书籍的matlab源码,包括各个章节-Advanced PID control and its Matlab simulation matlab source books, including the various chapters
pid-labview
- 以PID 控制为例,讨论在计算机控制中实现参数自整定的一种智能控制方法。在传统 的PID 控制的参数自整定算法中引入人工智能理论,首先将人的控制经验表示成自整定算法主要规则。 从专家系统角度,描述了规则的产生式表示和计算机内的存储结构,控制知识库的建立及推理机制。-PID control as an example to discuss the computer-controlled to achieve self-tuning parameters of an intelligent
PLC_PID
- 基于PLC的数字PID控制,我的本科毕业设计,使用串口通讯,具有上位机和下位机,还有相关的说明文档-PLC-based digital PID control, my graduate design, the use of serial communication with host computer and the next-bit machines, as well as related documentation
PIDcontrol
- 增量式模糊PID控制方法AVR单片机mega16-Incremental fuzzy PID control method AVR Singlechip mega16
boostson
- This the model of boost converter. The control of this converter is PID. With changing the cofficient of the P-I and D a good replay can be supplied.-This is the model of boost converter. The control of this converter is PID. With changing the coffic
AVR-moto
- 基于AVR单片机的直流电机调速系统,有PID的P调节,效果还不错,-AVR Microcontroller based DC motor speed control system, with PID of P regulation, the results were good,
bujindianji
- 文进一步研究了基于p c/os-II+ARM平台的模糊PID控制器,核心是实现模糊 PID控制程序,并结合MinGUI技术选用高端TFT型的液晶显示器,设计具有良好人机 交互界面的步进电机控制器。-Further study of the text based pc/os-II+ ARM platform, the fuzzy PID controller, the core of fuzzy PID control program, combined with selection
water-PID-simulation-demo
- 水量控制系统PID的演示程序,一个不错的PID范例-Water control system PID of the demonstration program, a good example of PID
PID
- PID控制算法源代码,详细的注解,在实际应用中,P参数,I参数,D参数,怎么进行整定-PID control algorithm source code, detailed annotations, in practical applications, P parameters, I parameter, D parameters, how to setting
pid
- 智能水温控制PID算法,C51版本,参加电赛培训的时候写的。-Intelligent PID temperature control algorithm, C51 version, the time to take a motor race training written.
pid3
- 数字控制系统是一种以数字计算机为控制器去控制具有连续工作状态的被控对象的闭环控制系统。因此,数字控制系统包括工作于离散状态下的数字计算机和工作于连续状态下的被控对象两大部分。我的课题的数字部分(PID)仿真由相应的离散传函实现,运用数字PID对被控对象实行准确控制。通过调节比例(P)、积分(I)、微分(D),使对象的输出达到预期的效果。-Digital control system is a kind of digital computer for the controller to contr
p-control-of-PID
- 计算机控制系统之PID控制器P控制作用分析代码,基于MATLAB。-The computer control system of the PID controller P control function analysis code, based on MATLAB.
FuzzyPAdaptivePRobustPPIDPController
- 适合用来学习模糊控制的源码。模糊自适应PID效果是非常不错。PID控制器,一种工业控制方式,比例积分微分控制规律(控制器数学模型G(S)=比例+微分+积分),经常用P表示比例,用I表示积分,用D表示微分。-Suitable for learning fuzzy control of the source. Fuzzy adaptive PID effect is very good. PID controller, an industrial control, PID control law (
PID-control-law
- 本例程主要是PID控制率的总调程序,以及P、I、D各控制参数对系统的影响子程序。-This routine is mainly the rate of total tune PID control procedures, as well as P, I, D of the control parameters of the system affect the subroutine.
用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
PID控制算法
- 学习C语言PID算法,P值I值D值在程序中如何调节控制。(Learning C language PID algorithm.How the P value I value D value regulates control in the program.)
PID
- 舵机及电机PID控制算法: 谈谈PID各自对差值调节对系统的影响: 1、单独的P(比例)就是将差值进行成比例的运算,它的显著特点就是有差调节,有差的意义就是调节过程结束后,被调量不可能与设定值准确相等,它们之间一定有残差,残差具体值您可以通过比例关系计算出。。。增加比例将会有效减小残差并增加系统响应,但容易导致系统激烈震荡甚至不稳定。。。 2、单独的I(积分)就是使调节器的输出信号的变化速度与差值信号成正比,大家不难理解,如果差值大,则积分环节的变化速度大,这个环节的正比常数的比例倒