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

搜索资源列表

  1. kernel-estimation

    0下载:
  2. 该代码可用于拟合纤维长度分布函数,可将长度分布的直方图拟合成一条连续的曲线-This code can be used for fitting the fiber length distribution function, it can change the length distribution histogram into a continuous curve.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:2566
    • 提供者:高晓艳
  1. jietuqudian

    0下载:
  2. 从文献中截取任意的曲线图,用该程序读取数据,用于拟合曲线-Screenshot taken point for the fitting curve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:26247
    • 提供者:老勇
  1. Least-squares-method

    0下载:
  2. 最小二乘法 比较常用的拟合方法 可以拟合直线 曲线-Least squares method is commonly used fitting method can be fitted straight line curve
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1182
    • 提供者:张剑坤
  1. LeastSquare

    0下载:
  2. 可在vs2008中直接运行的界面软件,通过自行绘制离散数据点,使用最小二乘法进行高次拟合,并显示拟合曲线,可以直观的看出拟合准确性-Interface software can be run directly in vs2008 own drawing of discrete data points, using the least squares method, high-fit, and fitting curve
  3. 所属分类:Algorithm

    • 发布日期:2017-05-30
    • 文件大小:13208872
    • 提供者:施金金
  1. cazhisuanfa

    0下载:
  2. 插值算法,是拟合函数曲线的算法,是一个比较好的算法。-Interpolation algorithm, the algorithm of the fitting function curve is a better algorithm.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1129
    • 提供者:张远祯
  1. nihe

    6下载:
  2. 已知一组实验数据 1 2 3 4 5 6 7 8 9 1 3 4 5 6 7 8 9 10 10 5 4 2 1 1 2 3 4 试用最小二乘法求它的多项式拟合曲线,并求出最低点的位置. -1,234,567,891,345,678,910 10 5 4 2 1 1 2 3 4 trial Least Squares Method polynomial fitting curve, and obtained a set of known experim
  3. 所属分类:Other systems

    • 发布日期:2015-07-01
    • 文件大小:8192
    • 提供者:
  1. NSF_RMSE_SNR

    0下载:
  2. 单电磁矢量传感器噪声子空间拟合算法-RMSE随着SNR变化曲线-Single electromagnetic vector sensor noise subspace fitting algorithm-RMSE curve with the SNR changes
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:1797
    • 提供者:黄亮
  1. cp

    0下载:
  2. 最小二乘法拟合曲线的一个小程序,采用C++程序,-Least-squares fitting curve C++ program
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-01
    • 文件大小:793
    • 提供者:邹风
  1. mls_mb

    0下载:
  2. A code to fit a curve on sampled data using moving least squares method. MLSM is generalized form of weighted least squares and firstly introduced to use in meshless Finite Element Method (FEM). The main feature of this method is that the weight f
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:715
    • 提供者:serat.iej
  1. bpsin

    0下载:
  2. 设计BP神经网络输入、输出和隐含层,拟合输出正弦曲线-Design of BP neural network input, output and hidden layer, and fitting the output sine curve
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1336
    • 提供者:邢捷希
  1. The-use-of-mathematical-modeling

    0下载:
  2. 数学建模---MATLAB的使用简介一、曲线插值与拟合二、数值微分与积分三、微分方程数值解四、优化问题五、回归分析-The use of mathematical modeling--- MATLAB Introduction of a curve interpolation and fitting the second, numerical differentiation and integration III, differential equations IV, V optimizatio
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:80288
    • 提供者:zhaobiao
  1. 2012211023

    0下载:
  2. 利用牛顿插值法跟三次样条法拟合函数曲线(样本点为11个)-Newton interpolation with a cubic spline fitting function curve
  3. 所属分类:matlab

    • 发布日期:2017-11-07
    • 文件大小:665
    • 提供者:侯杰
  1. sunSinglePointSurfacefit

    0下载:
  2. 基于移动最小二乘法的曲线曲面拟合实现,包含反距离加权(为效果对比)--(在VC或者VS上新建工程添加文件即可,main.cpp为主函数)-Curve and Surface Fitting Based on Moving Least-Squares Methods and Inverse Distance Weighting
  3. 所属分类:Algorithm

    • 发布日期:2017-11-30
    • 文件大小:749964
    • 提供者:孙莹频
  1. Polynomial

    0下载:
  2. 对于具体实验时,通常不是先给出函数的解析式,再进行实验,而是通过实验的观察和测量给出离散的一些点,再来求出具体的函数解析式。又因为测量误差的存在,实际真实的解析式曲线并不一定通过测量给出的所有点。最小二乘法是求解这一问题的很好的方法,本实验运用这一方法实现对给定数据的拟合。-For specific experiments, usually not first given function analytic formula, and then experiment but given by th
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-04
    • 文件大小:27690
    • 提供者:梧桐雨
  1. m10_9

    0下载:
  2. 神经网络训练的matlab M文件仿真例子。这个例子里面可以看到训练后最终拟合曲线是很接近给定样本的。-Matlab M file of the neural network training simulation examples. This example, which can be seen the training after the final fitting curve is very close to a given sample.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-11-15
    • 文件大小:627
    • 提供者:ahui
  1. cubicbezierlsufit

    0下载:
  2. 三次B样条最小二乘拟合,附文献,Approximation of data using cubic B′ ezier curve least square fi tting,Author: M Khan-Cubic B-spline least squares fitting and literature. Approximation of data using cubic B ezier curve least square fitting, Author: M Khan,
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-21
    • 文件大小:66551
    • 提供者:liuwz
  1. CreatFringe

    0下载:
  2. matlab 生成正弦条纹图像,可应用到时间相位解包裹技术的求解相位中。-Described in detail under the matlab curve and surface fitting, and a word there is the principle that the very detailed introduction is available for reference and practical use of
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-16
    • 文件大小:535
    • 提供者:zhuhuibin
  1. CircleFit

    0下载:
  2. 对二维平面内的圆曲线进行拟合计算,调用拟合函数Circle_Fit()前需要给定圆心、半径一个初始值,以便快速迭代解算结果。-Fitting calculation of the circular curve in the two-dimensional plane, call () before fitting function Circle_Fit need to be given to the center of the circle, the radius of the initial
  3. 所属分类:Algorithm

    • 发布日期:2017-11-15
    • 文件大小:2111920
    • 提供者:CJH
  1. pid

    0下载:
  2. 最 小 二 乘 法 拟 合 曲 线-Least-squares fitting curve
  3. 所属分类:Software Testing

    • 发布日期:2017-12-04
    • 文件大小:1383
    • 提供者:申三
  1. zhengjiao

    0下载:
  2. 单输入单输出的频域模态参数识别方法,正交多项式拟合法,通过拟合频响函数曲线得到结构的固有频率、阻尼-Single-input single-output frequency domain modal parameter identification method, orthogonal polynomial fitting, the natural frequency of the structure obtained by fitting the curve of the frequency
  3. 所属分类:Windows Kernel

    • 发布日期:2017-11-19
    • 文件大小:1521
    • 提供者:马睿
« 1 2 ... 45 46 47 48 49 50»
搜珍网 www.dssz.com