CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 变步长

搜索资源列表

  1. Integral

    0下载:
  2. 一个计算数值积分的类,包括变步长法和自适应法等。-A calculation of numerical integration of the categories, including variable step-size method and adaptive method.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-02
    • 文件大小:2621
    • 提供者:zj
  1. 3Point

    0下载:
  2. 三点变步长龙格库特法解非线性方程 三点变步长龙格库特法解非线性方程-Three variable step grid Changlong Kut three nonlinear equations Solving Variable Step Method Changlong Kut grid three variable nonlinear equations step-by-step grid Kut Method Changlong nonlinear equations
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1049
    • 提供者:贺林
  1. AdaptiveequalizerofLMSalgorithmanditssimulation.ra

    0下载:
  2. 自适应均衡器的LMS算法实现及其仿真 :自适应均衡器已广泛应用于通信、雷达、声纳、控制和生物医学工程等许多领域,为克服多径衰落和信道失真 引起的码间干扰,实时跟踪移动通信信道的时变特性,笔者设计了一个基于LMS 算法的自适应线性均衡器,并通过改变步 长因子Δ来分析其收敛速度和均方误差特性.-Adaptive equalizer of LMS algorithm and its simulation
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:306229
    • 提供者:彭曾璐
  1. rk5

    1下载:
  2. 利用龙哥库塔法变步长解决高阶常微分方程的程序-Long Ge Kuta method using variable step procedures for solving higher order ordinary differential equations
  3. 所属分类:Windows Develop

    • 发布日期:2016-11-07
    • 文件大小:1024
    • 提供者:郭牛
  1. lmsmatlabe

    0下载:
  2. lms 自适应滤波的matlab设计与实现,可以改变步长及阶数的-lms adaptive filter design and implementation of matlab, you can change the number of steps and the order
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:3389
    • 提供者:cheng lixiang
  1. NLMS

    0下载:
  2. 归一化LMS算法即NLMS算法源程序,自适应信号处理变步长经典算法-Normalized LMS algorithm for the NLMS algorithm source code, adaptive signal processing algorithm for variable step classical
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:911
    • 提供者:wanghaiyan
  1. LMS

    0下载:
  2. 本算法是一种变步长的LMS算法,可以适用于智能算法等相关技术中-this algorithm is about a variable step-size LMS adaptive filter,and can be implied in samrt antenna
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:995
    • 提供者:胡茂兵
  1. bianbuchang

    0下载:
  2. 自适应滤波变步长Lms归一化算法的仿真实现程序-simulation in lms normolized algorithm
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:2341
    • 提供者:wanghuqing
  1. shuzhijifen

    0下载:
  2. 数值积分(学习计算方法三) 变步长梯形公式 变步长辛普森公式 复合梯形公式 复合辛普森公式-Numerical integration (learning method c) variable step variable step trapezoidal rule formula for composite trapezoidal composite Simpson' s formula Simpson
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:2913278
    • 提供者:ludy
  1. Varze

    1下载:
  2. Variable step size 变步长LMS算法在远程水声通信中的应用-Variable step size LMS algorithm in the remote underwater acoustic communications research and application
  3. 所属分类:Remote Control

    • 发布日期:2017-04-02
    • 文件大小:326282
    • 提供者:head
  1. LMS

    0下载:
  2. 一种基于LMS的改进变步长算法及其应用,一种基于LMS的改进变步长算法及其应用-Improvements based on variable step size LMS algorithm and its application
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:686554
    • 提供者:bs
  1. variable-step-LMS-algorithm-

    0下载:
  2. 一种变步长LMS算法及其Matlab仿真-A variable step size LMS algorithm and its Matlab simulation
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:187016
    • 提供者:Tom
  1. Variable-step-size-LMS-algorithm-

    0下载:
  2. 变步长LMS算法性能比较与仿真.希望有帮助-Variable step size LMS algorithm performance compared with the simulation. Hope that helps
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:178788
    • 提供者:Tom
  1. 基于分离度的变步长不完整自然梯度算法

    1下载:
  2. 自己写的代码,基于分离度的变步长不完整自然梯度算法实现盲源分离,比传统的梯度分离效果要好,可以直接运行。
  3. 所属分类:matlab例程

    • 发布日期:2016-05-19
    • 文件大小:4003
    • 提供者:shanchangfang
  1. 变步长的批处理方法

    1下载:
  2. 这是盲源分离中的自然梯度算法批处理方式,这是使用的变步长的方法,所谓的批处理方法就是迭代的过程不是用一个点去更新权值了,而是利用许多个点来更新权值
  3. 所属分类:matlab例程

  1. RK45

    3下载:
  2. 变步长四阶龙格库塔法,可自己控制误差精度,可用于变参微分方程组,亲测可用(variable-step runge-kutta)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:1024
    • 提供者:旅游001
  1. 变步长扰动观察法

    0下载:
  2. 利用S函数实现的变步长电导增量法,需要和模型结合(The variable step length conductance increment method realized by S function needs to be combined with the model)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-20
    • 文件大小:16384
    • 提供者:涛哥1
  1. LMS_鲁棒变步长归一化

    0下载:
  2. 鲁棒自适应滤波器的MATLAB仿真和实现。这里采用的一种变步长的NLMS算法(VSSNLMS)(Robust adaptive filter MATLAB simulation and implementation. A variable-step NLMS algorithm (VSSNLMS) used here)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:奕良
  1. bianbuchangvss-and-mvss-and-nlms

    1下载:
  2. LMS算法程序 代码等等 变步长LMS算法程序 代码等等 变步长(lms bianbuchang)
  3. 所属分类:matlab例程

    • 发布日期:2019-05-22
    • 文件大小:2048
    • 提供者:dsgafdg5880
  1. tri

    2下载:
  2. 使用c++语言写的变步长梯形积分算法,压缩包里两个文件和在一块运行,一个是算法部分,一个是利用具体例子作为检验算法的算例(Variable step trapezoidal integration algorithm written in C + + language)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2021-02-28
    • 文件大小:30720
    • 提供者:xcxc
« 1 23 4 5 6 7 8 9 10 ... 16 »
搜珍网 www.dssz.com