当前位置:
首页 资源下载
搜索资源 - PID using neural network
搜索资源列表
-
0下载:
基于神经网络的PID控制不是用神经网络来整定PID的参数,而是用神经网络直接作为控制器,通过训练神经网络的权系数间接地调整PID参数。-based on neural network PID control is not using neural networks to PID parameters, Rather, as a neural network controller directly, through the training of the neural network weight
-
-
0下载:
利用神经网络自校订、自学习功能在线整定PID-using neural network self-editing, self-learning function online tuning PID
-
-
0下载:
利用神经网络度pid参数进行整定,优化参数-Pid degrees using neural network tuning parameters, and optimize the parameters
-
-
0下载:
这个程序采用BP神经网络对传统的PID控制器的三个参数进行整定-This procedure using BP neural network to the traditional PID controller tuning the three parameters
-
-
2下载:
本文讨论了神经网络PID控制策略,提出了一种单神经元自适应PID控制器,给出了控制模型,探讨了单神经元自适应PID控制学习算法,通过修改神经元控制器连接加权系数 ,构成了自适应PID控制器。利用神经网络的自学习能力进行PID控制参数的在线整定,并使用了MATLAB软件进行了仿真研究。比较传统PID控制器与单神经元自适应PID控制器两者的仿真结果表明,神经网络PID控制器参数调节简单,具有很高的精度和很强的适应性,可以获得满意的控制效果。-This paper discusses the nerv
-
-
2下载:
采用DRNN神经网络整定的PID解耦程序,非常实用的哦。-DRNN using neural network-tuning PID decoupling of the process, oh, very practical.
-
-
0下载:
用matlab实现的双输入双输出PID神经网络仿真程序-Using matlab to achieve two-input two-output PID neural network simulation program
-
-
1下载:
1.BP神经网络进行模式识别
2.用BP网络对非线性系统进行辨识
3.一个神经网络PID控制器
4.图像处理的PCA算法
5.图像处理的穷举算法-1.BP neural network pattern recognition 2. Using BP network identification of nonlinear systems 3. A neural network PID controller 4. The PCA algorithm for image process
-
-
0下载:
Three function for RBF neural network, using OLS,Rand and SGA
function [newcenter,sigma,W,yh,rmse]=rbfols(p,t,tol)
p 為輸入資料點,N×K矩陣,N是輸入資料維度,K是資料點數
t 為目標輸出值,1×K矩陣
tol 為指定容忍度或正確率
centers選定中心點,N×nc矩陣
sigma為 ? 值
W為輸出層權重,nc×1矩陣
y
-
-
1下载:
采用神经网络控制的方法。利用人工神经网络的自学习这一特性,并结合传统的PID控制理论,构造神经网络PID控制器,实现控制器参数的自动调整-Control method using neural network. Artificial neural network to learn the characteristics of the self, combined with the traditional PID control theory, structural neural network
-
-
1下载:
用一个多层前向神经网络,采用反向传播算法依据控制要求实时输出Kp、Ki、Kd,依次作为PID控制器的实时参数,代替传统PID参数靠经验的人工整定和工程整定,以达到对大迟延主气温系统的良好控制。-We use a multilayer feedforward neural network using back propagation algorithm and based on control requirements.This net can real-time output Kp, Ki, K
-
-
0下载:
利用BP神经网络实现一阶惯性大滞后PID控制-BP neural network using a PID control of lag-order inertia
-
-
0下载:
基于BP神经网络的一阶惯性纯滞后PID控制-BP neural network based on a PID control order inertia delay
-
-
0下载:
针对双容水箱大滞后系统,采用PID方法去控制。首先对PID控制中各参数的作用进行分析,采用根轨迹校正、伯德图校正的方法,对系统进行校正。最后采用神经网络PID控制的方法-Large time delay for two-capacity water tank system, using PID method to control. First, the parameters of the PID control in the role of analysis using root locus c
-
-
0下载:
The paper deals with a controller design for the nonlinear processes using genetic
algorithm and neural model. The aim was to improve the control performance using
genetic algorithm for optimal PID controller tuning. The plant model has been
id
-
-
1下载:
《MATLAB智能算法超级学习手册》随书光盘,《MATLAB智能算法超级学习手册》的内容主要包括马尔科夫链模型、层次分析法、粒子群算法、遗传算法、蚁群算法、鱼群算法、PID控制算法、神经网络算法等。智能算法对于很多初学者而言,有一定的困难,很难理解程序流程、数据的运算过程,因此给实际应用带来困难。本书将围绕智能算法展开综述,深入浅出地介绍和分析各类智能算法,用智能算法解决工程应用问题。-Content " MATLAB super intelligent algorithm to stu
-
-
1下载:
神经网络PID算法,可实现PID参数应用神经网络进行整定-Neural Network PID algorithm, the PID parameters can be achieved using neural network tuning
-
-
0下载:
IMC-PID是利用内模控制原理来对PID参数进行计算,RhICuHq参数matlab程序运行时导入数据文件作为输入参数,包括调制,解调,信噪比计算,应用小区域方差对比,程序简单,PbeMccO条件包含位置式PID算法、积分分离式PID,关于神经网络控制。- The IMC- PID is using the internal model control principle for PID parameters is calculated, RhICuHq parameter Import d
-
-
2下载:
该MDL主要通过Matlab Simulink实现神经网络的PID控制,两个例子中神经网络模块分别利用Simulink\User-Defined Functions\MATLAB Fcn和S函数方式实现。在S函数中引入T,nh,xite,alfa,kf1,kf2等参数,在S-Function模块的Parameters处予以初始化。并附带了S函数的使用方法,供大家学习Simulink中两种自定义模块的使用方法。(The MDL mainly through the Matlab Simulink
-
-
0下载:
使用Matlab实现了基于模糊神经网络的PID控制器,用于模拟斩波电路的PID控制器控制模拟(The PID controller based on fuzzy neural network is realized by using MATLAB, which is used to simulate the control of the PID controller of the analog chopper circuit.)
-