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

搜索资源列表

  1. chazhejisuanfangfa

    0下载:
  2. 利用C++完成计算方法的分段线性,二次插值和全区间拉格朗日插值的计算!-C completed the calculation method piecewise linear, quadratic interpolation, and the region between the Lagrange interpolation calculation!
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:1141
    • 提供者:liuyi
  1. ding

    4下载:
  2. 选取windows系统自带的ding.wav信号作为分析对象,在Matlab软件平台下,利用函数wavread对音频信号进行采样,记住采样频率和采样点数,听一下原始声音sound(y, fs, bits)。 (2)音频信号的频谱分析,先画出音频信号的时域波形;然后对音频号进行快速傅里叶变换fft(y,N),N取32768,画出信号的频谱特性,加深对频谱特性的理解。 (3)根据频谱,反演时域特性,画出时域波形。寻找幅值最大的两个频率,此频率除以fft点数在乘以采样频率就是信号的主频,即可合
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1603
    • 提供者:何亮
  1. shuzhi2

    0下载:
  2. 采用线性插值,分段二次多项式插值和三次样条插值斤对已知函数进行插值-The use of linear interpolation, quadratic interpolation, and sub-cubic spline interpolation function already known interpolation
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:2228
    • 提供者:tai
  1. 2

    0下载:
  2. 数值分析: 01分段低次插值逼近函数。 02用Gauss列主元素消元法求解n阶线性方程组-Numerical Analysis: 01 sub-low interpolation approximation function. 02 columns with the Gauss elimination method for solving the main elements of n-order linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1311
    • 提供者:林晓风
  1. interp

    0下载:
  2. 插值 线性插值 分段二次多项式插值 样条插值 C++实现 网上现在的 不错-插值 线性插值 分段二次多项式插值 样条插值 C++实现 网上现在的 不错
  3. 所属分类:Algorithm

    • 发布日期:2017-03-26
    • 文件大小:40878
    • 提供者:
  1. matlabchazhiyunihe

    0下载:
  2. 插值与拟合实验,包括拉格朗日、分段线性、三次样条插值方法,以及线性最小二乘拟合,包括数学建模实例-Interpolation and fitting the experimental, including Lagrange, piecewise linear, cubic spline interpolation, and linear least squares fitting, including examples of mathematical modeling
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:374914
    • 提供者:
  1. 02_

    0下载:
  2. 分段线性插值的介绍,简单明了,通俗易懂。绝对好资料-Piecewise linear interpolation of the introduction, simple
  3. 所属分类:Algorithm

    • 发布日期:2017-04-09
    • 文件大小:399046
    • 提供者:谢双义
  1. Piecewise-linear-interpolation

    1下载:
  2. c语言编写的分段线性插值的源程序,计算方法课上编写的。-piecewise linear interpolation of the source c language
  3. 所属分类:Algorithm

    • 发布日期:2016-05-03
    • 文件大小:1024
    • 提供者:徐鹏伟
  1. chazhi

    0下载:
  2. 对格朗日、分段线性、三次样条插值方法的运用。-Grange, piecewise linear, cubic spline interpolation method to use.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:702
    • 提供者:linzhijie
  1. second

    0下载:
  2. 用VC++编辑工具简单的实现分段线性插值算法-With VC++ editing tools simple piece-wise linear interpolation algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-12-02
    • 文件大小:263640
    • 提供者:孙超
  1. Piecewise-linear-interpolation

    0下载:
  2. 使用分段线性插值算法对数据进行内插,有效的避免了高次插值时产生的龙格现象。-Using piecewise linear interpolation of data interpolation algorithm, effectively avoids the high order interpolation when the runge phenomenon.
  3. 所属分类:matlab

    • 发布日期:2017-11-17
    • 文件大小:525
    • 提供者:denglin
  1. chazhi

    0下载:
  2. 详细介绍了matlab插值与拟合方法,包括拉格朗日多项式插值、牛顿插值、分段线性插 值、Hermite 插值和三次样条插值和曲线的最小二乘拟合、多项式拟合方法、最小二乘优化所有程序均有相应的说明与应用实例-Details of the matlab interpolation and fitting methods, including Lagrange polynomial interpolation, Newton interpolation, piecewise linear inte
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:271629
    • 提供者:唐小米
  1. chazhi

    0下载:
  2. 这是常用的插值方法的matlab实现,包括拉格朗日插值、分段线性插值和三次样条插值,希望对大家有帮助。-It is commonly used in the interpolation method matlab realize, including Lagrange interpolation, piecewise linear interpolation and cubic spline interpolation, we want to help.
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1657
    • 提供者:makangjian
  1. Interpolation

    0下载:
  2. 用拉格朗日插值、牛顿插值、分段线性插值进行插值点近似值的计算。-Lagrange interpolation, Newton interpolation, piecewise linear interpolation to interpolate point approximation calculations.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-12
    • 文件大小:908
    • 提供者:Leonardo
  1. interpolation-algorithm

    0下载:
  2. 用Matlab软件实现Lagrange插值、分段线性插值、三次Hermite插值、Aitken逐步插值算法-Implementation with Matlab Lagrange interpolation, piecewise linear interpolation, cubic Hermite interpolation, Aitken interpolation algorithm gradually
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1441
    • 提供者:瞿炜超
  1. fenduanXXCZ

    0下载:
  2. 基于matlab编写的分段线性插值计算,可用于高速铁路沉降预测中灰色理论和Asaoka算法的等时间间隔处理-Matlab prepared based on piecewise linear interpolation can be used for high-speed rail Settlement Prediction gray theory and Asaoka processing algorithms, such as the time interval
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:621
    • 提供者:周俊
  1. Interpolation-Methods

    0下载:
  2. 插值法: (1)拉格朗日插值 (2)牛顿插值 (3)分段线性插值 (4)Hermite 插值 (5)样条插值-Interpolation method: (1) Lagrange Interpolation (2) Newton interpolation (3) piecewise linear interpolation (4) Hermite interpolation (5) spline interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:5654
    • 提供者:huangyonghao
  1. fenduanxianxing

    0下载:
  2. 三次样条插值,拉格朗日,分段线性插值的matlab程序-Cubic spline, the piecewise function interpolation method and Lagrangian matlab program, for example
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:993
    • 提供者:李帅
  1. sumluicalinterpolation

    0下载:
  2. 几个数值算法,二分法,分段线性插值,复合梯形法(Several numerical algorithms, dichotomy, piecewise linear interpolation, composite trapezoid method)
  3. 所属分类:数学计算

    • 发布日期:2019-09-29
    • 文件大小:4096
    • 提供者:fquipiow
  1. MATLAB数据处理代码

    3下载:
  2. 34种数据降维方法代码;分段线性插值算法代码;基于RPCA异常值检测代码;基于t-sne算法的降维可视化实例;基于埃尔米特插值多项式代码;基于二维数据内插值代码...
  3. 所属分类:matlab例程

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