搜索资源列表
基于模糊神经网络的自适应预失真功放
- 基于模糊神经网络的自适应预失真功放。DPD功放模型的研究。-Based on fuzzy neural network adaptive predistortion power amplifier. DPD amplifier modeling.
neral_network
- 清华大学的神经网络的课件!主要讲了感知器,对传网,自适应共振理论!-Tsinghua University, the neural network software! The main speaker of the perceptron on the Biography network, adaptive resonance theory!
fsfxx
- 本文主要研究利用神经网络进行非线性辨识及自适应控制。 -This paper studied the feasibility of using neural network nonlinear identification and adaptive control.
Signal
- 过程信号的前馈-反馈型自适应盲分离算法:利用神经网络的自学习能力实现信号的盲分离已被证明是实现信号分离的一种有效方法,不同的神经网络模型对分离算法的效能将产生极大的影响 -The process of signal feedforward- feedback-based adaptive algorithm for blind source separation: Using neural networks to achieve self-learning ability of the bl
zishiyinggongzhen
- 自适应神经网络的一个应用示例,希望对学习这方面的朋友有用-An adaptive neural network application example, and they hope to learn from a friend useful in this regard
zishiyingfufankui
- 用于神经网络自适应算法的Matla盲源分离 -Adaptive algorithm for neural networks of the Matla Blind Source Separation
sadsdsadsadsadsa
- 本程序运用广义模糊神经网络理论采用c++编程,实现了自适应控制-the procedures used fuzzy generalized neural network theory used MATLABL programming, the adaptive control-theory used MATLABL programming, the adaptive control
ann
- 自适应神经网络的源代码 Adaptive Neural Networks 自适应神经网络是实现神经网络自适应算法的集合-Adaptive neural network source code Adaptive Neural Networks Adaptive neural network is to achieve a collection of neural network adaptive algorithm
基于hopfiled网络的pid自适应控制
- 为了得到更好的模型自适应控制效果,提出一个有效的控制方案。阐述PID控制技术的定义及Hopfield网络的基本原理。结合PID的控制特点,构造了基于 Hopfield神经网络的PID模型参考自适应控制算法。
神经网络
- 人工神经网络(Artificial Neural Networks,简写为ANNs)是一种模仿动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连接的关系,从而达到处理信息的目的,并具有自学习和自适应的能力。(Artificial neural network (ANN) is a mathematical model that imitates the behavior characteristics of animal neu
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)
人工神经网络-matlab-源程序代码
- 人工神经网络(Artificial Neural Networks,简写为ANNs)是一种模仿动物神经网络行为特征,进行分布式并行信息处理的算法数学模型。这种网络依靠系统的复杂程度,通过调整内部大量节点之间相互连接的关系,从而达到处理信息的目的,并具有自学习和自适应的能力。(Artificial neural network is an algorithm mathematical model that mimics the behavior characteristics of animal
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)
RBF神经网络自适应控制及MATLAB仿真
- RBF神经网络自适应控制及MATLAB仿真 供二次开发参考(RBF neural network adaptive control and MATLAB simulation)
RBF神经网络自适应控制MATLAB仿真
- RBF神经网络自适应控制MATLAB仿真全书及代码(RBF neural network adaptive control matlab simulation and code)
工作空间中机械手的神经网络自适应控制
- 工作空间中机械手的神经网络自适应控制. 本设计为一个基于神经网络自适应控制的机械手运动模型的 MATLAB 仿真实验。以平面二关节机械手为控制对象,以一圆为目标轨迹。先得到机械手的运动 方程的形式,用 RBF 径向基神经网络对方程式中的系统的各个参数进行建模,利 用每个时刻的估计状态和理想状态的误差,通过梯度下降法对网络参数进行修正, 在若干次修正后,神经网络模型所得的状态跟踪到理想状态。