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

搜索资源列表

  1. 插值算法

    1下载:
  2. 讲述了许多插值算法
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2011-03-30
    • 文件大小:55838
    • 提供者:fanjinzhen
  1. MATLAB实现拉格朗日、分段线性、三次样条三种插值的方法

    15下载:
  2. MATLAB实现拉格朗日、分段线性、三次样条三种插值的方法,改变节点的数目,对三种插值结果进行初步分析,MATLAB realization of Lagrange, piecewise linear, cubic spline interpolation in three ways, changing the number of nodes, interpolation of three preliminary analysis of the results
  3. 所属分类:matlab例程

    • 发布日期:2013-03-26
    • 文件大小:120377
    • 提供者:刘文
  1. 用matlab编写的实现Lagrange插值函数

    0下载:
  2. 用matlab编写的实现Lagrange插值函数和三次样条插值函数,输入值为x向量和对应的y向量,输出函数图像,Matlab prepared with the realization of Lagrange interpolation function and cubic spline interpolation function, type the value of x vector and the corresponding y vector, the output function of
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-03-21
    • 文件大小:1666
    • 提供者:张宁
  1. quadterp.基于FFT的插值频率估计算法

    0下载:
  2. 基于FFT的插值频率估计算法,matlab代码。,FFT-based frequency estimation algorithm of interpolation, matlab code.
  3. 所属分类:matlab例程

    • 发布日期:2017-03-23
    • 文件大小:896
    • 提供者:万三
  1. [牛顿插值].rar

    0下载:
  2. 牛顿插值是非线性插值的一种,通常用于数据拟和,解方程等,Newton interpolation is a non-linear interpolation, normally used to be and data, such as solving equations
  3. 所属分类:Algorithm

    • 发布日期:2017-03-22
    • 文件大小:18907
    • 提供者:wan
  1. 插值原理还原波形曲线(误差改进版)

    0下载:
  2. 三次样条插值的VC源码,带有示例,测试通过-cubic spline code based on VC++
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2017-03-22
    • 文件大小:207012
    • 提供者:xxc
  1. matlab插值与数据拟合

    6下载:
  2. 使用matlab的插值与数据拟合,含有插值原理,方程,插值方法有:拉格朗日多项式插值,分段线性插值,三次样条插值,最小二乘法,有多个实例(有源码、语句、结果、图像等)
  3. 所属分类:matlab例程

    • 发布日期:2013-04-01
    • 文件大小:1138688
    • 提供者:zdlsir
  1. 拉格朗日插值的龙格现象matlab编程

    0下载:
  2. 拉格朗日插值的龙格现象matlab编程,word文档
  3. 所属分类:matlab例程

  1. 第4章 插值

    0下载:
  2. 在离散数据的基础上补插连续函数,使得这条连续曲线通过全部给定的离散数据点。插值是离散函数逼近的重要方法,利用它可通过函数在有限个点处的取值状况,估算出函数在其他点处的近似值。插值:用来填充图像变换时像素之间的空隙。(On the basis of discrete data, a continuous function is inserted to make the continuous curve pass through all the given discrete data points.
  3. 所属分类:matlab例程

  1. 牛顿插值和欧拉法解方程

    0下载:
  2. 欧拉法解常微分方程和牛顿插值法,是数值分析中的经典算法,适合初学者。(Euler solutions of ordinary differential equations and newton interpolation are the classic algorithms, they are suitable for beginners.)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-20
    • 文件大小:2048
    • 提供者:润惠万物
  1. 克里金插值及DEM等高线生成

    5下载:
  2. 使用指数模型的克里金插值以及对插值结果的等高线的生成。(Kriging interpolation using the exponential model and the results of interpolation to generate contour lines.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-26
    • 文件大小:5662720
    • 提供者:sunguang216
  1. MATLAB插值编程

    0下载:
  2. matlab插值源代码(转)(Solving practical problems)
  3. 所属分类:matlab例程

  1. 激励插值法

    0下载:
  2. 结构动力学中,用激励插值法求结构位移所用的MATLAB编程(Displacement by means of excitation interpolation)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-25
    • 文件大小:1024
    • 提供者:ppwangpoppy
  1. 插值与拟合(matlab+lingo源代码) (2)

    0下载:
  2. 插值与拟合(matlab+lingo源代码)(Interpolation and fitting (matlab + lingo source code))
  3. 所属分类:matlab例程

    • 发布日期:2017-12-28
    • 文件大小:52224
    • 提供者:流777
  1. matlab插值算法编程

    1下载:
  2. 数值计算科学中的插值算法的MATLAB程序(MATLAB program of interpolation algorithm)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-01
    • 文件大小:11264
    • 提供者:mafei217
  1. SplineInterpolationAitken插值算法 C++程序

    0下载:
  2. 用c++实现spline插值算法,需要的可以下载~~(Implementation of spline interpolation algorithm with c++)
  3. 所属分类:数值算法/人工智能

  1. lagrange插值

    0下载:
  2. lagrange插值,用于分数时延滤波器farrow结构系数求解(Lagrange interpolation for fractional delay filter Farrow structure coefficient solution)
  3. 所属分类:数学计算

    • 发布日期:2018-01-02
    • 文件大小:125952
    • 提供者:fuhao810
  1. 抽取与插值

    0下载:
  2. 抽取与插值的matlab源程序,能够实现数据的灵活抽取与插值,对数据处理带来很多方便。(Extraction and interpolation of matlab source code, to achieve the flexibility of data extraction and interpolation, data processing to bring a lot of convenience.)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-03
    • 文件大小:2048
    • 提供者:谢欢儿
  1. 厄尔米特插值与高斯消去解法

    0下载:
  2. 用厄尔米特插值法拟合曲线,用高斯消去法解线性方程。(The Earl milt interpolation method is used to fit the curve, and the Gauss elimination method is used to solve the linear equation.)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1024
    • 提供者:xhtleige
  1. 插值runge现象

    0下载:
  2. 针对高次插值runge的学习代码,比较段数N不同时分段线性插值和三次样条插值,均给出误差曲线。(In view of the learning code of high order interpolation Runge, the number of comparison segments N does not simultaneously piecewise linear interpolation and three cubic spline interpolation, and the e
  3. 所属分类:matlab例程

    • 发布日期:2018-01-09
    • 文件大小:2018304
    • 提供者:silverhand
« 12 3 4 5 6 7 8 9 10 ... 50 »
搜珍网 www.dssz.com