搜索资源列表

  1. robot

    0下载:
  2. 本程序是三关机器人的仿真程序。将非线性变结构控制方法运用到三关节机器人系统的动力学控制中,建立了变结构控制器。-This procedure is a three-robot simulation program. Nonlinear variable structure control method applied to the three joint robot dynamics control system, the establ
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:11264
    • 提供者:qiang
  1. Matlab01

    0下载:
  2. Matlab动态仿真在混沌控制与同步中的应用研究 摘 要:针对在分析非线性系统混沌行为时较为复杂这一问题,采用一般的数值计算方法,提出了利用Mat2 lab对混沌系统进行建模和动态仿真的方法.以蔡电路和洛伦兹系统为例,分析了其动态仿真在混沌控制与 同步中的应用-Dynamic simulation in Matlab Chaos Control and Synchronization of the Applied Researc
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:27648
    • 提供者:武同学
  1. zhengjiaoWNN

    0下载:
  2. 基于多分辨分析的递阶逼近思想,采用正交小波网络研究了输入样本空间分布非均匀时非线性系统的 辨识问题. 重点讨论了样本非均匀时网格系的设计问题,并给出了基于该网格系的在线递阶辨识算法. 最后利用正 交小波网络分别对非线性静态和动态系统进行了仿真辨识.-Multiresolution analysis based on Hierarchical Approximation thinking, the use of orthogona
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:340992
    • 提供者:guole
  1. WNN_PID

    0下载:
  2. 提出了一种基于小波神经网络整定的PID 控制方法。由于小波变换具有良 好的时频局部特性,神经网络具有强大的非线性映射能力,自学习、自适应等优势,采用规 范正交的小波函数作为神经网络的基函数构成小波神经网络,该网络兼有小波函数的紧 支性、波动性以及神经网络的非线性映射能力,自学习、自适应能力等优点,渗碳炉控制实 验结果表明,用该方法整定的PID 控制系统收敛速度快,逼近精度高,鲁棒性好-Based on wavelet n
  3. 所属分类:文件格式

    • 发布日期:2024-05-18
    • 文件大小:192512
    • 提供者:guole
  1. fenchatu

    0下载:
  2. 非线性动力系统中分叉图用来定性的表示系统行为的演化,本代码中ode1.m定义了一个经典的Lorenz系统,sode3.m对该系统计算并画出了参数敏感区的分叉图。-Nonlinear dynamic system bifurcation diagram used to express qualitative evolution of system behavior, the code defines a ode1.m classical
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:wangyin
  1. 1

    0下载:
  2. BP神经网络已广泛应用于非线性建摸、函数逼近、系统辨识等方面,但对实际问题,其模型结构需由 实验确定,无规律可寻。简要介绍了利用 Matlab语言进行 BP网络建立、训练、仿真的方法及注意事项。 -BP neural network has been widely used in nonlinear modeling, function approximation, system identification, etc., but
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-18
    • 文件大小:93184
    • 提供者:覃亮朋
  1. budongdian

    0下载:
  2. 此程序为解非线性方程组的不动点迭代法,在MATLAB执行.-This procedure for the solution of nonlinear equations of the fixed point iteration method, in the MATLAB implementation.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:yang
  1. ChaoticTimesSeries

    0下载:
  2. an analysis software with souce code for the time series with methods based on the theory of nonlinear deterministic dynamical systems, or chaos theory.这套软件源码是根据H. Kantz and T. Schreiber, ``Nonlinear Time Series Analysis
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:806912
    • 提供者:allen
  1. nlinfit

    0下载:
  2. 非线性最小二乘法,L-M算法,单精度。可用于学习,科研-Nonlinear least square method, LM algorithm, single-precision. Can be used for learning, research
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:3072
    • 提供者:typ
  1. regrRR

    0下载:
  2. Ridge Regression RR 岭回归估计,是非常有用的非线性时间序列算法,在局部多项式预测中非常有用。-Ridge Regression RR ridge regression estimates, it is useful to nonlinear time series algorithms, in Local Polynomial prediction in very useful.
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:zhxj
  1. find_nearest_neighbours

    0下载:
  2. % [nearest_neighbours] = find_nearest_neighbours( database, desc, max_dist ) % Find the indices of the nearest neighbours of the given desriptors in the近邻点寻找算法,在非线性时间序列中很有用,是常用的算法- [Nearest_neighbours] = find_nearest_n
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:zhxj
  1. wnn

    0下载:
  2. 小波神经网络的源程序: 1.构造的非线性函数: 位于nninit_test.m 2.直接用WNN逼近非线性:Wnn_test.m, (内部调用小波函数) 3.遗传算法优化后逼近 :GA_Wnn_test.m (内部调用遗传算法的,初始化,适应度,解码函数)-genetic algorithm optimization WNN source : 1. Construction of the nonlinear function : nni
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:lanhucx
  1. NONLINE

    0下载:
  2. 非线性有限元分析程序,浙江大学凌道盛老师书的源程序-Nonlinear finite element analysis program, Zhejiang University LING Dao-sheng teacher source book
  3. 所属分类:交通/航空行业

    • 发布日期:2024-05-18
    • 文件大小:109568
    • 提供者:wq2351
  1. SIMPSA

    0下载:
  2. 非线性单纯性和模拟退货算法的matlab程序: 本程序实现了非线性单纯性和模拟退货算法的联合优化求解-Nonlinear simplex algorithm and simulated return matlab procedure: This procedure achieved a non-linear simplex algorithm and simulated return for solving the joint op
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:16384
    • 提供者:zj
  1. nonlinear_robust_system

    0下载:
  2. 非线性系统鲁棒控制理论的一些新进展_分析比较透彻-Robust control of nonlinear systems theory, some new progress _ a thorough analysis and comparison
  3. 所属分类:技术管理

    • 发布日期:2024-05-18
    • 文件大小:188416
    • 提供者:章必成
  1. NONSAP

    3下载:
  2. 非线性有限元程序,NONSAP is a general finite element program for the nonlinear static and dynamic analysis of complex structures. The program is very flexible and was designed to be extended and modified by the user. In particula
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:124928
    • 提供者:wangsong
  1. nftools-v2.0rc4

    0下载:
  2. Nonlinear Filtering Toolbox
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:72704
    • 提供者:onlyjoker
  1. fem_toolbox

    0下载:
  2. FEM tools for caculation of nonlinear problems
  3. 所属分类:其他小程序

    • 发布日期:2024-05-18
    • 文件大小:137216
    • 提供者:Steven Wang
  1. NLSE

    0下载:
  2. 一个非常好用的计算非线性薛定谔方程的小软件-A very useful calculation of nonlinear Schr枚dinger equation of small software
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-18
    • 文件大小:89088
    • 提供者:石智伟
  1. danbai

    0下载:
  2. 这是关于非线性单摆的混沌解法后期出现的庞加莱图的matlab程序 -This is a nonlinear pendulum on the latter part of the chaotic solution of the Poincare map matlab program
  3. 所属分类:matlab例程

    • 发布日期:2024-05-18
    • 文件大小:1024
    • 提供者:julien716
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org