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

搜索资源列表

  1. Gardner_baseband

    0下载:
  2. 对基带数字通信的位同步过程进行了仿真,采用Gardner算法,没有用插值。符号用SRRC进行脉冲成形,环路滤波器没有用PI回路,是简单的alfa,1-alfa低通滤波,NCO调整也比较简单。-Baseband digital communications for the bit synchronization process of the simulation, using Gardner algorithm, did not use interpolation. Carried out wit
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:717
    • 提供者:鲁信
  1. imrotate_my

    0下载:
  2. 一个空间点P绕一个中心点C旋转可用接续的三个变换来实现:第1个变换平移点C到坐标系原点位置,第2个变换将点P绕原点旋转,第3个变换平移点C回到其相对于坐标系原点的原始位置。当原始图像点乘以变换矩阵,得到新的图像位置点时,其位置可能不是整数值,该位置的灰度值需要通过灰度插值获得。在不改变输出图像大小的情况下,超出原始图片范围的区域,MATLAB原有函数imrotate的处理方法为将其灰度值全部置零,本文通过取模操作对超出区域进行了另外一种控制方法imrotate_my函数,能够较好的显示出图像旋转
  3. 所属分类:Special Effects

    • 发布日期:2016-01-24
    • 文件大小:1587
    • 提供者:肥猪流
  1. yichang

    0下载:
  2. 一种简单的去除异常的方法。行均值差分比较法,通过判断相邻行均值之差来寻找异常行,并用线性插值将其校正。-A simple way to remove the anomaly. OK mean difference of comparative law, by determining the mean difference between adjacent rows to find the unusual lines, and its correction with linear interpol
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4637803
    • 提供者:tianli
  1. LFSR

    0下载:
  2. 基于LFSR生成m序列的图像隐藏算法,利用线性插值的方法将经过异或的的图像隐藏在同样大小的一幅载体图像中-Based on LFSR generates m-series images hiding algorithm, using linear interpolation method will be through the exclusive or of the hidden images of the same size of a vector image
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:47998
    • 提供者:xlmm
  1. gsp

    0下载:
  2. 一种多项式插值方法的计算程序,只要给定多项式次数n,就可以进行插值计算。-1 dimensional power n interpolation program of Matlab.
  3. 所属分类:Algorithm

    • 发布日期:2017-03-28
    • 文件大小:2995
    • 提供者:wuxiaoping
  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. muinter_powercmp_interharmonic521

    0下载:
  2. 韩宁窗函数插值算法,可以计算多次谐波信号的幅度相位和频率等信息-hanning interpolation
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:5073
    • 提供者:熊杰锋
  1. EMD081116

    0下载:
  2. 经验模态分解的matlab源程序,手工编写样条插值方法-Empirical mode decomposition matlab source, manual preparation of spline interpolation method
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:1043
    • 提供者:熊杰锋
  1. Resize_Bilinear

    0下载:
  2. Codes for Resizing Images with Bilinear Interpolation, without using Matlab embedded function.
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:688
    • 提供者:Somayeh Hesabi
  1. Shear_Bilinear

    0下载:
  2. Codes for Shearing Images with Bilinear Interpolation, without using Matlab embedded function.
  3. 所属分类:matlab

    • 发布日期:2017-04-07
    • 文件大小:987
    • 提供者:Somayeh Hesabi
  1. image

    1下载:
  2. 自编各种插值,包括最近邻插值,双线性插值,还有图像拼接程序-Composing a variety of interpolation, including the nearest neighbor interpolation, bilinear interpolation, as well as image stitching program
  3. 所属分类:Graph program

    • 发布日期:2016-01-13
    • 文件大小:3242125
    • 提供者:wongjx
  1. masplinehh

    0下载:
  2. 用途:三阶样条插值(一阶导数边界条件) 格式:m=maspline(x,y,dy0,dyn,xx), x为节点向量,y为数据, dy0,dyn为左右两端点的一阶导数如果xx缺省,则输出各节点的 的一阶导数值,,m为xx的三阶样条插值-Uses: third-order spline interpolation (first order derivative boundary condition) format: m = maspline (x, y, dy0, dyn, xx
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:822
    • 提供者:huanhuan
  1. Finite_difference_method

    1下载:
  2. 有限差分法 微分方程和积分微分方程数值解的方法。基本思想是把连续的定解区域用有限个离散点构成的网格来代替, 这些离散点称作网格的节点;把连续定解区域上的连续变量的函数用在网格上定义的离散变量函数来近似;把原方程和定解条件中的微商用差商来近似, 积分用积分和来近似,于是原微分方程和定解条件就近似地代之以代数方程组,即有限差分方程组 , 解此方程组就可以得到原问题在离散点上的近似解。然后再利用插值方法便可以从离散解得到定解问题在整个区域上的近似解。 -Finite Difference Me
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:246401
    • 提供者:彭鑫
  1. selfspline

    0下载:
  2. 第一,二种边界条件的三次样条插值法matlab代码-First, the two kinds of boundary conditions of the cubic spline interpolation matlab code
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:798
    • 提供者:张米
  1. newton

    0下载:
  2. 这是一个实现牛顿插值的程序,比较经典,也横容易看懂-This is a realization of Newton' s interpolation procedure, compare the classic, but also easy to understand cross-
  3. 所属分类:Other systems

    • 发布日期:2017-04-05
    • 文件大小:831
    • 提供者:清风
  1. chazhiproject

    1下载:
  2. 数值分析中拉格朗日插值,切比雪夫插值多项式的求解,有具体题目-Numerical analysis of Lagrange interpolation, Chebyshev interpolation polynomial solution, there are specific topics
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:106215
    • 提供者:cindy
  1. MATLABoptimization

    19下载:
  2. matlab最优化程序包括 无约束一维极值问题 进退法 黄金分割法 斐波那契法 牛顿法基本牛顿法 全局牛顿法 割线法 抛物线法 三次插值法 可接受搜索法 Goidstein法 Wolfe.Powell法 单纯形搜索法 Powell法 最速下降法 共轭梯度法 牛顿法 修正牛顿法 拟牛顿法 信赖域法 显式最速下降法, Rosen梯度投影法 罚函数法 外点罚函数法 內点罚函数法 混合罚函数法 乘子法 G-N法 修正G-N法 L-M法
  3. 所属分类:matlab例程

    • 发布日期:2013-12-09
    • 文件大小:38442
    • 提供者:百位过
  1. Contourlet

    1下载:
  2. Contourlet变换的matlab实现,并用于图像的放大插值。-Contourlet transform matlab implementation, and is used to enlarge the image interpolation.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-03
    • 文件大小:818390
    • 提供者:jiong
  1. cubic_

    1下载:
  2. Subdivision interpolation using cubic B-spline wavelet Average interpolation using cubic B-spline wavelet
  3. 所属分类:Other systems

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

    0下载:
  2. The LASIP routines for Color Filter Array Interpolation based on LPA-ICI: - CFAI for noiseless data - adaptation for noisy data - CFAI for noisy data based on directional cross-color filters.- The LASIP routines for Color Filter Array
  3. 所属分类:matlab

    • 发布日期:2017-03-27
    • 文件大小:123106
    • 提供者:mythu
« 1 2 ... 7 8 9 10 11 1213 14 15 16 17 ... 50 »
搜珍网 www.dssz.com