搜索资源列表
fsfxx
- 本文主要研究利用神经网络进行非线性辨识及自适应控制。 -This paper studied the feasibility of using neural network nonlinear identification and adaptive control.
rbf
- 基于RBF神经网络辨识的单神经元PID模型参考自适应控制-RBF neural network-based identification of single neuron PID model reference adaptive control
CHAP4_4
- 主要是介绍RBF神经网络与PID控制相结合的自适应控制-Mainly to introduce RBF neural network and PID control of a combination of adaptive control
sadsdsadsadsadsa
- 本程序运用广义模糊神经网络理论采用c++编程,实现了自适应控制-the procedures used fuzzy generalized neural network theory used MATLABL programming, the adaptive control-theory used MATLABL programming, the adaptive control
RobotcontrolEE337
- 自适应控制器代码,可以用于设计神经网络的自适应控制其,用来控制对象,十分有用 的代码-Adaptive controller code can be used in the design of adaptive neural network control its used to control objects, very useful code
neural-network-control-algorithm
- 详细介绍了神经网络的自适应控制方法!对于初学者有很实用的价值,毕业设计_神经网络控制算法仿真-Details of the neural network adaptive control! For beginners there is a very practical value, graduation _ neural network control algorithm simulation
基于hopfiled网络的pid自适应控制
- 为了得到更好的模型自适应控制效果,提出一个有效的控制方案。阐述PID控制技术的定义及Hopfield网络的基本原理。结合PID的控制特点,构造了基于 Hopfield神经网络的PID模型参考自适应控制算法。
art_net
- 自适应谐振理论ART简单实现代码,网络由比较层、识别层、控制模块几大部分构成。(Adaptive resonance theory, ART neural network.The network is made up of the comparison layer, the identification layer and the control module.)
机器人神经网络自适应控制
- 在Matalb中进行机器人控制仿真程序——机器人神经网络自适应控制(Robot neural network adaptive control in Matlab)
RBF神经网络自适应控制_源代码
- 《RBF神经网络自适应控制的matlab仿真》刘金琨著 程序包("RBF neural network adaptive control matlab simulation" Liu Jinkun program package)
chapter three
- 第三章:机器人神经网络自适应控制 基于模型不确定补偿 基于模块逼近(Chapter 3: adaptive control of robot neural network Model uncertainty compensation Module approximation)
基于PD增益自适应调节的模型参考自适应控制
- 基于RBF神经网络辨识的单神经元PID模型参考自适应控制, 基于RBF神经网络辨识的单神经元PID模型参考自适应控制(Single Neuron PID Model Reference Adaptive Control Based on RBF Neural Network Identification)
RBF神经网络自适应控制MATLAB仿真_2014.01_P320
- 使用matlab平台学习一些神经网络 RBF神经网络很厉害的 呃呃呃(Using matlab platform to learn some RBF neural networks which are very powerful hiccups)
RBF自适应
- 基于梯度下降法RBF自适应神经网络控制(RBF adaptive neural network control based on gradient descent method)
matlab神经网络30案例
- rbf神经网络自适应控制matlab仿真实例(Matlab simulation example of RBF neural network adaptive control)
RBF神经网络自适应控制及MATLAB仿真
- RBF神经网络自适应控制及MATLAB仿真 供二次开发参考(RBF neural network adaptive control and MATLAB simulation)
leader-following 自适应动态规划仿真
- 本代码运用自适应动态规划理论,结合BP神经网络,设计实现多智能体系统的一致控制。其中的控制率是由HDP框架的BP神经网络基于智能体的实时状态数据自适应产生的。(leader-following consensus by adaptive dynamic programming)
RBF神经网络自适应控制MATLAB仿真
- 刘金琨老师的著作,主要讲RBF在控制方面的应用,章节末附有源程序(Liu Jinkun teacher's work, mainly about the application of RBF in control, chapter end with the active program)
RBF神经网络自适应控制MATLAB仿真
- RBF神经网络自适应控制MATLAB仿真全书及代码(RBF neural network adaptive control matlab simulation and code)
工作空间中机械手的神经网络自适应控制
- 工作空间中机械手的神经网络自适应控制. 本设计为一个基于神经网络自适应控制的机械手运动模型的 MATLAB 仿真实验。以平面二关节机械手为控制对象,以一圆为目标轨迹。先得到机械手的运动 方程的形式,用 RBF 径向基神经网络对方程式中的系统的各个参数进行建模,利 用每个时刻的估计状态和理想状态的误差,通过梯度下降法对网络参数进行修正, 在若干次修正后,神经网络模型所得的状态跟踪到理想状态。