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

搜索资源列表

  1. output

    0下载:
  2. 魔术公式拟合,轮胎数据处理。采用最简单的枚举法。-tire data fitting
  3. 所属分类:matlab

    • 发布日期:2017-11-22
    • 文件大小:1169
    • 提供者:alex
  1. DATA-PROCESSING

    0下载:
  2. convert s1p format file into xls format file. deduct the reference signal. using the scatter points to do the curve fitting.-convert s1p format file into xls format file. deduct the reference signal. using the scatter points to do the curve fitting
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1828
    • 提供者:heather
  1. planewavedata

    0下载:
  2. 用于声学平面波验证,包括声压级计算和相位计算。声压级计算参考声学手册标准,相位计算采用数据拟合的方式实现。-For acoustic plane wave verification, including SPL calculation and phase calculation. SPL calculate the reference acoustic Manual Standard, the phase calculated using data fitting manner.
  3. 所属分类:Other systems

    • 发布日期:2017-04-13
    • 文件大小:1661
    • 提供者:yang ming
  1. The-order-of-the-polynomial-fitting

    0下载:
  2. 我们处理数据时,往往需要事先知道这些数据的规律(如线性),然后再进行相应阶数的最小二乘法拟合,本文试图在不知道拟合阶数的情况下通过程序计算拟合阶数。-We handle the data, the data often need to know in advance the rules (such as linear), and then make the appropriate order of the least squares fit, this article attempts to f
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:91633
    • 提供者:fz
  1. ZXEC

    0下载:
  2. 最小二乘法的系统辨识,系统辨识是一种将数据拟合辨识的有效方法。-Least squares system identification, system identification is a valid identification of the data fitting method.
  3. 所属分类:Energy industry

    • 发布日期:2017-04-02
    • 文件大小:1010
    • 提供者:wangjin
  1. Moving-surface-fitting

    0下载:
  2. 移动曲面拟合,用于各种DEM数据内插,改变一下参数-Moving surface fitting, for a variety of DEM data interpolation, a change of parameters
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:909
    • 提供者:ssssssssss
  1. polyfit

    0下载:
  2. 最小二乘法进行数据拟合的C程序代码,应用Visual Studio2008实现,可以实现数据的正确拟合-Least squares data fitting of C code
  3. 所属分类:Algorithm

    • 发布日期:2017-05-15
    • 文件大小:4036104
    • 提供者:袁柳
  1. simpson

    0下载:
  2. simpson 插值公式在C语言下的实现,可以解决数据拟合问题-Simpson interpolation formula under the C language implementation, can solve the problem of data fitting
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1713
    • 提供者:梁桉洋
  1. Chebyshev

    0下载:
  2. Chebyshev插值多项式数据拟合程序-Chebyshev interpolation polynomial data fitting procedure
  3. 所属分类:matlab

    • 发布日期:2017-04-16
    • 文件大小:14296
    • 提供者:胡玫
  1. matlabxuexi

    0下载:
  2. 这是一个好的建模学习资料,赶快下载吧, 数学建模十大算法 ( 包含:蒙特卡罗算法、数据拟合、参数估计、 插值等数据处理算法、线性规划、整数规划、多元规划、二次规划等规划类问题、 图论算法、动态规划、回溯搜索、分治算法、分支定界等计算机算法、 最优化理论的三大非经典算法:模拟退火法、神经网络、遗传算法、 网格算法和穷举法、一些连续离散化方法、数值分析算法、图象处理算法)-This is a good model to study the information, download it quick
  3. 所属分类:matlab

    • 发布日期:2017-05-18
    • 文件大小:4994150
    • 提供者:高雄飞
  1. lsdatafitting

    0下载:
  2. non linear least square data fitting algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-27
    • 文件大小:121822
    • 提供者:flusher
  1. DigiPic

    0下载:
  2. DigiPic 函数主要功能是将一个图片形式的表格函数,获取其数据,拟合为一个解析式. 便于计算机使用 DigiPic功能描述 在matlab 2013a运行环境下,启动DigiPic 首先,导入要分析的图表照片 取点建立坐标系,坐标系在取点时同时输入对应的实际坐标值, 拖拽坐标点使其位置在图片上尽量准确,便于后面坐标的自动计算. 按右键完成坐标系的建立. 在图片上原函数图线处取点.同时自动计算函数值 在拟合页,导入函数数据.选择相应的拟
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-11
    • 文件大小:18608782
    • 提供者:zmhhxl
  1. 03071155prony

    0下载:
  2. matlab变成实现prony算法,自动提取符合信号中分量的频率、幅值、相位、衰减系数等参数,可以实现数据拟合-matlab become realized prony algorithms automatically extract the parameters frequency, amplitude, phase, in line with the signal attenuation coefficient component, you can achieve data fitting
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2054
    • 提供者:庞乐乐
  1. matlab

    0下载:
  2. 处理实验数据绘制图形时,进行进行数据的拟合,可以修改拟合阶次。一阶拟合就是直线-Drawing graphics data processing, data fitting, can modify the fitting order. The first-order fitting is a straight line
  3. 所属分类:Graph Drawing

    • 发布日期:2017-04-08
    • 文件大小:800
    • 提供者:whelgoo
  1. kriging

    2下载:
  2. kriging模型,用于替代模型,matlab程序,适合数据拟合和预测各种不同条件下的情况-kriging model for alternative model, matlab program for data fitting and projections under various conditions
  3. 所属分类:Other systems

    • 发布日期:2017-05-09
    • 文件大小:1560588
    • 提供者:孟曾
  1. matlab--cftool

    0下载:
  2. 曲线拟合资料,自己学习过程中积累的一些文档,包含多种数据拟合方法。-Curve fitting data, some of the documents accumulated in their own learning process, contains a variety of data fitting methods.
  3. 所属分类:Project Manage

    • 发布日期:2017-05-27
    • 文件大小:10109151
    • 提供者:hucheng
  1. example-(2)

    0下载:
  2. 几个数据拟合的例子,比较简单,供大家学习。-Several examples of data fitting, relatively simple for everyone to learn.
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:83131
    • 提供者:michael
  1. shujunihe1

    0下载:
  2. 利用数值分析的方法进行数据拟合,熟练掌握数值分析的方法,加以应用-Using the method of numerical analysis data fitting, master numerical analysis to be applied
  3. 所属分类:Algorithm

    • 发布日期:2017-04-15
    • 文件大小:7148
    • 提供者:lingxia
  1. Volterra

    2下载:
  2. 二阶Volterra模型系统辨识,数据拟合,压缩包中带数据-Of Volterra model system identification, data fitting, with data compression package
  3. 所属分类:OA

    • 发布日期:2017-04-03
    • 文件大小:6784
    • 提供者:wenchenrun
  1. Untitled3

    0下载:
  2. 本程序是一个用LSSVM实现简单煤炭数据先拟合,再预测的例子(matlab编程)-This program is a simple to use LSSVM coal data fitting, then predicted examples (matlab programming)
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2512
    • 提供者:尹立
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 50 »
搜珍网 www.dssz.com