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

搜索资源列表

  1. benzlxs

    0下载:
  2. 用matlab编写逆投影变换程序,三个m文件分别代表最近邻插值法,双线性插值法,立方卷积插值法,通俗易懂,含有测试图片,打开就能用-Inverse projection transformation program, matlab prepared three m documents represent the nearest neighbor interpolation, the bilinear interpolation and cubic convolution interpolatio
  3. 所属分类:2D Graphic

    • 发布日期:2017-11-12
    • 文件大小:13680640
    • 提供者:李雪松
  1. image-interpolation

    0下载:
  2. 图像插值放大,最近邻,双线性,双三次matlab实现-The image interpolation enlarge nearest neighbor, bilinear, bicubic matlab achieve
  3. 所属分类:Special Effects

    • 发布日期:2017-11-12
    • 文件大小:1070744
    • 提供者:mark
  1. 11

    0下载:
  2. 基于MATLAB的图像处理的基本运算 (1)能够对图像亮度和对比度变化调整,并比较结果 (2)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的和旋转操作,并保存,比较几种插值的效果 (3)图像直方图统计和直方图均衡,要求显示直方图统计,比较直方图均衡后的效果。 (4)对图像加入各种噪声,比较效果。 -Adjustment of image brightness and contrast changes, and compare the re
  3. 所属分类:Special Effects

    • 发布日期:2017-11-07
    • 文件大小:9842
    • 提供者:苏琴
  1. BilinearInterpolation

    1下载:
  2. 图像配准技术及其matlab实现书中的源码——双线性插值算法-Image equipped with quasi-technology and its matlab to achieve in the book of the source code- bilinear interpolation algorithm
  3. 所属分类:source in ebook

    • 发布日期:2017-11-06
    • 文件大小:627
    • 提供者:查珊珊
  1. binary-insert

    0下载:
  2. 一个matlab写的双线性内插的程序,欢迎下载。-Matlab write bilinear interpolation procedures, welcome to download.
  3. 所属分类:Special Effects

    • 发布日期:2017-12-01
    • 文件大小:744
    • 提供者:xiaoyang
  1. IIR

    0下载:
  2. 利用matlab实现IIR滤波器的设计,其中包括Butterworth滤波器的设计、冲激响应法和双线性变换法-IIR filter design using matlab, including the design of the Butterworth filter impulse response method and the bilinear transform
  3. 所属分类:SCM

    • 发布日期:2017-11-26
    • 文件大小:4884
    • 提供者:Lu
  1. keshe

    1下载:
  2. 利用matlab的GUI程序设计一个简单实用的图像处理程序。该程序应具备图像处理的常用功能,以满足用户的使用。现设计程序有以下基本功能: 1)图像的读取和保存。 2)设计图形用户界面,让用户能够对图像进行任意的亮度和对比度变化调整,显示和对比变换前后的图像。 3)设计图形用户界面,让用户能够用鼠标选取图像感兴趣区域,显示和保存该选择区域。 4)编写程序通过最近邻插值和双线性插值等算法将用户所选取的图像区域进行放大和缩小整数倍的操作,并保存,比较几种插值的效果。 5)图像直方图
  3. 所属分类:Picture Viewer

    • 发布日期:2016-04-29
    • 文件大小:3072
    • 提供者:朱孝天
  1. friction-damper

    1下载:
  2. 应用MATLAB/Simulink建模,模拟了地震波作用下双线性摩擦阻尼器的滞回曲线。-Simulation of bilinear hysteretic curve of friction damper
  3. 所属分类:matlab

    • 发布日期:2017-11-13
    • 文件大小:41721
    • 提供者:宁静
  1. C

    0下载:
  2. 运用matlab对图像进行放大:像素复制法和双线性插值法。像素复制方法的图像缩放的原理主要是对原来输入图像的整行或是整列像素进行简单的复制与删除,达到改变图像大小的目的。双线性插值放大算法中,目标图像中新创造的象素值,是由原图像位置在它附近的小区域象素的值通过加权平均计算得出的。-Write MATLAB function to zoom a grayscale image from original size to the given output size through two dif
  3. 所属分类:Special Effects

    • 发布日期:2017-11-06
    • 文件大小:4887
    • 提供者:宁可
  1. my_scale

    0下载:
  2. 自己编写MATLAB函数,实现对数字图像的缩放处理,采用双线性插值,可缩放彩色或灰度图像。 -Write your own MATLAB function to achieve the digital image scaling, bilinear interpolation, scalable color or grayscale images.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-06
    • 文件大小:602
    • 提供者:liang
  1. project1

    0下载:
  2. matlab环境下,使用双线性插值法实现缩放图像-matlab environment, using a bilinear interpolation method to achieve image zoom
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-07
    • 文件大小:582573
    • 提供者:丁娜
  1. IIR-DSP-FILTER

    0下载:
  2. 设计IIR数字滤波器一般采用间接法(脉冲响应不变法和双线性变换法),应用最广泛的是双线性变换法。基本设计过程是:①先将给定的数字滤波器的指标转换成过渡模拟滤波器的指标; ②设计过渡模拟滤波器;③将过渡模拟滤波器系统函数转换成数字滤波器的系统函数。MATLAB信号处理工具箱中的各种IIR数字滤波器设计函数都是采用双线性变换法。-IIR digital filter design commonly used indirect method (impulse response method and t
  3. 所属分类:DSP program

    • 发布日期:2017-04-04
    • 文件大小:46212
    • 提供者:liang
  1. butter

    0下载:
  2. 双线性变换巴特沃斯发设计数字带通滤波器。matlab环境下-Bilinear transform hair design digital Butterworth bandpass filter
  3. 所属分类:Graph program

    • 发布日期:2017-04-06
    • 文件大小:944
    • 提供者:lemonli
  1. Filter

    0下载:
  2. matlab下filter程序,有脉冲响应法和双线性变换法生成filter,各参数有详细注释,有信号滤波前后的图形、频谱及相位对比。-Under filter matlab procedures, generate filter impulse response method and bilinear transformation method, various parameters are detailed notes, graphics, spectrum and phase contras
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:1704
    • 提供者:su
  1. 4

    1下载:
  2. ex4_2 用MATLAB作巴特沃斯低通滤波器设计 ex4_3 用MATLAB作切比雪夫-1型低通滤波器设计 ex4_4 切比雪夫-2型低通滤波器设计 ex4_5 椭圆型低通滤波器设计 ex4_6 传递函数的模拟滤波器数字化 ex4_7 脉冲不变法简单实例 ex4_8 脉冲不变法巴特沃思低通滤波器设计 ex4_9 脉冲不变法变换切比雪夫Ⅰ型低通滤波器设计 ex4_10 脉冲不变法变换切比雪夫Ⅱ型低通滤波器设计 ex4_11 脉冲响应不变法椭圆低通滤波器设计
  3. 所属分类:matlab

    • 发布日期:2017-04-25
    • 文件大小:14027
    • 提供者:Bruce
  1. image-interpolation.shear.rotation

    0下载:
  2. BMP图像C结构体分析; 灰度图像双线性、双三次插值; 水平shear和旋转处理; 文档中附有处理的matlab代码-BMP image C structure analysis grayscale image bilinear, bicubic horizontal shear and rotation process document processing with matlab code
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1724271
    • 提供者:du han
  1. image-resize

    0下载:
  2. 图像的放大缩小,使用双线性插值跟最近邻插值,功能简单,适合初学者。(包含算法,并不是调用matlab插值内核)-Image zoom, bilinear interpolation with nearest neighbor interpolation, features a simple, suitable for beginners. (Including the algorithm, not calling matlab interpolation kernel)
  3. 所属分类:Special Effects

    • 发布日期:2017-05-02
    • 文件大小:561955
    • 提供者:candy
  1. digital_filter

    2下载:
  2. 使用matlab进行IIR与FIR数字滤波器的设计。使用直接法和双线性变换法设计IIR数字滤波器,利用窗函数法,频率采用法设计FIR数字滤波器并进行GUI界面的设计。 -Using matlab to design IIR and FIR digital filter. Using the direct method and the bilinear transform to design IIR digital filter and using window function met
  3. 所属分类:Special Effects

    • 发布日期:2016-05-25
    • 文件大小:110592
    • 提供者:李婉灵
  1. marmousi-mode

    8下载:
  2. 地震勘探中常用的marmousi模型,用matlab绘出的原始图像,用线性插值,领近插值,双线性插值等多种差值方法来对marmousi模型进行处理-Marmousi commonly used in seismic exploration model of the original image using matlab plot, using linear interpolation, brought nearly interpolation, bilinear interpolation me
  3. 所属分类:Algorithm

    • 发布日期:2017-04-03
    • 文件大小:18622
    • 提供者:胡勇
  1. IIR

    0下载:
  2. IIR 滤波器的设计,用冲激响应法和双线性变换法设计数字IIR 滤波器的matlab编程-IIR filter design, with the impulse response method and bilinear transform IIR digital filter design matlab programming
  3. 所属分类:matlab

    • 发布日期:2017-04-14
    • 文件大小:4258
    • 提供者:lifen
« 1 2 3 4 5 6 7 89 10 »
搜珍网 www.dssz.com