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

搜索资源列表

  1. selftuning

    0下载:
  2. 具有遗忘因子的最小二乘算法实现的一个案例,包含了仿真模型及M文件,且M文件配有详细的注释,通俗易懂。-Least squares algorithm with forgetting factor to achieve a case, including the simulation model and the M file, and the M file with detailed notes, easy to understand.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:10057
    • 提供者:秧秧
  1. ZXECf

    0下载:
  2. 根据文本框中内容,利用最小二乘法进行拟合,在图片框中显示-According to the text box contents, using least squares fitting, shown in the picture box
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2454
    • 提供者:zaj869
  1. least_square_simulation

    0下载:
  2. Using least squaer algorithm, this code can do fitting curve for the measurement data (linear ~ cubic )
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:1094
    • 提供者:jay
  1. curve_fitting_with_LSE

    0下载:
  2. This code is for the curve fitting with least square sense algrorithm. Using the measurment data, end-user can get the curve (1st order~ 4th order approximation)
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1092
    • 提供者:jay
  1. my_47

    1下载:
  2. 基于最小二乘法的曲线拟合,m文件带有仿真数据-Based on least squares curve fitting, m file with the simulation data
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:989
    • 提供者:张圣杰
  1. fy

    0下载:
  2. 这个程序主要功能是解矩阵的最小二乘解求法.很经典.运行通过-This program main function is solution matrix method for finding the least squares solution. Classic. Running through the
  3. 所属分类:Compress-Decompress algrithms

    • 发布日期:2017-03-29
    • 文件大小:1309
    • 提供者:李冶
  1. G-N

    2下载:
  2. 此文件包含用G-N法,修正G-N法,L-M法,Lsqnonlin求解非线性最小二乘优化问题MATLAB源代码,请大家参考-This file contains the method with the GN, GN law amendment, LM Law, Lsqnonlin MATLAB nonlinear least squares optimization source code, please refer to
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1830
    • 提供者:熊杰
  1. zijiaozheng

    0下载:
  2. 自适应里面的自校正算法,根据最小二乘递归算法实现自校正控制-Adaptive self-tuning algorithm which, according to the recursive least squares algorithm for adaptive control
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:654
    • 提供者:海魄
  1. LS

    0下载:
  2. 本程序给出了最小二乘滤波算法的具体编程,程序中分析比较了自相关算法、协方差算法、前后向加窗算法的滤波效果-This procedure gives the least squares filtering algorithm specific programming, program analysis and comparison of the auto-correlation algorithm, covariance method, before and after windowing alg
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1048
    • 提供者:星痕
  1. CRLS

    0下载:
  2. 本程序是CRLS滤波器基本算法的MATLAB编程,通过该程序大家可以看到最小递归二乘算法的良好性能-This procedure is the basic algorithm CRLS filter MATLAB programming, we can see through the process recursive least squares algorithm for the good performance
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:2655
    • 提供者:星痕
  1. Lomb-Scargle

    0下载:
  2. FASTLOMB caculates the Lomb normalized periodogram (aka Lomb-Scargle, Gauss-Vanicek or Least-Squares spectrum) of a vector x with coordinates in t. The coordinates need not be equally spaced. In fact if they are, it is probably preferable to use
  3. 所属分类:Algorithm

    • 发布日期:
    • 文件大小:8415
    • 提供者:csar
  1. Lomb-Scargle

    0下载:
  2. FASTLOMB caculates the Lomb normalized periodogram (aka Lomb-Scargle, Gauss-Vanicek or Least-Squares spectrum) of a vector x with coordinates in t. The coordinates need not be equally spaced. In fact if they are, it is probably preferable to use
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:7836
    • 提供者:csar
  1. Matlab_Optimization_Toolbox

    0下载:
  2. 提供了一般和大型的非线性优化函数,同时还提供了线性规划,二次规划,非线性最小二乘以及非线性方程求解的工具。是SWF格式的,用单独的flash player打开,或者用任何一种网页浏览器打开即可。-Provides a general and large-scale nonlinear optimization function, and also provides a linear programming, quadratic programming, nonlinear least squar
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:216334
    • 提供者:Human旦旦
  1. LSFS

    1下载:
  2. 有监督的特征选择和优化程序MATLAB代码,基于最小二乘算法。内有测试数据,和详细程序说明-Least-Squares Feature Selection (LSFS) is a feature selection method for supervised regression and classification. LSFS orders input features according to their dependence on output values. Dependency bet
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:3346
    • 提供者:zy
  1. program

    0下载:
  2. 这是一个关于基本的最小二乘的程序,只用Matlab语言编写的。-This is a basic program about least squares, written in Matlab language.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:622
    • 提供者:申由草
  1. ErCheng

    0下载:
  2. 最小二乘法word文档,有详细的数学公式-Least squares word document, a detailed mathematical formula
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-03
    • 文件大小:29468
    • 提供者:whnmyt
  1. 1

    0下载:
  2. 一元线性回归,用最小二乘法预测,已知期中期末成绩,构造函数由其中成绩预测期末成绩-Linear regression, using least squares prediction, known Midterm and final results, performance prediction constructor final grade by one
  3. 所属分类:Algorithm

    • 发布日期:2017-04-08
    • 文件大小:193930
    • 提供者:candy
  1. LSapproximating

    0下载:
  2. 给定一组数据 进行最小二乘拟合 包括使用以正交多项式为基底的拟合-Given a set of data, including the use of orthogonal least squares polynomial fitting for the basement
  3. 所属分类:Algorithm

    • 发布日期:2017-04-02
    • 文件大小:1391
    • 提供者:kevin stone
  1. eeg_toolbox_v2.3

    2下载:
  2. 本文件是脑电信号分析MATLAB工具箱,是做信号处理的必备工具,尤其针对生物医学信号处理,更合适。-This file is EEG analysis MATLAB toolbox, is the necessary tool for signal processing, especially for biomedical signal processing, more appropriate
  3. 所属分类:matlab

    • 发布日期:2017-03-25
    • 文件大小:946150
    • 提供者:linbao
  1. GA

    1下载:
  2. 遗传算法的matlab程序 最小二乘支持向量机程序-Genetic algorithm matlab process procedures for least squares support vector machine
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2015-07-24
    • 文件大小:218211
    • 提供者:zhuhong
« 1 2 ... 25 26 27 28 29 3031 32 33 34 35 ... 50 »
搜珍网 www.dssz.com