搜索资源列表
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
PIDControl
- 这是用matlab中的GUI界面做的PID控制器,对初学用GUI作控制的有一定帮助。-It is used matlab to do in the GUI interface, PID controller, for beginners to use GUI for control of certain assistance.
Control_MATLAB
- 先进PID控制及其Matlab仿真书籍的matlab源码,包括各个章节-Advanced PID control and its Matlab simulation matlab source books, including the various chapters
PID
- PID控制算法源代码,详细的注解,在实际应用中,P参数,I参数,D参数,怎么进行整定-PID control algorithm source code, detailed annotations, in practical applications, P parameters, I parameter, D parameters, how to setting
pid1
- 数字控制系统是一种以数字计算机为控制器去控制具有连续工作状态的被控对象的闭环控制系统。因此,数字控制系统包括工作于离散状态下的数字计算机和工作于连续状态下的被控对象两大部分。我的课题的数字部分(PID)仿真由相应的离散传函实现,运用数字PID对被控对象实行准确控制。通过调节比例(P)、积分(I)、微分(D),使对象的输出达到预期的效果。-Digital control system is a kind of digital computer for the controller to contr
pid2
- 数字控制系统是一种以数字计算机为控制器去控制具有连续工作状态的被控对象的闭环控制系统。因此,数字控制系统包括工作于离散状态下的数字计算机和工作于连续状态下的被控对象两大部分。我的课题的数字部分(PID)仿真由相应的离散传函实现,运用数字PID对被控对象实行准确控制。通过调节比例(P)、积分(I)、微分(D),使对象的输出达到预期的效果。-Digital control system is a kind of digital computer for the controller to contr
pid3
- 数字控制系统是一种以数字计算机为控制器去控制具有连续工作状态的被控对象的闭环控制系统。因此,数字控制系统包括工作于离散状态下的数字计算机和工作于连续状态下的被控对象两大部分。我的课题的数字部分(PID)仿真由相应的离散传函实现,运用数字PID对被控对象实行准确控制。通过调节比例(P)、积分(I)、微分(D),使对象的输出达到预期的效果。-Digital control system is a kind of digital computer for the controller to contr
shiyan
- 数字控制系统是一种以数字计算机为控制器去控制具有连续工作状态的被控对象的闭环控制系统。因此,数字控制系统包括工作于离散状态下的数字计算机和工作于连续状态下的被控对象两大部分。我的课题的数字部分(PID)仿真由相应的离散传函实现,运用数字PID对被控对象实行准确控制。通过调节比例(P)、积分(I)、微分(D),使对象的输出达到预期的效果。-Digital control system is a kind of digital computer for the controller to contr
GeneticWavelet
- 提出了一种基于遗传算法和小波神经网络的 PI 参数整定方法。首先 ,利用具有自然进化的遗传算法对小波神经网络的初始权值进行优化训练 ,解决了控制器网络初始权系数对控制效果产生的影响 其次 ,利用小波神经网络对PID参数进行在线调节 最后将此算法运用到电机控制系统的 P I D参数寻优中。-A new-type controller based on genetic algorithm andwavelet neural net work was presented.The genetic alg
fuzzy_pid
- 直流伺服电机用MATLAB实现的源代码,伺服系统由具有位置反馈、速度反馈和电流反馈的三闭环结构组成本控制系统采用模糊和PID复合控制,在小偏差时转化为P ID控制,这样就获得了比纯模糊控制更高的稳态精度,有比P ID控制更快的动态响应、更小的超调量。-DC servo motor to achieve with the MATLAB source code, by a position feedback servo system, the speed feedback and current f
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_C
- PID算法 Programmer是通过PID方式来计算OP值的。PID中P是强度参数,控制强度;I是积分参数,用来接近设定值;D是微分参数,使输出稳定在设定值附近。PID控制实际上是调整设定斜率和实际斜率的差距,让实际斜率在设定斜率附近震动,最后趋于稳定。-Programmer PID algorithm to calculate the way through the PID value of the OP. P is the strength of the PID parameters
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.
MIL2_mit_system_T01
- 基于matlab的主动巡航模型,需要自己编辑驱动力block和采样时间。通过调节控制单元P,PI,PID得到需要的参数-Active cruise matlab based model need to edit their own driving force block and the sample time. By adjusting the control unit P, PI, PID parameters needed to obtain
pengsai
- 基于掌纹识别的在线身份验证 识别算法本科毕设,包括单边带、双边带、载波抑制及四倍频,IMC-PID是利用内模控制原理来对PID参数进行计算。- Verify recognition algorithm based on palmprint recognition undergraduate complete set of online identity, Including single sideband, double sideband, suppressed carrier and quad
用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