CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 其他小程序 搜索资源 - variable-step

搜索资源列表

  1. self

    1下载:
  2. 自适应滤波方法举例:观察收敛因子、变步长对自适应滤波算法的影响-Adaptive filtering method, for example: To observe the convergence factor, variable step adaptive filter algorithm on the impact of
  3. 所属分类:Other systems

    • 发布日期:2017-04-08
    • 文件大小:1.71kb
    • 提供者:xieyangguan
  1. gongshi

    0下载:
  2. 这是用C写的计算方法中常用的公式,有梯形公式、变步长梯形公式、Romberg公式、欧拉公式、牛顿插值公式、lagrange插值公式等-It is written using C commonly used in the calculation of the formula, there is trapezoid formula, variable-step trapezoidal rule, Romberg formula, Euler' s formula, Newton' s i
  3. 所属分类:Other systems

    • 发布日期:2017-04-01
    • 文件大小:2.34kb
    • 提供者:
  1. lvchenglinnlms

    0下载:
  2. 这里主要对LMS算法及一些改进的LMS算法(NLMS算法、变步长LMS算法、变换域LMS算法)之间的不同点进行了比较,在传统的LMS算法的基础上发展了LMS算法的应用。另一方面又从RLS算法的分析中对其与LMS算法的不同特性进行了比较,很值得研究!-The key players here and some of the LMS algorithm is an improved LMS algorithm (NLMS algorithm, variable step size LMS algor
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:30.44kb
    • 提供者:成林
  1. LMS-adapative

    0下载:
  2. 一种改进的变步长LMS自适应算法,论文不错!-An improved variable step-size LMS adaptive algorithm, thesis is true!
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:57.16kb
    • 提供者:倪宁
  1. bianbuchangLMS

    0下载:
  2. 一种变步长LMS的算法,描述了与基本LMS算法的比较,随着迭代次数的增加,变步长的LMS算法达到最优的迭代次数少-A variable step size LMS algorithm, describes the basic LMS algorithm and compare that with the increase in the number of iterations, variable step size LMS algorithm to achieve the optimal num
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:649byte
    • 提供者:韩磊
  1. Improved-Variable-Step-Size-(IVSS)-LMS-for-Active

    0下载:
  2. With the advent of large industrial machinery, lighter weight materials for transportation vehicles and closer proximity of homes in residential areas, noise disturbances in listening spaces are becoming even more prevalent now than in the pa
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:183.46kb
    • 提供者:ammu
  1. sfun_mppt_vinc

    0下载:
  2. 光伏逆变系统中的最大功率点跟踪算法,采用的是快速收敛的改进的变步长的电导增量方法,由s函数编写-maximum power point tracking method, using variable step size inc method,written by s-function
  3. 所属分类:Other systems

    • 发布日期:2017-11-10
    • 文件大小:619byte
    • 提供者:张明
  1. sfun_mppt_vpo

    2下载:
  2. 光伏逆变系统中的最大功率点跟踪算法,采用的是变步长的扰动观察法,可以快速收敛-mppt method using variable step size perturb and observe method, it can converge faster.
  3. 所属分类:Other systems

    • 发布日期:2017-11-15
    • 文件大小:573byte
    • 提供者:张明
  1. hspredict

    1下载:
  2. 利用自适应滤波器对心音信号进行预测,包括了LMS算法,归一化LMS,变步长LMS和RLS算法,其中RLS的预测效果最好.-Heart sound signals using adaptive filter to predict, including the LMS algorithm, the normalized LMS, variable step size LMS and RLS algorithm, in which the best forecast of RLS.
  3. 所属分类:Other systems

    • 发布日期:2017-11-22
    • 文件大小:410.97kb
    • 提供者:Sun
  1. PVaMPPT

    0下载:
  2. 光伏电池建模与MPPT,变步长导量法,好用-PV modeling and MPPT, the amount of variable step guide method, easy to use
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:12.58kb
    • 提供者:程猛
  1. Int

    0下载:
  2. 4阶变步长算积分,使用与数值分析领域,用C语言编写的。-4-order variable step count points, using the numerical analysis field, using C language.
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-03
    • 文件大小:240.76kb
    • 提供者:Maximo
  1. gai_LMS

    0下载:
  2. 变步长的LMS滤波器设计,一种新的变步长LMS自适应滤波算法-Design of variable step size LMS filter, a new variable step size LMS adaptive filtering algorithm
  3. 所属分类:Other systems

    • 发布日期:2017-04-07
    • 文件大小:731byte
    • 提供者:Johnson
  1. LMS-algorithm-

    0下载:
  2. 一种改进的变步长归一化算法的研究,对比归一化算法,有了比较好的改善-An improved variable step length normalization algorithm research, contrast normalization algorithm, a better improvement
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:111.67kb
    • 提供者:阿撒
  1. variable-step-integration

    0下载:
  2. 本示例中使用了面向对象的程序设计方法,通过对()运算符的重载,把求积运算符号写成(a,b,eps),表示对一个函数从a到b的积分,其中eps是精度。为了显示面向对象的强大之处,我写了两个被积函数,只要直接继承那个被积函数抽象类并覆盖其方法即可。-This example uses the object-oriented programming approach, through the () operator overloading, the quadrature operation symbo
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1.62kb
    • 提供者:金柏倩
  1. variable_step_LMS

    0下载:
  2. 最新的三篇有关变步长的LMS算法。由于去噪,检测等。-The latest three variable step size LMS algorithm related. Because of de-noising, testing and so on.
  3. 所属分类:Other systems

    • 发布日期:2017-05-14
    • 文件大小:2.95mb
    • 提供者:
  1. pvPmppt

    1下载:
  2. 通过光伏模型,用MATLAB元件模拟光伏板输出,用m语言编写变步长的电导增量发的mppt-PV model by using MATLAB component analog output of photovoltaic panels, with m language variable step length hair incremental conductance mppt
  3. 所属分类:Other systems

    • 发布日期:2017-04-27
    • 文件大小:14.32kb
    • 提供者:zym
  1. shuzhijifen

    0下载:
  2. 使用WIN-TC编写一个程序,实现数值积分。用复化梯形方法、复化Simpson方法、变步长梯形方法、变步长Simpson方法编程求解积分值。-Using WIN-TC to write a program to achieve numerical integration. Compound trapezoid method used, the complex method of Simpson, variable step trapezoidal method, Simpson variable
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-28
    • 文件大小:19.9kb
    • 提供者:wu
  1. Gauss

    0下载:
  2. 变步长法高斯积分,积分的方法多种多样,但是不同的条件下用法不同-Variable step method Gauss integral, integral approach varied, but under different conditions in different usage
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.43kb
    • 提供者:白开水
  1. nlms_filter

    1下载:
  2. 变步长nlms自适应对消滤波器的MATLAB编程-The variable step NLMS adaptive cancellation filter MATLAB programming
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:1.13kb
    • 提供者:frank
  1. right

    0下载:
  2. MATLAB实现一种新的变步长的LMS算法,即对步长因子进行了改进,将步长因子与误差因子间建立函数关系提出变步 长LMS新的算法-MATLAB implementation of a new variable step size LMS algorithm, that step factor is improved, will be established as a function of time step size and the error factor proposed variab
  3. 所属分类:Other systems

    • 发布日期:2017-04-12
    • 文件大小:793byte
    • 提供者:代先生
« 12 »
搜珍网 www.dssz.com