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

搜索资源列表

  1. shuangxianxing

    0下载:
  2. 用双线性变换法设计IIR数字滤波器 用双线性变换法设计巴特沃斯IIR数字滤波器-filter
  3. 所属分类:software engineering

    • 发布日期:2017-04-01
    • 文件大小:18179
    • 提供者:zhihui
  1. butterwoth

    0下载:
  2. 这个是对一个一维信号的Excel数据加载进matlab程序,然后进行巴特沃斯的低通滤波。-This is a one-dimensional signal of Excel data is loaded into the matlab program, and then Butterworth low-pass filtering.
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:4985
    • 提供者:廖勇
  1. lhbutt

    0下载:
  2. 设计巴特沃斯低通和高通IIR数字滤波器,得到二阶频率级联参数-Design of Butterworth low-pass and high-pass IIR digital filters, to be cascaded second-order frequency parameter
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:536
    • 提供者:陈峰
  1. bpsbutt

    0下载:
  2. 带通/带阻巴特沃斯滤波器设计,采用IIR滤波器设计思路,可以返回数字滤波器的二阶分割形式-Band-pass/band-reject Butterworth filter design, using IIR filter design ideas, you can return to the form of digital filter second-order segmentation
  3. 所属分类:source in ebook

    • 发布日期:2017-04-02
    • 文件大小:704
    • 提供者:陈峰
  1. MatlabForImageProcessingByNXL

    0下载:
  2. 理想、巴特沃斯高低通--哈弗曼编解码-图像处理-ideal、butterworth、huffman for image processing
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:49239
    • 提供者:xuegao
  1. Untitledok

    0下载:
  2. 基于matlab的图像增强方法之巴特沃斯滤波器法-matlab
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:1001
    • 提供者:丽丽
  1. btws

    0下载:
  2. 利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理-The use of Butterworth (Butterworth) low pass filter on the subject of the image noise smoothing
  3. 所属分类:Special Effects

    • 发布日期:2017-04-15
    • 文件大小:6452
    • 提供者:tony
  1. filter

    1下载:
  2. 模拟滤波器的设计包含了巴特沃斯滤波器,切比雪夫滤波器,椭圆滤波器,以及10阶贝塞尔滤波器的平方幅频率和相频响应曲线,贝塞尔滤波器的特点是:在0拼时具有最平坦的群延迟,并在整个通带群延迟几乎不变-Analog filter design consists of Butterworth filters, Chebyshev filters, elliptic filters, as well as 10 pieces of first-order Bessel filter is the squar
  3. 所属分类:Other systems

    • 发布日期:2017-03-24
    • 文件大小:13378
    • 提供者:王宏
  1. Probing_into_Technique_of_Image_Enhancement_Based_

    1下载:
  2. :图像增强是图像处理的一个重要分支,是图像边缘提取、图像分割等的基础.文章介绍了常用的图像增强技 术,并且以Madab为工具完成图像的直方图均衡化、巴特沃斯高通滤波器操作的示例,给出了处理前后的对照图像.重点介 绍了利用小波变换进行图像增强,获得了比较好的增强效果.-: Image enhancement is an important branch of image processing is the image edge extraction, image segmentation,
  3. 所属分类:Graph program

    • 发布日期:2017-04-02
    • 文件大小:195070
    • 提供者:hope
  1. highpassfilter

    0下载:
  2. 问题是高切滤波或低通滤波,如果采用硬件实现,速度最快,但是现在计算机速度这么快,硬件实现起来相对麻烦,成本高,且灵活性性差, 软件实现相对方便多了,具体体的操作步骤如下(频率域) 先对数据作正FFT,再对变换后的频域数据乘以滤波因子,滤波因子的选择有理想高通、巴特沃斯高通、指数高通、梯形高通,一般选择梯形高通滤波因子,具体原因你可从数字信号处理的书上找到,,接下来将数据再作逆FFT就是了,还有就是在空间域作滤波,这里有一个带同滤波的程序的程序,你可参考一下,(将低切参数设为零就是
  3. 所属分类:software engineering

    • 发布日期:2017-03-28
    • 文件大小:7238
    • 提供者:夏燕苹
  1. 3

    0下载:
  2. 利用巴特沃斯(Butterworth)低通滤波器对受噪声干扰的图像进行平滑处理-Using Butterworth (Butterworth) low pass filter on the noise interference of the image smoothing
  3. 所属分类:Graph program

    • 发布日期:2017-04-11
    • 文件大小:609
    • 提供者:chenhehui
  1. chap3

    0下载:
  2. 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1952739
    • 提供者:myname
  1. fsk

    5下载:
  2. 在matlab上面对4fsk调制解调进行仿真,中间使用升余弦滤波器作为发送和接收滤波器-In the face of 4fsk modem matlab simulation, the middle raised cosine filter used to send and receive filters as
  3. 所属分类:Modem program

    • 发布日期:2017-04-02
    • 文件大小:2627
    • 提供者:dffgdds
  1. MATLAB

    0下载:
  2. 做傅立葉轉換並SHIFT 2階巴特沃斯 做週期性雜訊的處理-Fourier transform and SHIFT 2 do Butterworth deal to do periodic noise
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-03
    • 文件大小:278177
    • 提供者:Cathy
  1. chap3

    0下载:
  2. 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
  3. 所属分类:Graph program

    • 发布日期:2017-04-16
    • 文件大小:10511
    • 提供者:qing
  1. 123

    1下载:
  2. 本文介绍了基于可控电流源的高精度高细分数步进电机细分驱动方法,采用 PwM(脉冲宽度调制)和5阶巴特沃斯低通滤波器实现了双14位精度较高的DAc,用 于控制精密可控电流源的电流输出,使得励磁线圈中流经的电流为稳定的直流,实现 了步进电机低噪声,高稳定度的细分驱动运行。 -This article describes the controlled current source based on the subdivision number of high precision ste
  3. 所属分类:Project Design

    • 发布日期:2017-05-12
    • 文件大小:2961565
    • 提供者:孙文
  1. Matlab

    0下载:
  2. MATLAB 巴特沃斯低通滤波对图像进行低通滤波处理-matlab
  3. 所属分类:Graph program

    • 发布日期:2017-04-08
    • 文件大小:3472
    • 提供者:liu
  1. experiment2

    0下载:
  2. 理想低通、高通、巴特沃斯低通高通滤波器对图像进行锐化和模糊处理-Ideal low-pass, high pass, Butterworth low pass high pass filter sharpening and blurring the image processing
  3. 所属分类:Graph program

    • 发布日期:2017-03-24
    • 文件大小:70896
    • 提供者:张成
  1. butterworthilter

    0下载:
  2. 巴特沃斯滤波器,可以通过它对受噪声干扰的图像进行平滑处理-Butterworth filter, can be affected by its image noise smoothing
  3. 所属分类:Graph program

    • 发布日期:2017-04-13
    • 文件大小:1825
    • 提供者:qiuxuan
  1. db_nc_audio_recon

    0下载:
  2. 使用5阶巴特沃斯半带滤波器4通道完美重构滤波器组来处理音频数据的例子-Using the 5-order Butterworth filter with a 4-channel semi-perfect reconstruction filter banks to process audio data examples
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-03
    • 文件大小:4252
    • 提供者:zhongyh
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 29 »
搜珍网 www.dssz.com