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

搜索资源列表

  1. filter

    0下载:
  2. 1. 用imoise()函数给一幅数字图像加入’salt & pepper’和’Gaussian’噪声2)用3x3,5x5邻域平均平滑对图像进行处理3)用3x3,5x5中值滤波对图像进行处理, 2. 对一幅数字图像采用理想低通、Butterworth低通 、Gaussian低通滤波器进行平滑;对一幅数字图像采用理想高通、Butterworth高通 、Gaussian高通滤波器进行平滑。-1. With imoise () function to a digital image by a
  3. 所属分类:Special Effects

    • 发布日期:2017-03-25
    • 文件大小:2013
    • 提供者:toilet
  1. belixiangditong_pinghua

    0下载:
  2. 数字图像处理,频域滤波:理想低通滤波器、梯形滤波器、巴斯沃特滤波器-Digital image processing, frequency domain filtering: an ideal low-pass filter, ladder filters, Bath Water Filter
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:684
    • 提供者:yangyucheng
  1. filter

    3下载:
  2. 频域低通滤波(理想低通滤波器、梯形低通滤波器、巴特沃斯低通滤波器、指数低通滤波器),频域高通滤波(理想高通滤波器、梯形高通滤波器、巴特沃斯高通滤波器、指数高通滤波器)-Frequency-domain low-pass filter (ideal low-pass filter, ladder low-pass filter, Butterworth low-pass filter, the index low-pass filter), frequency-domain high-pass f
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:295639
    • 提供者:zhaojie
  1. txlb

    0下载:
  2. 数字图像处理中的滤波和傅里叶压缩,包括理想低通滤波器,巴特沃茨高通滤波器,高斯带通滤波器,高斯带阻滤波器,FFT图像压缩。附原图像和处理后的图像截图。-Digital image processing in filtering and Fourier compression, including the design of an ideal low-pass filter, design Batewoci high-pass filter, bandpass filter design Gaus
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:271992
    • 提供者:刘雨相
  1. high-and-low-pass-filter

    0下载:
  2. 这是Matlab实现高通滤波和低通滤波的源代码,主要包括巴特沃斯低通滤波器、理想低通滤波器和高斯低通滤波器。-this is the source code that has implemented the BTW low pass filter and ideal low pass filter as well as gaussian low pass filter.
  3. 所属分类:Special Effects

    • 发布日期:2016-01-27
    • 文件大小:1024
    • 提供者:yg
  1. idealfilter

    0下载:
  2. 理想低通滤波器的matlab实现代码,不是很完善,望见谅。-Ideal low-pass filter to achieve the matlab code, is not very perfect, hope will be forgiven.
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:35751
    • 提供者:报徐天
  1. firdesign

    0下载:
  2. 设计一个数字低通滤波器,来近似一个理想数字滤波器-Design a digital low-pass filter to approximate an ideal digital filter
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-26
    • 文件大小:1689
    • 提供者:立早
  1. filter

    3下载:
  2. % y=filter(sig,fmin,fmax) % 对信号进行理想滤波,可完成低通,带通 % sig为被滤波信号 % fmin为下限频率,当fmin为0时为低通滤波器,当fmin>0时,为带通滤波器 % fmax为上限频率,fmax>fmin % fs为信号的采样频率 % y为经过滤波后的信号 -% Y = filter (sig, fmin, fmax)% of the ideal signal filtering, to be com
  3. 所属分类:matlab例程

    • 发布日期:2013-08-02
    • 文件大小:921
    • 提供者:liu
  1. image_denoise

    0下载:
  2. 首先介绍了图像中噪声的产生及与图像信号相关的噪声的分类,然后分别讨论了用于图象平滑去噪的空间域平滑处理:高斯滤波,超值像素滤波、中值滤波,和频率域平滑处理:理想低通滤波和Butterworth低通滤波处理。继而介绍了各种处理方法的程序实现,并对各种方法的去噪性能进行了比较。-this program introduce the generation ofimage noise and associated noise classification with the image signal ,
  3. 所属分类:Graph program

    • 发布日期:2017-05-17
    • 文件大小:4809355
    • 提供者:YEBIQING
  1. iir

    1下载:
  2. 实现有限冲激响应滤波器的设计,按照给定指标采用模拟低通滤波器(巴特沃思低通或者切比雪夫低通)去逼近理想模拟低通滤波器 ,然后通过双线性变换法对模拟滤波器进行数字化,得到数字滤波器 。-To achieve the design of finite impulse response filter, according to a given target analog low-pass filter (Butterworth low-pass or a Chebyshev low-pass) to
  3. 所属分类:Other systems

    • 发布日期:2017-03-30
    • 文件大小:599
    • 提供者:zhang
  1. ImageProcessing

    0下载:
  2. Image Processing: Frequency Domain Enhancement Generate noisy versions of the cameraman image by adding noise with the following characteristics: Uniform with mean 40 and standard deviation 20 Gaussian of mean 40 and standard deviation
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-04
    • 文件大小:4779
    • 提供者:engineer
  1. Untitlelvbo

    0下载:
  2. 利用MATLAB进行图像滤波技术,包含理想低通,高通滤波器和巴特沃思低通,高通滤波器的设计-Using MATLAB for image filtering techniques, including the ideal low-pass, high pass filter and Butterworth low-pass, high pass filter design
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:560
    • 提供者:marui
  1. Filtering

    0下载:
  2. 时域滤波方法,频域滤波大全(包括中值滤波,均值滤波,理想低通,巴特沃斯低通 带通滤波器-Time-domain filtering, frequency domain filtering Daquan (including the median filter, mean filter, the ideal low-pass, Butterworth low-pass band-pass filter
  3. 所属分类:matlab

    • 发布日期:2017-04-01
    • 文件大小:4646
    • 提供者:zhangjiahui
  1. Ideal-low-pass-filter

    0下载:
  2. 一个理想低通滤波器--使用matlab的实现 -An ideal low-pass filter- the realization of using matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-28
    • 文件大小:1717
    • 提供者:袁珂
  1. Digital-Image-Processing-Procedures

    0下载:
  2. 图像对数变换,图像拉伸和压缩灰度值,图像规定化,均衡化,位图切割,图像放大缩小,图像求反,平或滤波器,理想低通滤波器,理想高通滤波器,巴特低通滤波器-Logarithmic transformation of the image, the image gray value stretching and compression, image-oriented provisions, equalization, cutting bitmap, image zoom, image inverted,
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:649832
    • 提供者:abdurusul
  1. low-pass-filter-matlab-

    0下载:
  2. 三维数字滤波器中的理想低通滤波器的matlab仿真及其结果-3 d digital filters in an ideal low-pass filter matlab simulation and the result
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:13509
    • 提供者:蝶荷枫雪
  1. gaussian-and-ideal-filter

    0下载:
  2. 此文档为自己编写高斯高、低通滤波器和理想高、低通滤波器,为matlab语言编写,可直接调用-This document is to write your own Gaussian high and low pass filter and a high ideal, low-pass filter for matlab language, can be called directly
  3. 所属分类:Special Effects

    • 发布日期:2017-04-14
    • 文件大小:3665
    • 提供者:sea
  1. Ideal-low-pass-filtering

    0下载:
  2. 这是理想低通滤波器对图像进行滤波,包含滤波器的行数以及傅里叶逆变换-This is an ideal low pass filter for filtering the image, the number of rows including a filter and inverse Fourier transform
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6164
    • 提供者:
  1. Ideal-low-pass-filter

    0下载:
  2. 理想低通滤波器,使用MATLAB实现理想低通滤波器的设计-Ideal low-pass filter, using MATLAB to achieve the ideal low-pass filter design
  3. 所属分类:Other windows programs

    • 发布日期:2017-04-26
    • 文件大小:9587
    • 提供者:许敏
  1. Ideal Low-Pass Filter

    0下载:
  2. Ideal Low-Pass Filter
  3. 所属分类:matlab例程

    • 发布日期:2018-04-19
    • 文件大小:225280
    • 提供者:ssennaa
« 12 3 4 5 6 »
搜珍网 www.dssz.com