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

搜索资源列表

  1. reverseRLS

    0下载:
  2. 使用逆推最小二乘法预测估计参数值,适用于matlab平台。(The inverse push least square method is used to predict the estimated parameter value, which is suitable for the MATLAB platform.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:lily1083797729
  1. ellipse

    1下载:
  2. 使用matlab编程,用椭圆方程拟合非线性方程,以最小二乘法辨识。(Matlab programming, the elliptic equation fitting nonlinear equation, with least square identification.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1024
    • 提供者:zjqhdu
  1. classical PI model

    0下载:
  2. 使用一般PI模型拟合非线性曲线,最小二乘法参数辨识,逆模型前馈(The general PI model is used to fit the nonlinear curve, the least square parameter identification, and the inverse model feedforward.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:zjqhdu
  1. chap3

    0下载:
  2. 最小二乘系统辨识,以及递推最小二乘辨识,增广最小二乘的实际应用。(The least square system identification, and the recursive least square identification, the application of the augmented least square.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:4096
    • 提供者:靓宝一一
  1. 图像融合算法

    0下载:
  2. 针对电气设备同一场景的红外与可见光图像间一致特征难以提取和匹配的问题,提出了一种基于斜率一致性的配准方法。首先通过数学形态学方法分别提取红外与可见光图像的边缘,得到粗边缘图像;然后通过SURF算法提取两幅边缘图像的特征点,根据正确的匹配点对之间斜率一致性的先验知识,进行特征点匹配;最后通过最小二乘法求得仿射变换模型参数并实现两幅图像的配准。实验结果表明,该方法有效提高了匹配点对的正确率,能够对电气设备红外和可见光图像实现高精度的配准。(In this paper, a method based
  3. 所属分类:图形图象

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:九月晴空
  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. 最小二乘

    0下载:
  2. 最小二乘法(又称最小平方法)是一种数学优化技术。它通过最小化误差的平方和寻找数据的最佳函数匹配。利用最小二乘法可以简便地求得未知的数据,并使得这些求得的数据与实际数据之间误差的平方和为最小。最小二乘法还可用于曲线拟合。其他一些优化问题也可通过最小化能量或最大化熵用最小二乘法来表达(The least square method, also known as the least square method, is a mathematical optimization technology. It
  3. 所属分类:数学计算

    • 发布日期:2018-05-01
    • 文件大小:1024
    • 提供者:dong5324
  1. dtrend

    0下载:
  2. 数字信号预处理,最小二乘法消除多项式趋势项(Elimination of polynomial trend term by least square method)
  3. 所属分类:数学计算

    • 发布日期:2018-05-01
    • 文件大小:3603456
    • 提供者:LLY1958
  1. Untitled

    3下载:
  2. 最小二乘法锂电池模拟,带遗忘因子的递推最小二乘法模拟。(The least squares method is used to simulate lithium battery and recursive least square method with forgetting factor.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:祈之羽
  1. matlab

    0下载:
  2. 约束最小二乘方滤波要求噪声的方差和均值,这些参数可通过给定的退化图像计算出来,这是约束最小二乘方滤波的一个重要优点。(Constrained least square square filtering requires the variance and mean of noise. These parameters can be calculated by a given degraded image. This is an important advantage of constrained
  3. 所属分类:Windows编程

    • 发布日期:2018-05-02
    • 文件大小:2048
    • 提供者:kmstcc
  1. TdoaFdoa_KCHo

    0下载:
  2. 按照KC Ho 的一篇论文Source Localization Using TDOA and FDOA Measurements in the Presence of Receiver Location Errors_ Analysis and Solution写的仿真代码,用于3基站以上对固定目标进行定位,方法是两步最小二乘,实际上第二步完全不能用,不知道是不是自己写的有问题,欢迎讨论~(According to the paper "Source Localization Us
  3. 所属分类:matlab例程

    • 发布日期:2018-05-06
    • 文件大小:553984
    • 提供者:凡木shine
  1. sgycfx

    0下载:
  2. 基于最小二乘法进行灰色模型预测,根据最近几年的数据进行预测分析,今后的数据(Grey model prediction based on least square method)
  3. 所属分类:网络编程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:wangping
  1. 程序代码

    0下载:
  2. 用C语言编程实现神经网络的构建和训练的程序代码 以及matlab编程实现偏最小二乘法(Programming and training program code in C language;Matlab programming for partial least square method)
  3. 所属分类:数学计算

    • 发布日期:2018-05-03
    • 文件大小:1510400
    • 提供者:qingman
  1. 实验1

    0下载:
  2. 最小二乘法详细原理,公式推导,程序实现。(The principle of least square method, formula deduction, program realization.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:22528
    • 提供者:休芷符
  1. 实验2

    0下载:
  2. 最小二乘法详细程序实现。曲线拟合。 1.直线型 2.多项式型 3.分数函数型 4.指数函数型 5.对数线性型 6.高斯函数型(The principle of least square method, formula deduction, program realization.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-04
    • 文件大小:26624
    • 提供者:休芷符
  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. 递推最小二乘法,辨识模型参数。。。。。。。。。(Least square method model identification)
  3. 所属分类:数学计算

    • 发布日期:2018-05-07
    • 文件大小:1024
    • 提供者:小小小水
  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

    1下载:
  2. gps 定位 matlab程序 最小二乘法进行计算(GPS Location MATLAB program The calculation of the least square method)
  3. 所属分类:matlab例程

  1. matlab基于最小二乘

    1下载:
  2. 最小二乘法对于参数拟合的MATLAB程序(MATLAB program of least square method for parameter fitting)
  3. 所属分类:书籍源码

    • 发布日期:2020-08-02
    • 文件大小:34816
    • 提供者:商城
« 1 2 ... 43 44 45 46 47 4849 50 »
搜珍网 www.dssz.com