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

搜索资源列表

  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
    • 文件大小:34671
    • 提供者:xuyan
  1. orthrecurs

    0下载:
  2. 用递推法产生正交多项式系,即求alpha[j+1]、beta[j] 入口参数:m是数据点数,n是拟合的最高阶数, float x[],float y[]是对应纵横坐标,出口参数:a[] 是最小二乘拟合参数,alpha[]、beta[]是递推系数
  3. 所属分类:数学计算/工程计算

    • 发布日期:2014-01-16
    • 文件大小:1122
    • 提供者:刘炳
  1. 3xiangdituiMarcumq

    0下载:
  2. 用“三项求和法”计算正整数阶MarcumQ函数,其基础是MarcumQ函数的级数表达形式和Clenshaw递推法,主要是结合具体的问题对Clenshaw递推方法进行了推广。
  3. 所属分类:数学计算/工程计算

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

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

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

    0下载:
  2. (1)Msls分三步对系统和噪声模型进行辨识,采用脉冲序列作为辅助系统模型,用 计算输出数据 ;用原输出数据 计算 ,用递推最小二乘方法分别对系统参数和模型参数进行估计。 (2)M.dat,wnoise1.dat分别为M和白噪声序列。Wnoise1.dat的长度为700,wnoise2.dat的长度为1000。Msls6.c为N=600的程序,Msls8.c为N=800的程序。 (3)程序运行后,生成的两个h文件为产生的脉冲响应函数。Msls6.dat为msls6.c的参数估计结果,ms
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:28560
    • 提供者:陈栋
  1. MSLS

    0下载:
  2. MSLSⅠ多步递推最小二乘法 Msls分三步对系统和噪声模型进行辨识,采用脉冲序列作为辅助系统模型,用计算输出数据;用原输出数据计算,用递推最小二乘方法分别对系统参数和模型参数进行估计。 -MSLS Ⅰ recursive least squares multi-step Msls three steps on the system and noise model identification, the use of pulse sequence as a supplementary s
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:9872
    • 提供者:miaomiao
  1. lsmd

    0下载:
  2. 最小二乘递推算法及其matlab实现(计算估计值)-least squares method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-31
    • 文件大小:1098
    • 提供者:关尔
  1. dmle

    0下载:
  2. 递推极大似然法求解系统辨识参数(matlab)-Maximum Likelihood Estimation
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:691
    • 提供者:关尔
  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-03-31
    • 文件大小:28446
    • 提供者:wgl
  1. KALMAN

    0下载:
  2. 卡尔曼滤波器PID控制,采用时域递推法,处理信号噪声的平稳随机过程-PID control, Kalman filter, recursive time-domain method to deal with the noise of the stationary random process signals
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:811
    • 提供者:likang
  1. gauss

    0下载:
  2. 迭代法也称辗转法,是一种不断用变量的旧值递推新值的过程,跟迭代法相对应的是直接法(或者称为一次解法),即一次性解决问题。-Iterative method, also known as removed France, is a constant value the old value of the variable recursive process, with iterative wears corresponds to the direct method (or the first solu
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:946
    • 提供者:baoluyao
  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
    • 文件大小:1668
    • 提供者:范奎伟
  1. integral--interpolation--recursion

    0下载:
  2. 数值分析函数积分插值法递推公式精确到0.001-integral interpolation recursion
  3. 所属分类:Algorithm

    • 发布日期:2017-12-04
    • 文件大小:32051
    • 提供者:常龙
  1. Improved-algorithm

    0下载:
  2. 提出一种新的计算 MIE 散射系数的算法。该算法使用了改进的后向递推公式,可对 MIE 系数中的消光系数 Kext 和散射系数 K sca 进行精确计算。由于新算法能显著地减少计算循环次数, 因此明显缩短了计算时间。对广泛运用的递推法和连分式法进行了比较详细的讨论。并且把新算 法的计算结果和已有的成果进行了比较。结果表明:(1)计算的循环次数与粒子的复折射率基本没 有关系;(2)连分式得到的结果通常最准确;(3)新算法在尺度系数较大时(>1000),计算时间仅为 连分式
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:190552
    • 提供者:小曹
  1. shuzhijifen

    0下载:
  2. 计算方法中的数值积分。用梯形递推法实现数值积分,而且可以控制精度。-Calculation method of numerical integration. Recursive method to achieve the trapezoidal numerical integration, and can control precision.
  3. 所属分类:Algorithm

    • 发布日期:2017-12-07
    • 文件大小:633283
    • 提供者:zhonghongbao
  1. LS1

    0下载:
  2. 系统辨识最小二乘法估计,递推最小二乘法估计,辅助变量法估计,广义最小二乘法估计等-System identification least squares estimation, recursive least squares estimation, instrumental variable method estimated generalized least squares estimation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1344
    • 提供者:
  1. mqhs08

    0下载:
  2. 递推化梯形法求解定积分,求解低阶定积分,迭代法开平方运算,牛顿法解方程,欧拉方法求解微分方程,改进的欧拉方法求解微分方程,雅可比迭代公式求解线性方程,-qiu jie di jie ding ji feng,dijin tuihua tixing qiujie dingjifeng,qiu jie dijia dingji feng ,diedai fa kai pingfang yunsuan
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:3977
    • 提供者:nwq35
  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-10
    • 文件大小:2115639
    • 提供者:董毅
  1. F-test

    1下载:
  2. 用残差法(F检验法),残差检验法来辨识模型阶次,在模型阶次确定的情况下,依据递推法辨识出模型参数。这种利用残差定阶的方法需要在获得模型参数值之后,求得模型残差序列,并借以统计假设检验方法对残差的方差进行显著性检验来确定模型的阶次。-Extrapolation identified model parameters. This use of the residual method needs to be in order after obtaining the model parameter va
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:311599
    • 提供者:董毅
  1. L-D

    0下载:
  2. 现代谱估计参数谱估计(AR模型)做频谱分析,基于Levison-Durbin快速递推法和Burg算法的源程序。 -Modern spectral estimation spectral estimation parameters (AR model) to do spectrum analysis, based on Levison-Durbin fast recursive method and the Burg algorithm source.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:2369
    • 提供者:glory
搜珍网 www.dssz.com