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

搜索资源列表

  1. 多项式最小二乘法

    0下载:
  2. 多项式最小二乘法 三弯矩插值法 lagrange多项式插值 多项式最小二乘法 龙贝格积分法 分段线性插值 三转角插值 这些是数值分析中常用的集中经典方法,运用matlab展示出来!-least squares polynomial interpolation three Moment Hangzhou polynomial interpolation polynomial least-squares method Long Bagby integration piec
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:27972
    • 提供者:jasa
  1. 广义最小二乘法

    6下载:
  2. 广义最小二乘法也是为了改善噪声e(k)为有色噪声时,采用最小二乘和加权最小二乘辨识系统参数为有偏估计的问题。其基本思想是:引入一个所谓白化滤波器,把相关噪声e(k)转化为白噪声v(k),从而达到应用最小二乘法无偏估计的目的。
  3. 所属分类:matlab例程

  1. Levenberg-Marquarat算法

    0下载:
  2. 阻尼最小二乘法(即Levenberg-Marquarat算法),是Gauss-Newton算法的一种修*。-
  3. 所属分类:matlab例程

  1. SVD-TLS.rar

    4下载:
  2. 利用奇异值分解-总体最小二乘法估计ARMA模型的AR参数,并利用参数进行谐波恢复仿真程序,The use of singular value decomposition- total least squares estimation of AR parameters of ARMA model and using the parameters of harmonic retrieval simulation program
  3. 所属分类:matlab

    • 发布日期:2016-05-06
    • 文件大小:1243
    • 提供者:史龙
  1. Weighted-least-squares

    1下载:
  2. 加权最小二乘法的原理 应用及其运算方式方法-Applying the principle of weighted least squares method and the ways and means of operation
  3. 所属分类:matlab例程

    • 发布日期:2017-03-23
    • 文件大小:25161
    • 提供者:zhang
  1. zuixiaoercheng

    1下载:
  2. 自适应控制,自校正控制系统参数估计matlab程序,利用递推最小二乘法进行系统参数估计-Adaptive control, self-tuning control system parameters estimated matlab procedures, the use of recursive least squares method for system parameter estimation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:630
    • 提供者:刘雨相
  1. matlab_example

    0下载:
  2. 过程辨识中,实现最小二乘法的仿真,并画出仿真的图行-a example of matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:44919
    • 提供者:熊礼华
  1. 用最小二乘法和svd-tls法对arma过程进行功率谱估计并比较结果

    6下载:
  2. 分别用最小二乘法和svd-tls法对arma过程进行功率谱估计并比较结果。包含实验目的,步骤,程序,结果,分析。-Least square method, respectively, and svd-tls on arma-power spectrum estimation process and the results of the comparison. Contains experimental purposes, steps, procedures, results, analysis.
  3. 所属分类:matlab例程

    • 发布日期:2012-11-10
    • 文件大小:50294
    • 提供者:莫新康
  1. MATLAB求解非线性最小二乘法拟合问题 源程序代码

    7下载:
  2. MATLAB求解非线性最小二乘法拟合问题 源程序代码(MATLAB solving nonlinear least squares method of fitting the source code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:bwj
  1. 异步电机电机最小二乘法参数辨识 电压输入

    6下载:
  2. 在matlab/Simulink平台上进行,异步电机应用最小二乘法的参数辨识,给定电压参考值。(In the matlab/Simulink platform, the induction motor is applied to the parameter identification of the least square method, given the voltage reference value.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:38912
    • 提供者:EDCHENG
  1. 一维移动最小二乘近似的MATLAB程序

    1下载:
  2. 无网格法的移动最小二乘法的matlab程序(Meshless method of moving least squares Matlab procedures)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-18
    • 文件大小:3072
    • 提供者:jinlong0186
  1. 最小二乘法

    2下载:
  2. 最小二乘发拟合数据,并进行预测源代码。(Least squares fitting data, and prediction source code.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:1885184
    • 提供者:FrankZz
  1. 基于最小二乘法的曲线拟合研究_陈良波

    1下载:
  2. 这一篇文章简单介绍了最小二乘法原理,并且给出了最小二乘法的MATLAB程序,给大家参考参考1(This article briefly introduces the principle of least square method, and gives the least squares method of MATLAB program, for your reference!)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-29
    • 文件大小:437248
    • 提供者:kaola628
  1. 正交多项式最小二乘拟合

    3下载:
  2. 计算给定点列的曲线拟合最小二乘法得到的函数(The function of least square method for curve fitting of fixed point column)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-04
    • 文件大小:1024
    • 提供者:青不笑
  1. 03最小二乘学习法

    1下载:
  2. 对一组离散的数据进行最小二乘法拟合,亲手注释,效果不错(The method of least squares fitting for a set of discrete data, personally annotated, the effect is good)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-05
    • 文件大小:10240
    • 提供者:职场加油
  1. 用最小二乘法解一个或多个非线性方程。

    0下载:
  2. LMFNLSQ2求解一个或多个超定的非线性方程 在最小二乘意义上,打印雅可比矩阵和经过的时间(LMFNLSQ2 Solve one or more of (over)determined nonlinear equations % in the least squares sense, prints Jacobian matrix and elapsed time)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:6144
    • 提供者:taodashi
  1. MATLAB求解非线性最小二乘法拟合问题 源程序代码

    1下载:
  2. matlab,用最小二乘法进行非线性拟合的程序,满足新手的学习(Matlab, a nonlinear fitting program using the least square method to meet the novice's learning)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:lhxy
  1. 谐波频率估计的总体最小二乘方法TLS_ESPRIT

    1下载:
  2. 利用总体最小二乘法谐波检测,检测结果快速准确(Harmonic detection using the total least square method and the test results are fast and accurate)
  3. 所属分类:matlab例程

  1. 最小二乘法

    1下载:
  2. 进行室内定位的最小二乘法实现,我进行了很多注释,相信大家应该很容易能看懂。(The least square method for indoor positioning is realized.I've made a lot of comments, and I'm sure you'll be able to read it easily.)
  3. 所属分类:matlab例程

    • 发布日期:2019-08-18
    • 文件大小:1024
    • 提供者:杜博文1234
  1. 遗忘因子的最小二乘法

    0下载:
  2. 基于遗忘因子的最小二乘法,采用matlab,适用于电池等校模型建立
  3. 所属分类:matlab例程

« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com