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

搜索资源列表

  1. 已知两点求第三点的双字节无符号定点插值算法

    0下载:
  2. 两个点的线性插值定点数算法 说明:1、基本公式 y=( y2-y1 ) ( x-x1 ) / ( x2-x1 ) + y1 2、根据直线斜率的正负、内插外插的不同,分为6种情况。 3.参见文件夹中的“插值算法的6种情况”一图。-two points of linear interpolation algorithm for determining points : one, the basic formula y = (y2 - y1) (x-x) / (x2 - x1) y1 2,
  3. 所属分类:单片机(51,AVR,MSP430等)

    • 发布日期:2008-10-13
    • 文件大小:16289
    • 提供者:马良
  1. cic_intp_64_four

    0下载:
  2. 4阶CIC内插滤波器,内插系数64,Verilog版本,数字下变频-4-order interpolating CIC filter interpolation factor of 64, Verilog version of the digital down-conversion
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:652
    • 提供者:王刚
  1. lagrange

    0下载:
  2. 抛物线型拉格朗日内插滤波器的实现,MATLAB程序-Parabolic Lagrange interpolation filters are implemented, MATLAB program
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:3061
    • 提供者:ning zhuang
  1. interpolation_FIR

    0下载:
  2. 内插滤波器interpolation filter的范例~很实用~-interpolation filter
  3. 所属分类:Other systems

    • 发布日期:2017-04-02
    • 文件大小:25082
    • 提供者:11
  1. Mag_Color_Snake

    0下载:
  2. 使用双线性内插或二次曲面内插放大图像,然后使用彩色自蛇模型去除边缘模糊和锯齿效应-Using bilinear interpolation or quadratic surface interpolation to enlarge the image, then use the color removed from the snake model and the sawtooth effect of edge blur
  3. 所属分类:Special Effects

    • 发布日期:2017-03-30
    • 文件大小:1324
    • 提供者:jiangwei
  1. CIC

    0下载:
  2. 3级CIC抽取,内插滤波,r为抽取因子,n为原始信号的采样点数,x为原始信号序列 y为抽取滤波后的输出序列-3 CIC decimation, interpolation filter, r for the extraction factor, n the sampling points for the original signal, x is the original signal sequence y to extract the filtered output sequence
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-30
    • 文件大小:1171
    • 提供者:wangsha
  1. newtonpoly

    0下载:
  2. 牛顿多项式拟合卫星精密星历,默认15分钟类型,内插至30s-Newton
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:698
    • 提供者:冯磊
  1. Nova-OFDM-16QAM_Rec

    0下载:
  2. 二维导频的信道估计,有效的减小瑞利多径信道对通信系统影响。OFDM系统,调制方式16QAM,线性内插。-2D pilot aided channel estimation. OFDM system, linear interpolation.
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:31379
    • 提供者:贺若弼
  1. yiwei

    1下载:
  2. 提供了两种一维内插法,基于多项式的内插法和基于FFT的内插法。命令interpft可进行基于FFT的内插法。样本插值的源程序。-Offers two one-dimensional interpolation method, based on polynomial interpolation and FFT-based interpolation. FFT-based command interpft to the interpolation method. Sample interpolati
  3. 所属分类:matlab

    • 发布日期:2017-04-05
    • 文件大小:1344
    • 提供者:青苹果
  1. wuxian

    0下载:
  2. 采用多相滤波结构进行仿真实验,先三倍抽取,后八倍内插(The simulation experiment is carried out using a polyphase filter structure, which is first extracted three times and interpolated eight times later)
  3. 所属分类:通讯编程

  1. Three_convolution

    1下载:
  2. matlab实现对图像的双三次卷积内插,以图像的缩放为例子(Matlab to the image of the double triple convolution interpolation, with the image zooming as an example)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-01
    • 文件大小:1024
    • 提供者:tgod1994
  1. Bilinear

    0下载:
  2. 采用双线性内插对图像进行n倍的缩放,有示例图片,有注释,可运行,欢迎交流。(Bilinear interpolation is used to zoom the image n times, with examples of pictures, notes, can run, welcome exchanges.)
  3. 所属分类:图形图像处理

    • 发布日期:2018-01-05
    • 文件大小:6144
    • 提供者:明日萌
  1. WindowsFormsApplication1

    1下载:
  2. 读取离散点坐标高程数据.dat文件,生成格网DEM,采用逐点内插法中的加权平均法求格网点高程(Read the discrete coordinates of elevation data.Dat file, generate DEM grid point by point interpolation method, the weighted average Faqiuge dot height)
  3. 所属分类:C#编程

    • 发布日期:2018-01-08
    • 文件大小:50176
    • 提供者:喋喋峰
  1. InterSpec

    1下载:
  2. 1)产生信号、抽样、整数倍内插、幅频分析 2)计算不同阶数和级数阻带和通带误差(1) produce a signal 2) sampling 3) integer interpolation 4) amplitude frequency analysis)
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:1024
    • 提供者:吴简
  1. 第6章程序

    0下载:
  2. DFT内插 比值法校正 能量重心校正 相位校正等MATLAB 源程序 可直接仿真应用(Code based on MATLAB simulation It is very good button source code integrity, and can be used directly)
  3. 所属分类:matlab例程

    • 发布日期:2018-04-23
    • 文件大小:68608
    • 提供者:晴晴晴晴晴
  1. DEM两种凸包算法程序 C# .NET

    0下载:
  2. c#下的dem内插,凸包,界面简单,语言简单,可以运行(C# DEM Interpolation, convex hull, simple interface, simple language, and can run.)
  3. 所属分类:C#编程

    • 发布日期:2018-05-03
    • 文件大小:211968
    • 提供者:XXXDDD111
  1. neicha1

    1下载:
  2. 雷达仿真内插函数,多普勒频移计算目标速度(Radar emulation interpolation function)
  3. 所属分类:其他

    • 发布日期:2018-05-04
    • 文件大小:1024
    • 提供者:ljljljlj
  1. CASS小插件 内插高程点

    3下载:
  2. 采用lisp进行开发的一款cass小插件,主要用于高程点内插,非常实用。
  3. 所属分类:其他小程序

    • 发布日期:2019-04-27
    • 文件大小:6641
    • 提供者:acadapp
  1. lisp小插件

    1下载:
  2. vba 和 lisp 的源代码 涉及CAD的多段线坐标提取,面积统计为亩,高程点的内插等一系列功能(The source code of VBA and LISP involves CAD multi line coordinate extraction, area statistics for mu, elevation point interpolation, and a series of functions.)
  3. 所属分类:其他

    • 发布日期:2020-10-15
    • 文件大小:7168
    • 提供者:小鸡鸡
  1. 内插高程

    1下载:
  2. 南方CASS高程点内插插件_高程点内插插件,加密高程点插件-其它工具类资源
  3. 所属分类:其它程序

« 1 2 34 5 6 7 8 9 10 ... 28 »
搜珍网 www.dssz.com