CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 二乘法

搜索资源列表

  1. 广义最小二乘法

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

  1. 最小二乘法拟合

    1下载:
  2. 输入几个点的横坐标和纵坐标,用最小二乘法拟合出直线(类似y=ax+b).并把这个方程计算并显示出来。
  3. 所属分类:Windows编程

    • 发布日期:2011-12-20
    • 文件大小:2036
    • 提供者:linglink
  1. MATLAB求解非线性最小二乘法拟合问题 源程序代码

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

    • 发布日期:2017-12-15
    • 文件大小:2048
    • 提供者:bwj
  1. 最小二乘法和牛顿迭代

    1下载:
  2. 最小二乘法和牛顿方法的一些简单资料,对于理解算法有点帮助(i have limit capicaticy for using machine learning,i hope i will impove a lot in the future)
  3. 所属分类:其他

    • 发布日期:2017-12-19
    • 文件大小:2550784
    • 提供者:笑似心酸
  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. C++实现最小二乘法一元回归和多项式拟合

    6下载:
  2. C++实现最小二乘法一元回归和多项式拟合(C++ to achieve the least squares method, one-way regression and polynomial fitting)
  3. 所属分类:物理计算

    • 发布日期:2017-12-20
    • 文件大小:337920
    • 提供者:xiaomiarmy
  1. 01 最小二乘法

    2下载:
  2. 基于最小二乘法的matlab源程序,以一个多自由度体系为例。(Matlab source code based on the least squares method)
  3. 所属分类:数学计算

    • 发布日期:2017-12-20
    • 文件大小:9216
    • 提供者:zxm赵
  1. 03 非线性最小二乘法

    3下载:
  2. 基于matlab的非线性最小二乘法,以一个多自由体系为例。(A nonlinear least square method based on MATLAB, taking a multi freedom system as an example.)
  3. 所属分类:数学计算

    • 发布日期:2017-12-25
    • 文件大小:9216
    • 提供者:zxm赵
  1. 最小二乘法拟合直线程序和软件

    0下载:
  2. 最小二乘法拟合直线程序,Least square method of fitting linear program(Least square method of fitting linear program)
  3. 所属分类:易语言编程

    • 发布日期:2017-12-28
    • 文件大小:52224
    • 提供者:OROP
  1. 最小二乘法拟合曲线C语言代码

    0下载:
  2. 用最下二乘法多项式进行曲线拟合进而插值。(With the least two multiplicative polynomial for curve fitting, and then interpolation.)
  3. 所属分类:Linux/Unix编程

  1. MATLAB求解非线性最小二乘法拟合问题 源程序代码

    2下载:
  2. MATLAB求解非线性最小二乘法拟合问题 源程序代码(MATLAB to solve nonlinear least squares fitting problem source code)
  3. 所属分类:数学计算

  1. 最小二乘法拟合

    2下载:
  2. %最小二乘法下用a*sin(x)+b*cos(x)拟合下列散点坐标 %求出拟合系数a,b和方差Dx(The least square method is used to fit the following scatter coordinates with a*sin (x) +b*cos (x) The fitting coefficients a, B and variance Dx were calculated)
  3. 所属分类:数学计算

    • 发布日期:2018-01-01
    • 文件大小:77824
    • 提供者:药王王
  1. 最小二乘法

    1下载:
  2. 通过c语言编程,实习最小二乘法的功能,求解运算(Through the C language programming, practice the least square method function)
  3. 所属分类:C#编程

    • 发布日期:2018-01-01
    • 文件大小:4096
    • 提供者:xt123
  1. 04带有约束条件的最小二乘法

    0下载:
  2. 高斯核模型约束 最小二乘法,亲手注释,效果不错,带拟合效果图(Gauss kernel model constrained least squares method, personally annotated, the effect is good, with the fitting effect diagram)
  3. 所属分类:Windows编程

    • 发布日期:2018-01-05
    • 文件大小:13312
    • 提供者:职场加油
  1. 多项式最小二乘法拟合

    6下载:
  2. 最小二乘法拟合多项式,效果非常好,与MATLAB的多项式拟合基本一样。亲自在STM32板子上跑过,几乎直接出来答案。用法简单,包含头文件然后直接调用即可,电脑或者开发板都可以直接跑。 注意!注意!注意!说三遍...拟合之后多项式的变量x其实是(X-a),a是输入数据点的均值。(The least square method fits the polynomial, and the effect is very good. .)
  3. 所属分类:其他

    • 发布日期:2018-01-07
    • 文件大小:1024
    • 提供者:洪少
  1. 最小二乘法估计仿射矩阵

    0下载:
  2. 目前MATLAB里边对于多点计算仿射矩阵普遍采用RANSAC法,但是比较麻烦计算量也相对较大,通过最小二乘法来进行仿射矩阵的估计能够大大提高该效率,所以奉上自己在实验室写的仿射矩阵估计函数,来弥补matlab函数库在这方面的不足。(The MATLAB inside for calculating affine matrix commonly used RANSAC method, but more trouble calculation is relatively large, estimat
  3. 所属分类:图形图像处理

    • 发布日期:2018-04-21
    • 文件大小:1024
    • 提供者:AVATAR123
  1. 最小二乘法

    1下载:
  2. 最小二乘法、与Excel拟合几乎一致、可以达到20次方(The least square method is almost consistent with the Excel fitting and can reach 20 times.)
  3. 所属分类:数学计算

    • 发布日期:2018-04-23
    • 文件大小:1024
    • 提供者:名泉
  1. MATLAB 求最小二乘法系数

    3下载:
  2. 用MATLAB进行三次曲线的拟合,并运用最小二乘法求各个系数,得出曲线方程(The three curves are fitted with MATLAB, and the coefficients are obtained by using the least square method, and the curve equation is obtained.)
  3. 所属分类:其他

    • 发布日期:2018-05-02
    • 文件大小:526336
    • 提供者:欧~
  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. 最小二乘法曲线拟合

    1下载:
  2. 最小二乘法曲线拟合,基于C语言编写的算法(Least squares curve fitting algorithm based on C language)
  3. 所属分类:嵌入式/单片机/硬件编程

    • 发布日期:2019-08-08
    • 文件大小:1024
    • 提供者:LO单片机VE
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com