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

搜索资源列表

  1. Interpolation-algorithm

    5下载:
  2. 7种插值算法的c++代码实现,1 拉格朗日插值(POLINT) 2 有理函数插值(RATINT) 3 三次样条插值(SPLINE(二阶导数值)->SPLINT(函数值)) 4 有序表的检索法(LOCATE(二分法), HUNT(关联法)) 5 插值多项式(POLCOE(n2), POLCOF(n3)) 6 二元拉格朗日插值(POLIN2) 7 双三次样条插值(SPLIE2)-seven interpolation algorithm to achieve the c code, a Lag
  3. 所属分类:数值算法/人工智能

    • 发布日期:2008-10-13
    • 文件大小:5045
    • 提供者:ldg
  1. waveletconstruction

    0下载:
  2. 这是几个小波插值和构造的原程序,小波谱分析mallat算法经典程序 , cubic_subdivision(立方插值)-several wavelet interpolation of the original structure and procedures to small spectral analysis algorithm Mallat classic procedures, cubic_subdivision (cubic interpolation)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1907
    • 提供者:黄敏松
  1. HermiteThree

    1下载:
  2. 该程序是一个分段三次Hermite插值函数,给出自变量的值和相应的函数值及一阶导数值,可以用来另外已知自变量值的函数值-that the procedure was a Hermite cubic interpolation function, from the variable to the value and the corresponding function and a derivative values can be used to the other variables known
  3. 所属分类:数学计算/工程计算

    • 发布日期:2008-10-13
    • 文件大小:796
    • 提供者:陈林
  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. shuangsancichazhi.rar

    0下载:
  2. 实现双三次插值图像缩放算法,修改k值,即可修改放大倍数或缩小倍数!,To achieve bi-cubic interpolation algorithm for image scaling, modified k values can be modified to enlarge or shrink the multiples of multiples!
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:49155
    • 提供者:贾子渊
  1. interpolation

    6下载:
  2. matlab各种插值算法应用实例,包括:拉格朗日插值、艾特肯插值法、牛顿插值法、 高斯插值法、 埃尔米特插值法、 分段埃尔米特插值法、样条插值、有理分式插值法、分片双线性插值、二元三点拉格朗日插值及分片双三次埃尔米特插值-a variety of interpolation algorithm matlab application examples include: Lagrange interpolation, Aitken interpolation, Newton interpolatio
  3. 所属分类:Algorithm

    • 发布日期:2015-06-02
    • 文件大小:9896
    • 提供者:
  1. s

    1下载:
  2. 计算三次样条插值函数-Calculation of cubic spline interpolation function
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-11-22
    • 文件大小:940
    • 提供者:lxw
  1. CUBIC

    0下载:
  2. 三次样条插值函数的具体应用程序,主要应用于热敏电阻的温度和阻值之间的换算-Cubic spline interpolation function of the specific applications, mainly used in thermistor temperature and resistance of the conversion between
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:883
    • 提供者:李林
  1. cubic-spline

    0下载:
  2. 三次样条插值,来自于数值分析方法一书 C Abstract: interpolate cubic spline profiles to given points. C cubic splines are piecewise cubic polynomials fitting the data C with continuous first and second derivatives at interior points C and second derivatives set
  3. 所属分类:Algorithm

    • 发布日期:2017-03-24
    • 文件大小:895
    • 提供者:mybiandou
  1. cubic

    0下载:
  2. 使用立方b样条小波的均值插值。使用立方b样条小波的细分插值。-Average interpolation using cubic B-spline wavelet.Subdivision interpolation using cubic B-spline wavelet.
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:1448
    • 提供者:huql
  1. wave-inter

    2下载:
  2. 小波插值(全小波插值,小波双线性插值,小波双三次插值及其改进)放大图像,提高图像的分辨率;对插值图像做质量评价(峰值信噪比PSNR;均方信噪比SNR)-Wavelet interpolation (full wavelet interpolation, wavelet bilinear interpolation, cubic interpolation and improved method) to enlarge the image and improve image resolution
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1183
    • 提供者:zhoujianhua
  1. interpolation

    1下载:
  2. 插值 拉格朗日插值 有理函数插值 三次样条插值 有序表的检索法 插值多项式 二元拉格朗日插值 双三次样条插值-Rational function interpolation Lagrange interpolation cubic spline interpolation order polynomial interpolation table binary search method Lagrange interpolation bicubic spline in
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:32775
    • 提供者:sby_1027
  1. Interpolation

    1下载:
  2. 其中包括牛顿插值算法,分段线性插值算法,Larange算法和三次样条插值算法的源程序。还包括插值算法的报告一份。-Including the Newton interpolation algorithm, piecewise linear interpolation algorithm, Larange algorithm and cubic spline interpolation algorithm of the source. The report also includes an int
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:673876
    • 提供者:黄校园
  1. Cubic-spline

    0下载:
  2. 数值分析中常用的三次样条插值的函数,里面也包括了函数调用-Commonly used in numerical analysis of cubic spline interpolation function, which also includes a function call
  3. 所属分类:Algorithm

    • 发布日期:2017-03-27
    • 文件大小:1009
    • 提供者:杨霖
  1. (Cubic-inter)

    0下载:
  2. cubic interpolation search method m-file
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1775
    • 提供者:Mahdi
  1. imaging-processing

    0下载:
  2. Fast nearest, bi-linear and bi-cubic interpolation for image data,where method is one off nearest, linear, or cubic
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:874720
    • 提供者:朴美兰
  1. tupianchuli

    0下载:
  2. Fast nearest, bi-linear and bi-cubic interpolation for image data,where method is one off nearest, linear, or cubic
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:7663
    • 提供者:朴美兰
  1. Linear-Interpolation

    0下载:
  2. 线性差值和三次差值的c语言实现代码,包含测试内容。-Linear Interpolation and cubic Interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-11-13
    • 文件大小:864594
    • 提供者:li u
  1. dwt for interpolation

    0下载:
  2. here it is based on image rectification,cubic interpolation to obtain clpd
  3. 所属分类:matlab例程

  1. Bicubic-interpolation

    0下载:
  2. In mathematics, bicubic interpolation is an extension of cubic interpolation for interpolating data points on a two dimensional regular grid. The interpolated surface is smoother than corresponding surfaces obtained by bilinear interpolation or neare
  3. 所属分类:matlab

    • 发布日期:2017-04-30
    • 文件大小:11237
    • 提供者:saadati
« 12 3 4 5 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com