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

搜索资源列表

  1. zuiyouhuashiyanbaogao

    5下载:
  2. 用MATLAB求解无约束的问题,主要有最速下降法,牛顿法,共轭梯度法,变尺度法(DFP和BFGS法),非线性最小二乘法。 用MATLAB求解有约束的问题,主要是外惩罚函数和广义乘子法。 以及一些对具体问题的分析,MATLAB的代码在文档里都有。 -Using MATLAB to solve the problem of non-binding, there are the steepest descent method, Newton method, conjugate gradie
  3. 所属分类:Algorithm

    • 发布日期:2017-04-01
    • 文件大小:82318
    • 提供者:ljw
  1. average-log-square

    0下载:
  2. 讀取16位元(65536階)raw影像檔,調整其灰階動態範圍至256階,調整方式至少包含平均法、對數法、開平方法,word檔包含了成程式碼與操作說明與結果。-Read 16-bit (65536-order) raw image file, adjust its dynamic range to 256 gray-scale bands, contains at least adjust the way the averaging method, logarithmic law, Kaiping
  3. 所属分类:Special Effects

    • 发布日期:2017-03-27
    • 文件大小:535619
    • 提供者:葉小祥
  1. Least-Square_MP

    3下载:
  2. 基于morlet小波的最小二乘匹配追踪算法-morlet-based least-square matching pursuit algorithm
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2015-06-05
    • 文件大小:60440
    • 提供者:黄可
  1. Simple_TOA

    1下载:
  2. This a simple position location algorithm using Least Square Estimation algorithm. Timing information is time of flight (TOA) of signal between Tx and Rx. This code generally describes the Positioning method, Also it plots final coordinate of node in
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:1579
    • 提供者:
  1. pls

    0下载:
  2. 所谓偏最小二乘法,就是指在做基于最小二乘法的线性回归分析之前,对数据集进行主成分分析降维,下面的源码是没有删减的,GreenSim团队免费提供您使用,转载请注明GreenSim团队(http://blog.sina.com.cn/greensim)。 -The so-called partial least squares method, this means doing the least square method based on linear regression analysis pr
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1620
    • 提供者:biebietuo
  1. Least-square-method

    0下载:
  2. 最小二乘法matlab代码,关于如何组建定位网络,节点设置和最小二乘法的代码-Least square method matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:2718
    • 提供者:李然
  1. zxec

    0下载:
  2. 最小二乘辨识的MATLAB简单代码简单应用-Least square method of MATLAB code simple identification
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1119
    • 提供者:annie
  1. LSM

    0下载:
  2. 该文档是最小二乘法进行时间序列预测使用的总结,针对不同的模型,而且还有相应的matlab实现代码。-This document is the least square method for time series prediction using summary, in view of the different model, and the corresponding matlab code.
  3. 所属分类:File Formats

    • 发布日期:2017-05-03
    • 文件大小:1110201
    • 提供者:王亦源
  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. improve-geodetic

    0下载:
  2. 用least square的方法解决实际更新就的地理位置数据的matlab代码。给出数据库~但也可以自行添加想要更新的数据库。-Matlab code to solve the actual update on the geographic location data using least square method. Can add no database is given to the database you want to update.
  3. 所属分类:Other systems

    • 发布日期:2017-11-19
    • 文件大小:24011
    • 提供者:陈侃
  1. Least-Square-Fitting-of-Ellipses

    0下载:
  2. this matlab code is a least mean square error method for ellipse fitting that can fit the best ellipse in an image-this matlab code is a least mean square error method for ellipse fitting that can fit the best ellipse in an image
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:16004
    • 提供者:maryam
  1. Problem-2

    0下载:
  2. matlab code foir least square method
  3. 所属分类:matlab

    • 发布日期:2017-04-29
    • 文件大小:87939
    • 提供者:Marawan
  1. Problem-3

    0下载:
  2. matlab code foir least square method
  3. 所属分类:matlab

    • 发布日期:2017-05-03
    • 文件大小:516061
    • 提供者:Marawan
  1. LQMethod

    0下载:
  2. matlab 最小二乘法实现,包括C#实现代码,-matlab Least Square Method, including C# implementation code,
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:912
    • 提供者:hb
  1. least-square-method

    0下载:
  2. MATLAB实现最小二乘法,参照源码可以理解最小二乘法,可以举一反三,这样会跟容易编程和理解最小二乘法定义-least square method,this is the origin code.So,you can learn well and understand the least square method better
  3. 所属分类:matlab

    • 发布日期:2017-04-12
    • 文件大小:1220
    • 提供者:Phindx
  1. xiao

    0下载:
  2. 递推最小二乘法用matlab编码的形式的实现-The recursive least square method with matlab code in the form of implementation
  3. 所属分类:matlab

    • 发布日期:2017-12-13
    • 文件大小:11361
    • 提供者:董潭
  1. MLS

    1下载:
  2. matlab代码解决最小二乘法移动算法 一维MLS(Matlab code to solve the least square method, mobile algorithm, one-dimensional MLS)
  3. 所属分类:数学计算

    • 发布日期:2017-12-21
    • 文件大小:1024
    • 提供者:巴二二
  1. Channel_estimation_remade

    0下载:
  2. Matlab Code for Channel estimation using LS method
  3. 所属分类:通讯编程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:Geme
  1. 最小二乘法在商业活动中的应用及其在MATLAB的实现

    0下载:
  2. 利用基于最小二乘法的多项式拟合算法处理商业数据,包含源码(Using the polynomial fitting algorithm based on the least square method to deal with commercial data, including the source code)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-29
    • 文件大小:1779712
    • 提供者:hgfji
  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
« 12 »
搜珍网 www.dssz.com