搜索资源列表

  1. 带通fir设计及图形显示比较

    0下载:
  2. 数字带通滤波器的设计过程。共3个源程序。其中,dos.cpp为带通FIR的源程序,其中的滤波器阶数n,滤波器的低频fln,滤波器的高频fhn,窗函数w,可以按照自己的要求改变。这里采用的是汉宁窗。主函数main.cpp实现输入与fir的h(n)的卷积,输出结果Y(n),并将其存储在y.txt中。最后,graphics.cpp从y.txt读取数据,再由语句画出波形,可以清楚地看出计算结果是否正确,并进行比较。-digital band-p
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:2244
    • 提供者:feide
  1. IIRbandpasss

    0下载:
  2. 这是用切比雪夫实现的IIR带通滤波器,可用于数字图像或语音的处理-This is achieved using Chebyshev IIR bandpass filter, can be used for processing digital image or voice
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:周一
  1. signalprocess

    0下载:
  2. 本资料为数字信号处理的一个课程设计源代码,内容关于数字带通滤波器设计。-this source code is about digital ban pass filter designing.
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:9216
    • 提供者:harvey
  1. filter

    0下载:
  2. 这个程序是MATLAB的程序,它能够实现中心频率是4000Hz的带通滤波器的功能,在4000Hz的信号上面加了噪声信号,通过滤波器滤除杂波-This program is MATLAB program that enables the center frequency is 4000Hz band-pass filter function in the 4000Hz signal above the noise signal added
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:周伟峰
  1. bandpassfilter

    0下载:
  2. 利用matlab设计带通滤波器。很实用。编译通过。思路来自期刊论文-matlab bandpass filter
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:李小琴
  1. Butterworth

    0下载:
  2. 巴特沃什高低通以及带通滤波器,自己编的滤波器,效果很好-Butterworth
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:陈贞
  1. filter

    0下载:
  2. 如何利用verilog设计数字滤波器 包含低通滤波器,带通滤波器,高通滤波器.-how to design a digit filter with Verilog
  3. 所属分类:VHDL编程

    • 发布日期:2024-05-10
    • 文件大小:3245056
    • 提供者:jefferson
  1. digital_filter_design

    0下载:
  2. 采用matlab设计数字滤波器的源程序,包含滑动滤波器、切比雪夫低通、带通滤波器等! -Digital filter design using matlab source, including sliding filters, Chebyshev low pass, band pass filter!
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:yq
  1. DoG

    0下载:
  2. 利用Matlab编写的组合高斯带通滤波器,可以对图像进行滤波操作。(Matlab prepared by the combination of Gauss bandpass filter, you can filter the image operation.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1928192
    • 提供者:橡树
  1. kaiser_band_filter

    0下载:
  2. 运用凯撒窗的一个带通滤波器,可以实现高通低通带通的功能。(A band pass filter with Kaiser window can achieve high pass, low pass and band pass function.)
  3. 所属分类:matlab例程

  1. butterworth

    0下载:
  2. 该文件中包含巴特沃斯高通滤波器以及带通滤波器的源码(The file contains the source code of the Butterworth high pass filter and the bandpass filter)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:15360
    • 提供者:neil0306
  1. bandpass_r

    0下载:
  2. 本程序为带通滤波器函数,只需要输入序列,及相应参数,即可得到滤波后的数据及绘制出滤波后的序列频谱(This program is a band pass filter function. Only the input sequence and the corresponding parameters can be obtained, and the filtered data can be obtained and the sequen
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:达生
  1. 数字信号处理课程设计

    0下载:
  2. 分别设计了低通、高通、带通滤波器进行声音去噪声分析,并比较去噪效果。所展示效果为主菜单/子菜单。(The low pass, high pass and bandpass filters are designed for noise noise analysis, and the effect of noise removal is compared.The display effect is the main menu / subme
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:302080
    • 提供者:xnx
  1. bandp

    0下载:
  2. 带通滤波器,在信号处理时滤除直流分量和高频噪声,参数设置见程序说明。(The bandpass filter is used to filter the DC component and the high frequency noise in the signal processing. The parameter setting is explained by the program.)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:庄生zmj
  1. filter

    0下载:
  2. 带通滤波器和低通滤波器,信号处理是滤除直流分量和高频噪声,使用方式见程序内部说明(Band-pass filter and low-pass filter, signal processing is the filter DC component and high frequency noise, the use of the internal descr iption of the program)
  3. 所属分类:Windows编程

    • 发布日期:2024-05-10
    • 文件大小:2048
    • 提供者:庄生zmj
  1. 6TS

    0下载:
  2. AWR仿真L波段六阶带通滤波器,有一对关于中心频率对称的传输零点(six-pole transmission zero)
  3. 所属分类:通讯/手机编程

  1. 2.9零均值高斯白噪声通过低通带通滤波器前后特性

    0下载:
  2. 用matlab仿真零均值高斯白噪声通过低通带通滤波器前后特性,程序完善,结果与理论值非常接近(The zero mean white Gauss noise is simulated by MATLAB, and the program is perfect through the low pass bandpass filter. The result is very close to the theoretical value.)
  3. 所属分类:通讯/手机编程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:YYDGQ
  1. 程序

    0下载:
  2. 通过对随机信号的处理,将其转换为带限信号,再将其通过不同阶数的带通滤波器,得到滤波后的信号。(By processing the random signal, it can be transformed to band limited signal, and then pass the bandpass filter with different orders to get the filtered signal.)
  3. 所属分类:其他小程序

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:初末
  1. play

    0下载:
  2. 要求截取一段语音信号,叠加噪声信号,再进行滤波,带通滤波器的设计(GUI界面)(Design of speech signal filtering and bandpass filter)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:1024
    • 提供者:methss
  1. 滤波器设计

    0下载:
  2. FIR和IIR滤波器,低通,高通,带通,附带注释(FIR and IIR filter, low-pass, high-pass, band-pass, with comments)
  3. 所属分类:matlab例程

    • 发布日期:2024-05-10
    • 文件大小:154624
    • 提供者:连晓
« 1 2 3 4 56 7 8 9 10 ... 50 »

源码中国 www.ymcn.org