CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 文档资料 搜索资源 - 曲线拟合

搜索资源列表

  1. matlab

    0下载:
  2. matlab对一次非线性曲线的拟合,并包含了线性参数。-matlab on time nonlinear curve fitting and contains a linear parameters.
  3. 所属分类:software engineering

    • 发布日期:2017-11-07
    • 文件大小:34384
    • 提供者:李同心
  1. Matlab

    0下载:
  2. 1. 三种插值方法 2.用Matlab 计算插值 3.拟合的基本原理 4.用Matlab 拟合曲线 -Three interpolation methods. Calculated using Matlab interpolation 3. Fitting the basic principle 4. Curve fitting with Matlab
  3. 所属分类:software engineering

    • 发布日期:2017-11-30
    • 文件大小:60815
    • 提供者:邓乐喜
  1. nihe

    0下载:
  2. 应用matlab对实验数据进行拟合,获得实验数据曲线的近似拟合曲线及其多项式-matlab to fit the experimental data
  3. 所属分类:software engineering

    • 发布日期:2017-11-10
    • 文件大小:1084
    • 提供者:奥特曼
  1. matlab

    0下载:
  2. 误差的来源 非线性方程(组)的数值解法 解线性方程组的直接方法 解线性方程组的迭代法 矩阵的特征值与特征向量的计算 函数的插值方法 函数逼近与曲线(面)拟合 数值微分 数常微分方程(组)求解值积分 -The source of the error Numerical method for solving the nonlinear equation (group) The direct method of solving linear
  3. 所属分类:File Formats

    • 发布日期:2017-11-08
    • 文件大小:1071502
    • 提供者:陈佳文
  1. nihequxian

    1下载:
  2. matlab复变函数求解拟合曲线的方法和程序-Solving complex function matlab curve fitting methods and procedures
  3. 所属分类:Communication

    • 发布日期:2017-11-09
    • 文件大小:819
    • 提供者:liyu
  1. SANWEIZUOBIAODIANNIHE

    0下载:
  2. 根据空间任意点数坐标拟合得到空间样条曲线,特别适合测量实际孔轴线拟合。-According to the spatial coordinates of any point of space-spline curve fitting, especially suitable for measuring the actual hole axis fitting.
  3. 所属分类:File Formats

    • 发布日期:2017-04-11
    • 文件大小:1003
    • 提供者:宁磊
  1. matlab5scale

    0下载:
  2. matlab 画viviani曲线+绘制分子结构+最小二乘拟合+求信号包络线+滤波器设计(一次为大家提供5个matlab完整程序,能调试准确的结果仿真图)-matlab draw viviani curve++ least-squares fit to draw the molecular structure of++ request signal envelope filter design
  3. 所属分类:Project Design

    • 发布日期:2017-03-30
    • 文件大小:10651
    • 提供者:朱一凡
  1. matlab--some-nice-programs

    0下载:
  2. Matlab画平滑曲线的两种方法( 拟合或插值后再用plot即可) 自然状态下,用plot画的是折线,而不是平滑曲线。有两种方法可以画平滑曲线,第一种是拟合的方法,第二种是用spcrv,其实原理应该都一样就是插值。下面是源程序。-You can then use the plot) Natural state, with the plot is a line drawing, instead of a smooth curve. There are two ways to draw a
  3. 所属分类:software engineering

    • 发布日期:2017-04-09
    • 文件大小:18747
    • 提供者:谢谢
  1. speedtx

    0下载:
  2. 简单的发动机速度特性拟合曲线,如需要精细的曲线可以参照文中代码进行数据修改,内-The engine speed characteristic curve, such as the need to fine curve can refer to the text of the code and data modification
  3. 所属分类:File Formats

    • 发布日期:2017-04-03
    • 文件大小:56055
    • 提供者:先生
  1. BLEindoorLocaltion

    0下载:
  2. 信号强度值定位模拟,包括距离测量,距离拟合曲线和高斯滤波处理,以及各种模拟分析-Signal strength value localization simulation, including distance measurement, distance fitting curve and Gaussian filtering processing, and various simulation analysis
  3. 所属分类:Project Design

    • 发布日期:2017-05-05
    • 文件大小:108655
    • 提供者:刘大陆
  1. niebing-V2.3

    0下载:
  2. 构成不同频率的调制信号,有均匀线阵的CRB曲线,利用最小二乘算法实现对三维平面的拟合。- Constituting the modulated signals of different frequencies, There ULA CRB curve, Least-squares algorithm to fit a three-dimensional plane.
  3. 所属分类:Communication

    • 发布日期:2017-12-17
    • 文件大小:6144
    • 提供者:来娟
  1. lms

    0下载:
  2. LMS最小二乘法,拟合曲线的基本原理:成对等精度地测得一组数据x,试找出一条最佳的拟合曲线。(LMS Least Squares, the basic principle of fitting the curve: pairs of precision to measure a set of data x, try to find a best fit curve.)
  3. 所属分类:文章/文档

    • 发布日期:2017-12-17
    • 文件大小:9216
    • 提供者:唐tang
  1. Scipy

    1下载:
  2. SciPy—数值计算库 在NumPy的基础上增加一些功能 1、常数和特殊函数 2、线性代数-linalg 3、优化 (1)非线性方程组求解 (2)最小二乘拟合 (3)函数最小值 4、插值—interpolate (1)B样条曲线插值 (2)外推和Spline拟合 (3)二维插值 5、数值积分—integrate (1)球的体积 (2)解常微分方程组 6、统计—stats (1)连续和离散概率分布 (2)二项、泊松、伽玛分布 7、稀疏矩阵—sparse(On t
  3. 所属分类:文章/文档

    • 发布日期:2019-10-21
    • 文件大小:1502208
    • 提供者:预警
  1. python-pypro4sail模块PROSPECT模型模拟代码实例

    0下载:
  2. pypro4sail模块需要在github下载,该代码内包含几个部分:变换不同输入参数获取波长-反射率数组,计算五个常见的植被指数作为因变量,波长为自变量,并拟合该曲线,计算R²、RMSE等统计参数。 需要的uu可以根据注释,按照自己的要求稍加改动即可使用!
  3. 所属分类:编程文档

« 1 2 3»
搜珍网 www.dssz.com