CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 数值算法/人工智能 数学计算/工程计算 搜索资源 - 递推算法

搜索资源列表

  1. 3order_RLS1

    3下载:
  2. 最小二乘递推算法RLS,利用递推最小二乘法计算Volterra级数的核-recursive least squares algorithm RLS using recursive least squares method Volterra series of nuclear
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1.82kb
    • 提供者:辛号
  1. computerdisign-C

    0下载:
  2. 算法的设计方法(C程序):一、迭代法 二、穷举搜索法三、递推法 四、递归五、回溯法 六、贪婪法 -algorithm design method (C program) : 1, 2 iteration, the exhaustive search method three, four recursive method, recursive 5, backtracking 6, greedy algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:33.86kb
    • 提供者:xuyan
  1. step_EC

    0下载:
  2. 使用矩阵类完成递推求解均值与方差,类的功能较强大,算法效率较高-use matrices to complete recursive solution means and variances, the functional category stronger, more efficient algorithm
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:14.57kb
    • 提供者:peng
  1. kalman

    0下载:
  2. 卡尔曼滤波的源程序,卡尔曼滤波是以最小均方误差为估计的最佳准则,来寻求一套递推估计的算法。它适合于实时处理和计算机运算。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:910byte
    • 提供者:小雨
  1. simultaneity

    1下载:
  2. 同时辨识模型阶次及参数算法。用阶次递推算法,结合AIC法——利用赤池信息准则辨识上例的模型阶次和参数。
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:54.43kb
    • 提供者:何林立
  1. guji

    2下载:
  2. 系统辨识中,递推最小二乘估计(RLS)是辨识模型阶次的一个重要的算法。该程序通过实现该算法,得到模型阶次的估计值以及相关参数值。-system identification, recursive least squares estimation (RLS) identification model is of the order of an important algorithm. The program through the realization of the algorithm, to
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:3.67kb
    • 提供者:qqiang
  1. 递推关系的建立及在信息学竞赛中的应用

    0下载:
  2. 递推关系的建立及在信息学竞赛中的应用 欢迎下载ginger547的算法资料-recurrence relations and the establishment of the Information Science Contest welcome to download the application of the algorithm information ginger547
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:43.77kb
    • 提供者:王健旭
  1. LS

    0下载:
  2. 最小二乘辨识算法,包括一次完成最小二乘和递推最小二乘算法以及PRBS的生成方法-LS
  3. 所属分类:Algorithm

    • 发布日期:2017-05-08
    • 文件大小:1.81mb
    • 提供者:nicole
  1. kalman

    1下载:
  2. 本实验是利用卡尔曼滤波器实现一维匀加速运动的轨迹跟踪。卡尔曼滤波是一种时域滤波方法,它采用状态空间方法描述系统,算法采用递推机制,数据存储量小,在导航领域有成功的应用。-This experiment is the use of Kalman filter to achieve a one-dimensional constant acceleration of the trajectory tracking. Kalman filter is a time-domain filtering m
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-03-19
    • 文件大小:32.93kb
    • 提供者:yunguangmei
  1. Recursive_Least_Squares_Constant_Modulus_Algorithm

    0下载:
  2. 盲自适应算法--递推最小二乘恒模算法Recursive Least Squares Constant Modulus Algorithm for Blind Adaptive Array-Recursive Least Squares Constant Modulus Algorithm for Blind Adaptive Array2004
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:154.86kb
    • 提供者:刘英超
  1. Commonalgorithms

    0下载:
  2. 一些常用的算法设计方法和C++环境下的实现方法。主要包括:迭代法、穷举搜、索法、递推法、递归、回溯法、贪婪法、分治法 -Some commonly used algorithm design methods and C environments are implemented. These mainly include: iterative method, exhaustive search, rope method, recursive method, recursion, backtra
  3. 所属分类:Algorithm

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

    0下载:
  2. LSL最小二乘格型算法实现自适应滤波器,采取迭代递推算法,更新滤波器权值参数因子-LSL least square of lattice implements adaptive filter improve effective iteration
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:2.48kb
    • 提供者:刘智
  1. FastKalmanAlgorthm

    0下载:
  2. 快速卡尔曼算法是递推最小二乘算法中的一种, 它的收敛速度比梯度算法快得多, 其计算量又比常规卡尔曼算法少得多, 特别适合于跟踪像电离层这样的快变化时变信道。 本文对 用于自适应均衡的快速卡尔曼算法进行了详细研究。-Fast Kalman algo r ithm is one of recursive least squares algo r ithm s . It has much faster equalizer convergence than the gradient algo
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:179.05kb
    • 提供者:张海洋
  1. RLS

    0下载:
  2. 递推最小二乘算法,源码,计算机练习,收敛性。-Recursive least squares algorithm, source code, computer training, convergence.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:58.5kb
    • 提供者:peanut66
  1. Apriori

    1下载:
  2. 该算法应用于单维、单层、布尔关联规则,其核心是基于两阶段频集思想的递推算法。首先找出所有的频集,这些项集出现的频繁性至少和预定义的最小支持度一样。然后由频集产生强关联规则,这些规则必须满足最小支持度和最小可信度。-The algorithm is applied to one-dimensional, single-layer, Boolean association rules, its core is based on the idea of ​ ​ a two-stag
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:1.5kb
    • 提供者:曹擎宇
  1. ditui

    1下载:
  2. 利用MTALAB的M语言编写递推最小二乘法的参数测量算法-use matlab M language edit a RLS parameter estimation program
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:625byte
    • 提供者:不再犹豫
  1. latid

    0下载:
  2. 物理大地测量中的勒让德递推求重力值,只给了算法文件,大家一看就知道咋用了,其它的没必要-Physical geodesy Le Germany recursive seek gravity value only to the algorithm file, we see that the loud noise with the other is not necessary
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:809byte
    • 提供者:lvdengmei
  1. REMA

    0下载:
  2. 采用递推增广矩阵法的系统辨识仿真算法。我的Matlab是7.6.0版本-Recursive augmented matrix method of system identification simulation algorithm. My Matlab is 7.6.0 version
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1.63kb
    • 提供者:范奎伟
  1. Onwards-continued-fraction-algorithm

    1下载:
  2. 提出了一种新的Mie散射算法。针对Mie散射系数计算中直接递推所存在的数据溢出问题, 对散射系数的递推公式进行改进, 以连分式形式进行计算,将两个关键函数分别向前递推, 避免了直接计算时贝塞尔函数值超出计算机最大数据限而造成的数据溢出问题。利用Matlab编程,分别计算了不同粒径参数和不同折射率情况下的散射光强分布,并对两种算法的模拟结果进行了分析比较。结果表明,在两种算法都有效的范围内这两种算法的计算结果完全相 符, 而改进的向前递推连分式算法用一个变量循环叠代就能完成连分式的计算, 展宽
  3. 所属分类:Algorithm

    • 发布日期:2017-11-16
    • 文件大小:319.72kb
    • 提供者:小曹
  1. order-and-parameters

    0下载:
  2. 同时辨识模型阶次及参数算法。用阶次递推算法,结合AIC法——利用赤池信息准则辨识上例的模型阶次和参数。-请键入文字或网站地址,或者上传文档。 取消 Tóngshí biànshì móxíng jiē cì jí cānshù suànfǎ. Yòng jiē cì dì tuīsuàn fǎ, jiéhé AIC fǎ——lìyòng chìchí xìnxī zhǔnzé biànshì shàng lì de móxíng jiē cì hé cānshù.At the same
  3. 所属分类:Algorithm

    • 发布日期:2017-05-11
    • 文件大小:2.02mb
    • 提供者:董毅
« 12 »
搜珍网 www.dssz.com