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

搜索资源列表

  1. GipsView

    0下载:
  2. 用最小二乘影像方法进行影像匹配,以实现高精度影像匹配。-I use least square method to match image which has high precise.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:32028
    • 提供者:wen cong
  1. A-hybrid-least-squares

    0下载:
  2. A hybrid least squares support vector machines and GMDH approach for river fl ow forecasting-This paper proposes a novel hybrid forecasting model, which combines the group method of data handling (GMDH) and the least squares supp
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-09
    • 文件大小:1467902
    • 提供者:
  1. ls-svdls

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

    • 发布日期:2017-04-17
    • 文件大小:58046
    • 提供者:zjc
  1. signal

    3下载:
  2. 产生一个随机信号和两个不同频率但频率间隔很小的正弦信号,要求对两信号之和进行如下分析: (1) 求该随机信号的自相关性系数、自相关函数,画出对应的图形; (2) 利用不同的参数建模方法求出两个随机信号的功率谱; (3) 利用极大似然估计、递推最小二乘法等常用的参数估计方法估计所建模型,包括AR模型、MA模型和ARMA模型的的参数,阶次自定;并与Matlab工具箱里的一些建模函数的运算结果进行比较; (4) 利用陷波滤波和MUSIC滤波方法对该信号的频谱进行估计; (5) 利
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:6413
    • 提供者:李思青
  1. main

    0下载:
  2. 用于实现最小二乘法 其中包括了逆矩阵转置 白噪声随机产生等功能-Numerical calculation of the realization of the least square method
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1241
    • 提供者:张齐
  1. 10ns-Accurate-timing

    0下载:
  2. 基于最小二乘法实现精确到采样点间的准确定时,性能远远高于双程测距方法实现的测距与定时。仿真表明此方法对于抗噪声和频偏具有很好的作用。这是源代码,用matlab编写,项目要求实现10ns的精度实际中我们实现了3ns以内的精度。-Based on least square method to achieve precise sampling points of accurate timing between, performance is much higher than the round tri
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:144830
    • 提供者:lmy
  1. ABS_POS

    0下载:
  2. 最小二乘法,可用于卫星导航算法,自己写的,欢迎指教。-Least Square method, which can be used in positioning.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-31
    • 文件大小:1520
    • 提供者:wu
  1. No3

    0下载:
  2. 函数逼近和图像拟合,用最小二乘法进行图像拟合-Function approximation and image fitting,Using the least square method for image matching
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:106464
    • 提供者:yanting
  1. lsqcurfit

    0下载:
  2. least square Method Assume you determined xdata and ydata experimentally with starting guess,display best fitted polynamial coefficients and compute fitted curve vector
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:735
    • 提供者:amir
  1. LLF-to-identify-parameters

    0下载:
  2. 该代码演示了如何用最小二乘法识别方程参数-The code make use of least square method to identify equation parameters
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1662
    • 提供者:史峰
  1. DV-hop

    0下载:
  2. dv-hop定位算法,用最小二乘法实现节点的定位。-Dv-hop localization algorithm, using the least square method realize the positioning of the node.
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:189448
    • 提供者:朱槿
  1. circle

    1下载:
  2. 在visual c++6.0基础上用最小二乘法编写的圆拟合的程序,希望对大家有用。-Circle fitting program written in Visual C++ 6.0 on the basis of the least square method, the hope that useful.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:765510
    • 提供者:李家智
  1. niheyuan_2012_5_15_9_38

    0下载:
  2. 拟合圆形的程序,包含了多种拟合方法,如最小二乘法,牛顿法-Fitting round program, including a variety of fitting methods, such as the least square method, Newton method and so on
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:402641
    • 提供者:fangzhendong
  1. RSSI_Matlab_Y

    0下载:
  2. 用matlab统计不同距离的RSSI值,画折线图,并最将各距离处平均值用最小二乘法拟合成3到5项多项式曲线-RSSI value of the matlab statistics at different distances, draw a line chart, and most average each distance with the least square method were fitted polynomial curve of 3-5
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:4271
    • 提供者:880614
  1. DensitymkIII_3.0

    0下载:
  2. FFT Unwrapping method which is similar to least square method.
  3. 所属分类:Other systems

    • 发布日期:2017-11-21
    • 文件大小:4523358
    • 提供者:yoshihiro
  1. erchenfa

    0下载:
  2. 运用最小二乘方法对系统进行辨识功能源程序,过程辨识-Application of least square method for system identification of power energy program
  3. 所属分类:matlab

    • 发布日期:2017-11-15
    • 文件大小:1646
    • 提供者:叶源潮
  1. Const_Least_Square

    0下载:
  2. Constrained least square method for image restoration
  3. 所属分类:matlab

    • 发布日期:2017-12-03
    • 文件大小:528
    • 提供者:vinayak
  1. least-square

    4下载:
  2. 最小二乘配置方法,同时给出拟合结果与插值精度估计-Least squares collocation method, given fitting results and interpolation accuracy is estimated
  3. 所属分类:matlab

    • 发布日期:2017-12-04
    • 文件大小:9327
    • 提供者:wu xiaolong
  1. RIV

    0下载:
  2. 适当选择辅助变量,使之满足相应条件,参数估计值就可以是无偏一致。估计辅助变量法的计算量与最小二乘法相当,但辨识效果却比最小二乘法好的多。尤其当噪声是有色的,而噪声的模型结构又不好确定时,增广最小二乘法和广义最小二乘法一般都不好直接应用,因为他们需要选用特定的模型结构,而辅助变量法不需要确定噪声的模型结构,因此辅助变量法就显得更为灵活,但辅助变量法不能同时获得噪声模型的参数估计。-Choose appropriate secondary variables, meet the relevant c
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-25
    • 文件大小:922
    • 提供者:张鹏
  1. RELS

    1下载:
  2. 增广最小二乘的递推算法对应的噪声模型为滑动平均噪声,扩充了参数向量和数据向量H(k)的维数,把噪声模型的辨识同时考虑进去。最小二乘法只能获得过程模型的参数估计,而增广最小二乘法同时又能获得噪声模型的参数估计,若噪声模型为平均滑动模型,,则只能用RELS算法才能获得无偏估计。当数据长度较大时,辨识精度低于极大似然法。-Augmented least squares of recursion algorithm corresponding noise model for moving average
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-07
    • 文件大小:832
    • 提供者:张鹏
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 26 »
搜珍网 www.dssz.com