搜索资源列表

  1. LS_identification

    0下载:
  2. 在matlab环境中,实现批量最小二乘算法-In the matlab environment, to achieve batch least squares algorithm
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:16384
    • 提供者:tanzhiyun
  1. Inertiadevicefaultpredictionbasedonwavelet

    0下载:
  2. :为了提高最小二乘支持向量回归机的性能,将Morlet小波核函数引入其中,形成了最小二乘小波支 持向量回归机模型。利用待优化的参数重构模型的目标函数和约束条件,并在此基础上通过遗传算法进行参数 选择,从而提高了该模型的泛化能力。将最小二乘小波支持向量回归机应用于导弹陀螺仪的漂移趋势预测,仿真 实验结果表明了该方法的有效性和可行性,因此可以为陀螺仪的故障预报、可靠性辅助决策提供依据。-To improve the abilit
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2024-05-15
    • 文件大小:285696
    • 提供者:11
  1. NUIRLSNon-negativeUnder-determinedIterativelyRewe

    0下载:
  2. simulation of Non-negative Under-determined Iteratively Reweighted Least Squares
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:STARRY
  1. polynomial

    0下载:
  2. Least-square curve fitting using polynomials is probably the most basic way to perform some parametric regression analysis. Foor basic tools for polynomial curve fitting are provided here. I also strongly recommend the e
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:8192
    • 提供者:Karthikeyan
  1. Least-squaresfittingalgorithm

    0下载:
  2. 用最小二乘法实现曲线拟合算法,通过给定的数据拟合出一条曲线-Using least squares curve fitting algorithm to achieve, through the given data fitting a curve
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:55296
    • 提供者:zhangmin
  1. matlab

    0下载:
  2. 【1】随机序列产生程序 【2】白噪声产生程序 【3】M序列产生程序 【4】二阶系统一次性完成最小二乘辨识程序 【5】实际压力系统的最小二乘辨识程序 【6】递推的最小二乘辨识程序 【7】增广的最小二乘辨识程序 【8】梯度校正的最小二乘辨识程序 【9】递推的极大似然辨识程序 【10】Bayes辨识程序 【11】改进的神经网络MBP算法对噪声系统辨识程序 【12】多维非线性函数辨识程序的Matlab
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:7168
    • 提供者:jshuska
  1. OUProcess

    0下载:
  2. This program calibrates the Ornstein–Uhlenbeck process, a mean reverting AR(1) stochastic process. The parameters are estimated using (1)Least Squares fitting and (2)Maximum Likelihood estimation.-This program calibrates
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:panda
  1. lsq

    0下载:
  2. Least squares solution of Ax=b.
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:katore vishal
  1. lms2

    0下载:
  2. this algorithm based on least mean square -this is algorithm based on least mean square
  3. 所属分类:DSP编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:maunik
  1. LMS

    0下载:
  2. LMS(Least Mean Square)算法是一种应用最为广泛的最优化算法-LMS (Least Mean Square) algorithm is a most widely used optimization algorithm
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:沈艺
  1. Least-squares-method-And-Nonlinearity

    0下载:
  2. 给出了两篇利用最小二乘法计算非线性度的方法的文档,并利用VB编写了简单的示例程序。-Gives the two least-squares method to calculate the use of non-linearity of the method of the document, and use VB to prepare a simple sample program.
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:70656
    • 提供者:punyrat
  1. least_square_simulation

    0下载:
  2. Using least squaer algorithm, this code can do fitting curve for the measurement data (linear ~ cubic )
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:jay
  1. curve_fitting_with_LSE

    0下载:
  2. This code is for the curve fitting with least square sense algrorithm. Using the measurment data, end-user can get the curve (1st order~ 4th order approximation)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:jay
  1. rls2

    0下载:
  2. recursive least square method for training neuro fuzzy system
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:1024
    • 提供者:mbaghaee
  1. LSM22

    0下载:
  2. nonlinear least squares algorithms in C/C-nonlinear least squares algorithms in C/C++
  3. 所属分类:matlab例程

    • 发布日期:2024-05-15
    • 文件大小:549888
    • 提供者:chxspace
  1. fitting

    0下载:
  2. 利用最小二乘算法对一组坐标进行曲线拟合,其中包含了利用直接LU分解法解方程的算法代码实现。希望对用到数值计算的带来帮助。-The least square algorithm for fitting a set of coordinates, including the use of direct LU decomposition equations for the algorithm code to achieve. Want to
  3. 所属分类:数学计算/工程计算

    • 发布日期:2024-05-15
    • 文件大小:103424
    • 提供者:风流云散
  1. zishiying

    0下载:
  2. matlab的各种自适应仿真分析。。自适应信息处理的算法、方案繁多,究其实质可归纳为遵循最小均方误差(Least Mean Square,LMS)准则及最小二乘(Least Square,LS)准则两大类,其他算法大多是这两种算法的演进。-matlab simulation analysis of various adaptive. . Adaptive information processing algorithms, a vari
  3. 所属分类:编程文档

    • 发布日期:2024-05-15
    • 文件大小:2366464
    • 提供者:杨学海
  1. LS-SVM

    0下载:
  2. It give the code of Least square support vector matchine
  3. 所属分类:Windows编程

    • 发布日期:2024-05-15
    • 文件大小:9216
    • 提供者:meimei
  1. LMS_8

    0下载:
  2. LMS: Least mean squares (LMS) algorithms is a type of adaptive filter used to mimic a desired filter by finding the filter coefficients that relate to producing the least mean squares of the error signal (difference betw
  3. 所属分类:其他小程序

    • 发布日期:2024-05-15
    • 文件大小:5120
    • 提供者:Sam
  1. plstrian

    0下载:
  2. 用于partial least square 算法中数据的训练,并得到相应的系数矩阵-Partial least square algorithm for training data and corresponding coefficient matrix
  3. 所属分类:数值算法/人工智能

    • 发布日期:2024-05-15
    • 文件大小:2048
    • 提供者:limingzhao
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 50 »

源码中国 www.ymcn.org