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

搜索资源列表

  1. click2smooth

    0下载:
  2. 曲线的平滑,应用贝塞尔曲线进行平滑,点击要平滑的点即可-With this program you can smooth your data automatically only by selecting the area to be smoothed with 2 clicks. Then INTERP1 is used to smooth. The operation is repeated until you press ENTER.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-16
    • 文件大小:10420
    • 提供者:李继
  1. Datafitting

    1下载:
  2. 它包含了数据拟合、interp1 - 一元函数插值、 spline - 样条插值、polyfit - 多项式插值或拟合、curvefit - 曲线拟合、caspe - 各种边界条件的样条插值、casps - 样条拟合(没有)、interp2 - 二元函数插值、griddata - 不规则数据的二元函数插值、interp - 不单调节点插值和lagrange - 拉格朗日插值法的代码.-It contains code of data fitting, interp1- unary functio
  3. 所属分类:Other systems

    • 发布日期:2017-04-06
    • 文件大小:20547
    • 提供者:温娟
  1. factorg

    0下载:
  2. 插值计算 底质遥感反射率 水面之下遥感反射率-interp1 bottom reflectance underwater irradaince reflectance
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1504
    • 提供者:杨狰狞
  1. qinterp123

    0下载:
  2. Performs nearest-neighbor or linear interpolation much faster than interp1 when an evenly-spaced lib
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1596
    • 提供者:nnmb
  1. interp1_interp2

    1下载:
  2. C语言实现Matlab中interp1和interp2中的功能。-Interp1 and interp2 in Matlab, C language the function.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-21
    • 文件大小:1355
    • 提供者:duyanxu
  1. interp

    0下载:
  2. interp1.m、interp2.m和interp3.m分别为一维、二维和三维的插值函数-interp1.m, interp2.m and interp3.m are one-dimensional, two-dimensional and three-dimensional interpolation function
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:15211
    • 提供者:wangxusi
  1. pscnc

    0下载:
  2. Matlab has a lot of functions for interpolate, depending on what you re trying to do. You don t need a toolbox for it, either. Type "doc interp1" to get started and navigate the help file from there.
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:456356
    • 提供者:thancolun
  1. interp1

    0下载:
  2. 一个MATLAB源函数,用来计算插值,可以选择使用线性,三次样条插值,Hermite插值等方法,希望对大家有用。-A MATLAB source function, used to calculate the interpolation, you can choose to use linear, cubic spline interpolation, Hermite interpolation, in the hope that useful.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4482
    • 提供者:杜玉麟
  1. INTERP1

    1下载:
  2. 一元函数插值 根据数据(x,y)给出在xi的线性插值结果yi-Unary function interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-11-22
    • 文件大小:3663
    • 提供者:张百乐
  1. wave read

    2下载:
  2. 输入一wav格式声音信号 输出对声音信号进行抽取并插值后的频谱图(源程序为8倍重采样),并可使用play函数进行播放试听,如play(nearest),play(ori) 有ori原始音质、ups插值音质、downs抽取音质三种及以下五种重采样音质 重采样试听种类有nearest,linear,spline,pchip,cubic,插值算法详见interp1函数 可用过取消注释“高斯白噪声”、“高频噪声”对声音信号加入噪声-Wav format input-output
  3. 所属分类:语音合成与识别

    • 发布日期:2013-10-02
    • 文件大小:1319
    • 提供者:jiamenghan
  1. Matlab1

    0下载:
  2. Matlab插值法应用示例,元胞数组的应用-the method of interp1 in Matlab
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1602
    • 提供者:孟飞
  1. Data-fitting

    0下载:
  2. 数据拟合 interp1 - 一元函数插值 spline - 样条插值 polyfit - 多项式插值或拟合 curvefit - 曲线拟合 caspe - 各种边界条件的样条插值 casps - 样条拟合(没有) interp2 - 二元函数插值 griddata - 不规则数据的二元函数插值 *interp - 不单调节点插值 *lagrange - 拉格朗日插值法- Data fitting interp1- one yu
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-30
    • 文件大小:20988
    • 提供者:lxc
  1. gridfitdir

    0下载:
  2. GRIDFIT是一个曲面建模工具,它的形式为z(x; y)分散(或定期)数据。 由于它不是插值,它允许在您的数据中存在重复,没有问题。 我的意思是什么由“插值”? 插值是一个总是被设计的代码准确预测所有提供的数据。 GRIDDATA和INTERP1就是例子 插值。 GRIDFIT更准确地描述为近似值。它产生一个表面,表示所提供数据的行为 尽可能接近,允许数据中的噪声和复制数据。(GRIDFIT is a surface modeling tool, fitting a surface of
  3. 所属分类:其他

    • 发布日期:2018-05-01
    • 文件大小:2655232
    • 提供者:xjx1021
搜珍网 www.dssz.com