搜索资源列表
IIR滤波器设计
- 现有一个信号:x(n)=1+cos(π*n/4)+ cos(2*π*n/3)设计及各种数字滤波器以达下列目的: 低通滤波器,滤除cos(2*π*n/3) 的成分,即想保留的成分为1+cos(π*n/4) 高通滤波器,滤除1+cos(π*n/4) 的成分,即想保留的成分为cos(2*π*n/3) 带通滤波器,滤除1+cos(2*π*n/3) 的成分,即想保留的成分为cos(π*n/4) 带阻滤波器,滤除cos(π*n/4) 的成分,即想保留的成分为1+cos(2*π*n/3)
DXH20
- IIR数字滤波器,设计方法,低通、高通、带通、带阻-IIR digital filter design, low pass, high pass, band-pass, band
vc++filterslab
- vc++下各种数字滤波器的实验程序,包括带通,带阻,低通,高通。
MATLAB各种滤波器程序
- 各种滤波器的M文件:数字带通滤波器;数字带阻滤波器;数字低通滤波器;数字高通滤波器
appl7_3
- 用FIR数字滤波器实现对数字信号的滤波,使设计带阻滤波器,计算相位延迟并绘制滤波后波形序列-FIR digital filter realized with digital signal filtering, band stop filter to design, calculate and draw the filtered phase delay waveform sequence
filter_design
- 用窗函数法实现了FIR数字滤波器的仿真,包括五种窗与低通,高通、带通、带阻四种类型的组和,可实现20种滤波器的设计-FIR filter design
Various-digital-filter--
- 低通高通带通带阻四种数字滤波器实验报告,里面有详细的程序-Low pass, qualcomm, band-pass, band-stop four digital filter
mine
- 用凯瑟窗设计一个数字带通滤波器,设计指标为 低阻带:ws1=0.2pi,as=70dB, 低通带:wp1=0.35pi,ap=1dB, 高通带:wp2=0.65pi,ap=1dB, 高阻带:ws2=0.8pi,as=60dB- Kaiser window design with a digital band-pass filter design specifications for the Low resistivity zone: ws1 = 0.2pi, as =
digital-band-pass-filter
- 用凯瑟窗设计一个数字带通滤波器,设计指标为 低阻带:ws1=0.2pi,as=70dB, 低通带:wp1=0.35pi,ap=1dB, 高通带:wp2=0.65pi,ap=1dB, 高阻带:ws2=0.8pi,as=60dB-Kaiser window design with a digital band-pass filter design specifications for the Low resistivity zone: ws1 = 0.2pi, as = 70d
frequency-FIR-fliter
- 基于频域抽样法的FIR数字带阻滤波器设计的matlab源代码,里面有详细的注释,可实现频域抽样的数字滤波。-Based on frequency domain sampling FIR digital band-stop filter design Matlab source code, there are detailed notes, frequency domain sampling digital filter.
SHUANGXIANXING
- 双线性变换法IIR数字滤波器设计,双线性变换法设计IIR高通、带通、带阻数字滤波器的基本原理和算法-Bilinear transformation method of IIR digital filter design,Design of bilinear transform IIR high-pass, band-pass, band stop digital filter theory and algorithm
fir
- 用窗函数法设计一个线性相位FIR数字低通滤波器,用理想低通滤波器作为逼近滤波器,通带截止频率为0.2 ,阻带截止频率为0.4 ,阻带衰减不小于-40dB。-Window function method to design a linear phase FIR digital low-pass filter, as an ideal low-pass filter for approximation filter passband cutoff frequency of 0.2 stopband
filter-code
- 数字滤波器的matlab仿真程序滤波器为fIR型的4阶切比雪夫I型带通滤波器,通带范围为10000—15000Hz,通带左边的阻带的截止频率为8000Hz,通带右边的阻带起始频率是18000Hz,通带最大衰减为1dB,阻带最小衰减为30dB,其采样频率为50000Hz,数据点数为1024个。-Digital filter matlab simulation program
DESIIR
- 利用双线性Z变换设计巴特沃斯和切比雪夫I型IIR数字滤波器,包括低通、高通、带通、带阻四种形式。使用者只需指定通带、阻带的边缘实际频率及相应的衰减,便可输出数字滤波器 的级联形式的各子系统分子、分母的系数,并输出其幅频和相频响-Bilinear Z transform design Butterworth and Chebyshev Type I IIR digital filters, including low pass, high pass, band pass, band stop fo
IIR-design
- 针对数字滤波器的特点,利用双线性变换方法计算了不同带阻条件下的传递函数,并用matlab程序实现。附有仿真效果图。-According to the characteristics of the digital filter using bilinear transformation method to calculate the transfer function of the band-stop under different conditions and procedures implem
shuangxianxingbuffer
- 已知采样频率80000,通带衰减0.5阻带衰减45 通带截止频率4000,阻带截止频率20000,用双线性变换法设计数字低通滤波器 -Known sampling frequency 80000, attenuation in the passband stop-band attenuation 45 0.5 Passband cutoff frequency of 4000, 20,000 stopband cutoff frequency, using bilinear tran
Digital-filter
- 数字滤波器的设计源代码和不同数字滤波器之间的过渡代码,包括数字低通滤波器到数字带通滤波器、数字低通滤波器到数字带阻滤波器、数字低通滤波器到数字高通滤波器、数字低通滤波器到数字低通滤波器-Digital filter design source code to code and transition between different digital filters, including a digital low-pass filter to the digital band-pass filt
b
- 基于MATLAB GUI 设计的数字信号处理系统,可以实现基本的信号生成,信号分析和信号滤波以及简单的语音信号处理等功能。其中信号生成模块可实现正弦波、方波、三角波、高斯白噪声、chrip信号的生成和叠加;信号分析模块支持基本的傅氏变换下的频域分析功能;信号滤波模块可以实现数字低通、高通、带通、带阻下的切比雪夫、巴特沃思、椭圆滤波器的设计和滤波处理;语音信号处理模块可以实现音频文件的读取、播放、叠加噪声、滤波等功能。(Based on MATLAB GUI design of digital s
简单滤波器设计
- 简单的数字滤波器设计 1.用脉冲响应不变法设计巴特沃斯数字滤波器 2. 用双线性变换法设计切比雪夫数字滤波器 3. 用双线性变换法设计巴特沃斯数字滤波器,并将直接型结构转换成级联型结构 5.设计带阻滤波器 6.利用窗函数设计法设计FIR数字低通滤波器 7. 利用频率采样设计法设计FIR数字低通滤波器。 8. 创新训练拓展内容 (1)根据心电信号特点设计IIR或FIR滤波器滤除心电图信号噪声 (2)设计IIR滤波器或FIR滤波器对语音信号进行滤波。(Simple digital
IIR滤波器
- 模拟低通滤波器的巴特沃思逼近、切比雪夫型逼近方法;从模拟低通到模拟高通、带通、带阻的频率变换法;从模拟滤波器到数字滤波器的脉冲响应不变法、双线性变换法的基本概念、基本理论和基本方法。 巴特沃思、切比雪夫模拟低通滤波器的设计方法;利用模拟域频率变换设计模拟高通、带通、带阻滤波器的方法。 利用脉冲响应不变法、双线性变换法设计数字滤波器的基本方法;能熟练设计巴特沃思、切比雪夫低通、带通、高通、带阻数字滤波器。 利用 MATLAB 直接进行各类数字滤波器的设计方法。(The basic conce