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

搜索资源列表

  1. new

    0下载:
  2. 本文主要讨论在MATLAB软件中如何实现C程序源代码的移植。结合"道路平整度指数(IRI)预测问题"的实例,将C语言编写自仿射变换分形插值函数,移植(或改写)到MATLAB中,绘制出宁波机场道路平整度的预测图象,为解决预测问题可视化提供帮助。-This paper mainly discusses the MATLAB software, how to achieve C source code of the transplant. Conjunction with the road roug
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:14569
    • 提供者:刘军
  1. Mosaic

    0下载:
  2. A matlab source code to obtain image stitcing of two images using bilinear interpolation
  3. 所属分类:software engineering

    • 发布日期:2017-04-25
    • 文件大小:74336
    • 提供者:renjith
  1. Interpolation

    0下载:
  2. 这个是matlab经典教程的一个关于差值的源代码,请大家下载,-This is a classic tutorial matlab on the margin of the source code, please download,
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:10186
    • 提供者:
  1. macleod

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

    • 发布日期:2017-03-28
    • 文件大小:616
    • 提供者:万三
  1. Interpolationfitting

    0下载:
  2. 应用MatLab软件进行插值与拟合的程序代码-Application of MatLab software interpolation and fitting code
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:179617
    • 提供者:林岚
  1. griddata3ev

    0下载:
  2. minutiae interpolation matlab source code
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:4975
    • 提供者:amudhu
  1. Matlab-Newton-Interpolation-Code

    0下载:
  2. 这个matlab程序实现了牛顿插值 (Newton s Interpolation )算法。-The matlab program implements Newton interpolation (Newton' s Interpolation) algorithm.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:547
    • 提供者:动荡
  1. theNewtoninterpolation

    0下载:
  2. 数值计算之牛顿插值,包含matlab代码实现!-Numerical calculation of the Newton interpolation, including the matlab code to achieve!
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:17417
    • 提供者:ww
  1. waveletinterpolation

    0下载:
  2. This code is to used for interpolation using wavelet tinku acharya paper
  3. 所属分类:File Formats

    • 发布日期:2017-04-09
    • 文件大小:1337501
    • 提供者:vinit
  1. shzhfx

    0下载:
  2. 数值分析课程设计,内附MATLAB源码和word,用三次样条插值设计中英文签名,双三次做改进; 采用交互式界面进行操作,用鼠标点击获取名字大致的数据点 三次样条插值算法:可产生二阶光滑度,即二阶导数连续签名图样-Numerical analysis of curriculum design, enclosing the MATLAB source code and the word, using cubic spline interpolation design in English a
  3. 所属分类:matlab

    • 发布日期:2017-04-02
    • 文件大小:252975
    • 提供者:zhaoshuangxiang
  1. matlab_algorithms

    0下载:
  2. matlab 的常用算法源代码,包含插值拟合/规划/方程求解等多个代码-matlab source code for commonly used algorithms, including interpolation fitting/planning/equations and other codes
  3. 所属分类:Project Manage

    • 发布日期:2017-05-13
    • 文件大小:3100092
    • 提供者:王维
  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. Matlab

    0下载:
  2. Matlab源程序,包括插值计算、积分微分等。-Matlab source code, including the interpolation calculations, differential and so on.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:21714
    • 提供者:yuer
  1. Image_Reconstruction_2D_FFT

    0下载:
  2. This matlab code is used to reconstrcute 2D image by 2D_FFT.But we must resample the collected data by 2D interpolation.This method is useful and can be used in the real-time condition.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1187
    • 提供者:Jane
  1. stl-source-code

    0下载:
  2. 本书共分五部分,详细介绍了shell编程技巧,各种UNIX命令及语法,还涉及了UNIX下的文字处理以及少量的系统管理问题。本书内容全面、文字简洁流畅,适合Shell编程人员学习、参考。 -Introduction matlab classic algorithms, including interpolation and fitting, data analysis, we want to help
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-05-22
    • 文件大小:6748654
    • 提供者:gaogao
  1. matlab

    0下载:
  2. 利用matlab对图像进行旋转处理的程序代码。以及图像插值算法的原理-Using matlab rotate the image processing code. And the principle of image interpolation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:85357
    • 提供者:was
  1. kriging

    0下载:
  2. kriging球面模型插值,matlab源码。-kriging interpolation spherical model, matlab source code.
  3. 所属分类:matlab

    • 发布日期:2017-03-22
    • 文件大小:1433
    • 提供者:赵洪达
  1. QRcode

    3下载:
  2. QR码作为一种可高速、全方位识别的二维条码,已经在各行各业中得到了应用,并具有很大发展潜力.本文针对QR码图像的识别过程中可能遇到的图像噪声干扰、QR码占实际拍摄图像的一部分、倾斜、几何失真等问题进行了研究,提出了通过改进型中值滤波去除噪声,使用QR码符号特性定位并对倾斜图像进行旋转,对失真不严重的图像采用控制点变换和双线性插值方法进行几何校正.实验证明, 本文的方法简单有效, 可以用于提高条码的正确识别率.-As a high-speed, full identification of th
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:1319696
    • 提供者:ljj
  1. hermite

    1下载:
  2. 用matlab编写的实现hermite插值法的代码,生成图像可显示第一节点,第二节点,误差点。-Prepared with the matlab code to achieve hermite interpolation to generate the image to show the first node, second node, the error point.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:802
    • 提供者:林安安
  1. Newton

    0下载:
  2. 用matlab编写的实现牛顿插值法的代码,生成图像可显示节点数,误差点。-Prepared with the matlab code to achieve Newton interpolation to generate the image to show the number of nodes, the error point.
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:779
    • 提供者:林安安
« 1 2 3 45 6 7 8 9 10 ... 15 »
搜珍网 www.dssz.com