搜索资源列表
Bendbolck
- 关于带通带阻滤波器的设计,巴特沃思滤波器 压缩包里有: bendpass.m 为带通程序 bendblock.m 为带阻程序 SE144.wav 采用的声音文件,请放在 C:\\下 bendpass.wav 通过带通滤波器之后的声音,保存在C:\\ bendpass.wav bendblock.wav 通过带阻滤波器之后的声音,保存在C:\\ bendblock.wav -on Bandpass Fil
IIRFilterDesign
- IIR Filter Design(无限冲击响应滤波器设计)matlab源代码,包括:bandpass Chebyshev type 2 design、bandpass/bandstop Butterworth design、bandstop Chebyshev type 2 design、lowpass/highpass Chebyshev type 1 design等6种滤波器的设计-IIR (infinite impulse re
bandstop
- 自己做的一个滤波程序,相对比较简单,希望大家一起学习
Bendbolck
- 关于带通带阻滤波器的设计,巴特沃思滤波器 压缩包里有: bendpass.m 为带通程序 bendblock.m 为带阻程序 SE144.wav 采用的声音文件,请放在 C:\下 bendpass.wav 通过带通滤波器之后的声音,保存在C:\ bendpass.wav bendblock.wav 通过带阻滤波器之后的声音,保存在C:\ bendblock.wav -on Bandpass Filter
IIRFilterDesign
- IIR Filter Design(无限冲击响应滤波器设计)matlab源代码,包括:bandpass Chebyshev type 2 design、bandpass/bandstop Butterworth design、bandstop Chebyshev type 2 design、lowpass/highpass Chebyshev type 1 design等6种滤波器的设计-IIR (infinite impulse re
bandstop
- 自己做的一个滤波程序,相对比较简单,希望大家一起学习-A filter to do its own procedures, is relatively simple, I hope everyone learning together
EllicAntenna11272007
- 微带馈电半椭圆带阻型偶极天线的HFSS模型,相信每个做天线的人都非常喜欢这样的东西的吧~-Microstrip-fed semi-elliptical bandstop-type dipole antenna HFSS model antenna do believe that every person who is very like the right thing to do ~
080609
- 基于MATLAB的FIR带阻数字滤波器的设计 由于生物医学信号处理过程中易混入50Hz噪声的特点,本文利用程序设计法和FDATool设计法,设 计一带阻滤波器,并将设计的滤波器应用到一混和正弦信号,通过测试检验,该滤波器可以很好地消除50Hz的工 频干扰。-】To prevent the biomedical signals from being disturbed by 50Hz noise easily,the pape
bandstop
- 数字带阻滤波器 设计方法和上述的设计方法非常相似,设计的时候注意选择合适的函数,同时将 ftype 改为’stop’,注意函数的参数和返回值。由于方法比较相似,这里只选用一种方法来实现带阻滤波器,暂时选择带阻切比雪夫Ⅱ型滤波器。 带阻滤波器的性能指标为: flp=200 fup=3500 flc=300 fuc=3300 As=46 Ap=3 Fs=22050 -Digital band-stop filter design
ex3
- designing of low pass, highpass, bandpass,bandstop filters
Bandstop
- Bandstop Filter Design in Matlab
FIR_BP_SK
- FIT FILTER DESIGN in Matlab - Bandstop Filter-FIT FILTER DESIGN in Matlab- Bandstop Filter
hfss_fullbook_examples
- HFSS 是电磁仿真中的重要仿真软件,hfss fullbook examples包含软件能仿真的大部分实例,对软件的学习很有帮助-HFSS electromagnetic simulation software simulation of an important, hfss fullbook examples contain most of the simulation software can be an example, the
designing_of_iir_bp_bs_filters
- Designing a bandpass and bandstop filter using matlab.
butterorthchebyshew
- it is the code for butterwoth bandstop filter application chebyshew filters application in digital signal processing-it is the code for butterwoth bandstop filter application chebyshew filters application in digital sig
EX071100
- 带阻滤波器设计 -使用MATLAB的凯泽窗来完成。-Bandstop filter design- using the Kaiser window of MATLAB to complete.
50HzBandstopfilter
- 滤除50Hz工频干扰,设计时借用了MATLAB的fdatool工具设计出了滤波器的参数,并生成C源文件-a filter with bandstop at 50Hz
bandstop
- 限制工频干扰的带阻滤波器的设计,可以直接调用。-Bandstop filter to stop the 50 Hz interference.Can use it directly in the code.
Demo4_myFIR_bs_Window
- 本程序详细介绍了如何设计基于窗函数的带阻数字滤波器(This procedure describes in detail how to design a bandstop digital filter based on window function)
bandstop filter
- Calculate the coefficients of a 25th order FIR bandstop filter using a LS method.