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

搜索资源列表

  1. ICBI

    0下载:
  2. 一种基于双立方插值的新型图像插值算法,较好的保存边缘信息-Based on bicubic new image interpolation algorithm, the preservation of edge information better
  3. 所属分类:Special Effects

    • 发布日期:2016-01-25
    • 文件大小:37888
    • 提供者:戈薇
  1. 包络线插值画法的MATLAB程序

    1下载:
  2. 包络线插值算法的MATLAB程序,已经运行通过,各位可以自行调试~~
  3. 所属分类:matlab例程

    • 发布日期:2013-06-18
    • 文件大小:7725
    • 提供者:match0816
  1. MATLAB实现不同插值方法的GUI界面设计 源程序代码

    1下载:
  2. 在MATLAB中用GUI实现插值算法程序源代码(In MATLAB, GUI interpolation algorithm source code)
  3. 所属分类:matlab例程

    • 发布日期:2017-12-22
    • 文件大小:10240
    • 提供者:zhanglisha
  1. test71

    0下载:
  2. 三次样条插值Cubic Spline Interpolation(简称Spline插值)是通过一系列形值点的一条光滑曲线,数学上通过求解三弯矩方程组得出曲线函数组的过程。(New three spline interpolation)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-21
    • 文件大小:1897472
    • 提供者:ccadd
  1. interp

    0下载:
  2. 各种插值:求已知数据点的拉格朗日插值多项式、艾特肯插值多项式、牛顿插值多项式 ......(Various interpolation: Lagrange interpolation polynomial for the known data points, Aitken interpolation polynomial and Newton interpolation polynomial ......)
  3. 所属分类:数学计算

    • 发布日期:2017-12-19
    • 文件大小:10240
    • 提供者:lengruochen
  1. cressman

    1下载:
  2. 用于数值预报cressman插值订正,附带简单个例。简单有效(For numerical prediction Cressman interpolation, with a simple case. Simple and effective)
  3. 所属分类:数学计算

    • 发布日期:2017-12-18
    • 文件大小:71680
    • 提供者:bonjour1989
  1. lagrange_interp

    0下载:
  2. MATLAB编写的拉格朗日插值算法MATLAB interpolation algorithm written in Lagrange(MATLAB interpolation algorithm written in Lagrange)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2017-12-24
    • 文件大小:1024
    • 提供者:只北不南
  1. wu_win_single.m

    2下载:
  2. 本程序给出了基于插值FFT算法的电力系统谐波分析,估计了各阶次谐波的频谱参数,并给出了频率误差,幅度误差和相位误差对比分析。
  3. 所属分类:matlab例程

  1. matlab克里金插值kriging

    1下载:
  2. 克里金(Kriging)插值法,又称空间自协方差最佳插值法,它是以南非矿业工程师D.G.Krige的名字命名的一种最优内插法。克里金法广泛地应用于地下水模拟、土壤制图等领域,是一种很有用的地质统计格网化方法。(Krikin (Kriging) interpolation method, also called spatial covariance best interpolation method, is an optimal interpolation method named by Sout
  3. 所属分类:其他

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:candor0702
  1. CommonPro

    0下载:
  2. 三次样条插值、高斯算法等等几种数值分析算法(Various interpolation algorithms)
  3. 所属分类:数学计算

    • 发布日期:2018-01-08
    • 文件大小:32549888
    • 提供者:墨子夜
  1. DEM内插程序

    2下载:
  2. 数字高程模型 DEM内插,运用C#编写的,界面整洁,使用方便(Digital elevation model DEM interpolation, the use of C#, the interface is neat, easy to use)
  3. 所属分类:C#编程

    • 发布日期:2018-01-09
    • 文件大小:467968
    • 提供者:船长123
  1. 数值计算相关算法

    0下载:
  2. 三次样条插值 龙贝格积分 共轭梯度法的实现,基于matlab程序(Three spline interpolation Romberg conjugate gradient method)
  3. 所属分类:数学计算

    • 发布日期:2018-01-10
    • 文件大小:3072
    • 提供者:有效数字
  1. chazhi

    0下载:
  2. matlab插值算法,文件较多,完成度较高(Matlab interpolation algorithm)
  3. 所属分类:matlab例程

    • 发布日期:2018-01-10
    • 文件大小:11264
    • 提供者:nlg_yy
  1. 三次样条

    2下载:
  2. 三次样条插值算法实现,求其三次样 条插值多项式, I 型或 II 型边界条件,(Implementation of three spline interpolation algorithm)
  3. 所属分类:matlab例程

  1. Desktop

    0下载:
  2. 电力系统加窗单峰和双峰插值算法,可以算出谐波频率,相位,幅度(The harmonic frequency, phase and amplitude of the harmonic frequency, phase, and amplitude can be calculated by the single peak of the power system and the interpolation algorithm of Shuangfeng.)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-22
    • 文件大小:2048
    • 提供者:神月逍遥仙
  1. chazhi

    0下载:
  2. 双线性插值,又称为双线性内插。在数学上,双线性插值是有两个变量的插值函数的线性插值扩展,其核心思想是在两个方向分别进行一次线性插值。双线性插值作为数值分析中的一种插值算法,广泛应用在信号处理,数字图像和视频处理等方面。(Bilinear interpolation is also called bilinear interpolation. In mathematics, bilinear interpolation is a linear interpolation expansion of
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:878592
    • 提供者:sixiudant
  1. 插值与拟合-V2.2

    0下载:
  2. 本说明文档算法合适所有平台,只需要使用者将文中代码移植过去即可。(This algorithm is suitable for all platforms, and only the user will be able to transplant the code in the text.)
  3. 所属分类:文章/文档

    • 发布日期:2018-04-29
    • 文件大小:2274304
    • 提供者:cpuyph
  1. 数值计算合集

    0下载:
  2. 里面含有拉格朗日插值,样条插值,切比雪夫插值和牛顿插值等代码合集(It contains Lagrange interpolation, spline interpolation, Chebyshev interpolation and Newton interpolation.)
  3. 所属分类:网络编程

    • 发布日期:2018-04-18
    • 文件大小:1009664
    • 提供者:信阳大板栗
  1. ddfapd

    0下载:
  2. 方向滤波和后验决策算法,利用图像的边缘特性,将梯度权重值加入,能够很好的改善插值后图像的伪影效果。(Directional filtering and posteriori decision algorithm, using the edge characteristics of the image, add the gradient weight value, which can improve the artifact effect of the interpolated image.)
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:6144
    • 提供者:lili2222
  1. onestep_ap

    1下载:
  2. 交替投影算法(AP):先用边缘导向插值恢复绿色通道,再用部分波段法更新绿色通道值,最后用AP算法迭代插值恢复红蓝通道。(Alternating projection algorithm (AP): using edge oriented interpolation to restore the green channel first, and then update the green channel value by partial band method, and finally use t
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-05-03
    • 文件大小:18952192
    • 提供者:lili2222
« 1 2 3 4 5 6 78 9 10 11 12 ... 50 »
搜珍网 www.dssz.com