搜索资源列表
pid-labview
- 以PID 控制为例,讨论在计算机控制中实现参数自整定的一种智能控制方法。在传统 的PID 控制的参数自整定算法中引入人工智能理论,首先将人的控制经验表示成自整定算法主要规则。 从专家系统角度,描述了规则的产生式表示和计算机内的存储结构,控制知识库的建立及推理机制。-PID control as an example to discuss the computer-controlled to achieve self-tuning parameters of an intelligent
PID
- 此程序为自动控制原理中实现基本PID控制算法的例子程序,能查看调节曲线,显示曲线输出,参数修改等功能。-This procedure for the automatic control theory to achieve the basic PID control algorithm example program that can view the regulation curve, showing the output curve, parameter modification functi
PID
- 摘要:本文对机械院420实验室的液位控制系统进行了探讨。不使用其中的加热器、流量计等环节。集中精力研究液位控制过程,通过多次实验探寻比例、积分、微分各系数变化对液位控制品质的影响,实验结果和理论推想一致。本文结合实验数据阐述了比例、积分、微分各系数变化对液位控制品质的影响。在此基础上,最终确定的PID参数可以使液位稳定在29.8cm到30.2cm的范围(期望值为30cm)-Abstract: In this paper machinery 420 hospital laboratories in
PID-GAs
- 遗传算法的PID调节 题目:已知 ,利用GA 寻优PID参数,其中K=1,T=2, ,二进制/实数编码,位数不限,M,Pc,Pm自选,性能指标 ,Q=100为仿真计算步长。-PID regulation of genetic algorithms Title: known, the use of PID parameters of GA optimization, in which K = 1, T = 2,, binary/real-coded, not limited to the me
PIDlabwindows
- 代码实现炉温的PID控制,开发环境是labwindows/CVI,经试验验证控制效果良好,可自设定PID参数。-The code to achieve the PID Temperature Control, development environment is labwindows/CVI, and tested validation controls works well, can set the PID parameters self.
pid
- 人工智能(模糊在自动控制的应用)电动机控制中的简单遗传算法PID参数优化-Artificial intelligence (fuzzy in Automatic Control) motor control in the simple genetic algorithm optimization of PID parameters
PIDdeZ-Nzhengding
- 这是一段Z-N法整定PID参数的程序,非常的实用-This is a Z-N method PID parameter tuning process,it is Very useful
digital-PID-control-algorithm--MFC
- 数字PID控制算法的MFC实现(在CPIDControllor类)客户端输入PID参数后,服务器端会返回PID调节曲线给客户端-MFC digital PID control algorithm to achieve (in CPIDControllor class) Client Input PID parameters, the server will return to the client PID regulator curve
PID
- PID调节器,可以通过调节PID参数观察曲线变化-PID controller, you can adjust the PID parameters observed curve
pid
- 利用matlab软件对PID参数进行多种方式的调节整定-Using matlab software PID parameter tuning adjustment of a variety of ways
ACO-PID
- 除了蚁群算法,可用于PID参数优化的智能算法还有很多,比如遗传算法、模拟退火算法、粒子群算法、人工鱼群算法,等等。-In addition to the ant colony algorithm can be used to optimize the PID parameters, there are many intelligent algorithms, such as genetic algorithms, simulated annealing algorithm, particle s
ZNAutoSetFcn
- 临界比例度法自整定PID参数,需要连接相关PID程序即可完成整定(The critical proportional method self-tuning pid parameter, need to connect the related PID program can complete the setting)
利用PSO算法优化求解PID参数
- PSO粒子群优化的PID参数,通过matlab平台C语言来编写,达到优化控制的目的(PSO particle swarm optimization PID parameters, through the MATLAB platform C language to write, to achieve the purpose of optimization control)
PID参数设置
- Arduino控制板对舵机进行PID参数设置的程序 ,对舵机进行PID参数设计,搭载二自由度云台,因此设置了两个方向的PID参数(The Arduino control board carries on the PID parameter setting program to the steering gear, carries on the PID parameter design to the steering gear, carries two degrees of freedom pan
pso_PID_opt_3
- 一种简单的matlab中的pid算法,用于随机搜索优化算法优化PID参数,(Random search optimization algorithm to optimize PID parameters)
粒子群算法优化PID参数实例1
- 粒子群算法优化PID参数实例+matlab代码学习研究(Optimization of PID parameters by particle swarm optimization)
基于数控机床进给系统PID参数优化程序
- 本代码运行遗传算法对数控机床系统PID控制环节的参数进行了整定(This code runs the genetic algorithm(GA)to set the parameters of the PID control link of the CNC machine tool system.)
PID-Real-time display and adjustment
- 一款由Python编写的PID上位机,不仅具有上位机的收发功能,还可以实时绘制PID图像和调节PID参数(Real time display and adjust PID.)
way_2
- 使用遗传算法对pid参数优化 遗传算法简称GA(genetic algorithms),它是模拟自然界遗传机制和生物进化论的一种并行随机搜索最优化方法。它将“优胜劣汰,适者生存”的生物进化理论引入优化参数形成的编码串联群体中,按所选择的适配值函数并通过遗传中的复制、交叉及变异对个体进行筛选,使适配值高的个体被保留下来,组成新的群体,周而复始,群体中个体适应度不断提高,直到满足某一条件。 。(Using genetic algorithm to optimize PID parameters)
5996蚁群算法优化PID参数
- 利用蚁群算法对pid进行参数优化,里面有源代码和一些代码的注释(Using ant colony algorithm to optimize the parameters of pid, there are source code and some code annotations.)