搜索资源列表
BPFTEST
- 以前写的一个切比雪夫带通滤波器及频谱分析显示程序,里面有些bug,懒得改了,有兴趣的自己看看。-previously written a Chebyshev bandpass filter and spectrum analysis procedures, which some bug, tired of reform, are interested to see for themselves.
FIR_pinlv[1]
- FIR滤波器, 设计一个线性相位有限冲激响应低通滤波器,使其满足如下指标:通带边界为2kHz,阻带边界为2.5kHz,通带波纹 =0.005,阻带波纹 =0.005,抽样率为10kHz。采用多尔夫-切比雪夫窗进行设计,进行频谱分析。-FIR filter, design a linear phase FIR low-pass filter to meet the following indicators: passband border to 2kHz, stopband border to 2
DSP
- 1.利用傅立叶级数展开的方法,自由生成所需的x(t); 2.通过选择不同的采样间隔T(分别选T>或<1/2fc),从x(t)获得相应的x(n)(作出x(n)图形); 3.对获得的不同x(n)分别作傅立叶变换,分析其频率响应特性4.利用巴特沃思、切比雪夫或椭圆滤波器设计数字滤波器(滤波特性自定),要求通过改变滤波器参数或特性(低通、高通、带通或带阻)设计至少两种数字滤波器,分析所设计滤波器并对上述给出的不同x(n)分别进行滤波; 5.利用窗函数设计法或频率采样法设计数字滤波
filter
- 模拟滤波器的设计包含了巴特沃斯滤波器,切比雪夫滤波器,椭圆滤波器,以及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
iir
- 设计一个低通数字滤波器,满足如下设计指标: 通带截止频率:0.2pi,通带波动:1dB 阻带截止频率:0.3pi,阻带衰减:15dB 要求:分别采用巴特沃斯、切比雪夫Ⅰ型、切比雪夫Ⅱ型和椭圆滤波器原型进行设 计,比较各种设计的阶数、实际阻带衰减,分析实验结果 -Design a low pass digital filters that meet the following design specifications: passband cutoff frequency:
IIRbandpasss
- 这是用切比雪夫实现的IIR带通滤波器,可用于数字图像或语音的处理-This is achieved using Chebyshev IIR bandpass filter, can be used for processing digital image or voice
homework6
- 产生有色噪声污染的谐波,并设计带通巴特沃斯滤波器和切比雪夫I型滤波器-Colored noise pollution generated harmonics, and to design band-pass Butterworth filter and Chebyshev-I filter
IIR_cheb1ap
- 本代码设计的切比雪夫1型滤波器,与MATLAB中的切比雪夫滤波器不同的是输出为未归一化的零极点,输入只要是通带频率,通带波动,截止频率,阻带衰减即可,更便于抄做-The code design of Chebyshev Type 1 filter, and MATLAB in the Chebyshev filter output is not different is that the poles and zeros of the normalized input as long as the
digital_filter_design
- 采用matlab设计数字滤波器的源程序,包含滑动滤波器、切比雪夫低通、带通滤波器等! -Digital filter design using matlab source, including sliding filters, Chebyshev low pass, band pass filter!
dsp
- 1. 利用傅立叶级数展开的方法,自由生成所需的x(t); 2. 通过选择不同的采样间隔T(分别选T>或<1/2fc),从x(t)获得相应的x(n)(作出x(n)图形); 3. 对获得的不同x(n)分别作傅立叶变换,分析其频率响应特性(给出幅频与相频特性曲线); 4. 利用巴特沃思、切比雪夫或椭圆滤波器设计数字滤波器(滤波特性自定),要求通过改变滤波器参数或特性(低通、高通、带通或带阻)设计至少两种数字滤波器,分析所设计滤波器(画出频率特性曲线),并对上述给出的不同x(n)
dc_rmv
- 这是一个用verilog写的DC滤波器,即melp算法中预处理部分,主要滤除50hz工频干扰,采用一个4阶的切比雪夫高通滤波器,截去频率位60hz以下的信号,其阻带的衰减位30db。-This is a verilog to write a DC filter the preprocessing part that melp algorithm, main filter 50hz frequency interference, the use of a fourth-order Chebyshe
bandpass-filter
- 基于双线性变换 切比雪夫 带通滤波器 带阻滤波器-Based on the bilinear transformation chebyshev bandpass filter
Multi-frequency-signals-filtering
- 多频混合信号,滤波器,最优化低通滤波,切比雪夫带通滤波,最优化高通滤波,matlab-Mixed multi-frequency signal, a filter, a low pass filter optimization, Chebyshev band-pass filter, high pass filter optimization, matlab
Chebyshev-filter-(2)
- 实用matlab设计数字带通滤波器,分贝使用切比雪夫1型滤波器和切比夫2型滤波器原型。-Practical matlab digital band-pass filter design, dB using Chebyshev type 1 filter and type 2 filter prototype.
DSP
- 利用巴特沃思、切比雪夫或椭圆滤波器设计数字滤波器,通过改变滤波器参数或特性(低通、高通、带通或带阻等)-The use of Butterworth, Chebyshev or elliptic filter digital filter design, by changing the filter parameters or characteristics (low pass, high pass, band-pass or band stop)
巴特沃思以及切比雪夫滤波器
- 巴特沃思低通、高通、带通、帯阻滤波器以及切比雪夫高通、低通、带通、帯阻滤波器。(Butterworth low-pass, high pass, band-pass and band stop filter, Chebyshev low-pass, high pass, band-pass and band stop filter.)
ceflr__string__fuvctional
- 以前写的一个切比雪夫带通滤波器及频谱分析显示程序,里面有些bug,懒得改了,有兴趣的自己看看,()
theead__programming
- 以前写的一个切比雪夫带通滤波器及频谱分析显示程序,里面有些bug,懒得改了,有兴趣的自己看看,()
有源滤波器软件及使用说明
- Filterlab 2.0 是一种创新的软件工具,可以简化有源滤波器设计。 Filterlab 2.0有源滤波器设计软件提供完整的滤波电路原理图以及推荐的元件值, 并显示频率响应。 Filterlab 2.0 允许设计最高至8 阶频率响应从0.1HZ 到1MHZ 的 切比雪夫,贝塞尔或巴特沃斯滤波器。FIlterlab 2.0 还可以用来设计 切比雪夫和巴特沃斯响应的代桶和高通滤波器。Filterlab 2.0 支持塞 林凯(Sallen Key)和多路反馈(MFB)的电路拓扑结构。
IIR滤波器
- 模拟低通滤波器的巴特沃思逼近、切比雪夫型逼近方法;从模拟低通到模拟高通、带通、带阻的频率变换法;从模拟滤波器到数字滤波器的脉冲响应不变法、双线性变换法的基本概念、基本理论和基本方法。 巴特沃思、切比雪夫模拟低通滤波器的设计方法;利用模拟域频率变换设计模拟高通、带通、带阻滤波器的方法。 利用脉冲响应不变法、双线性变换法设计数字滤波器的基本方法;能熟练设计巴特沃思、切比雪夫低通、带通、高通、带阻数字滤波器。 利用 MATLAB 直接进行各类数字滤波器的设计方法。(The basic conce