搜索资源列表
Matlab_Experiment
- Matlab实现快速傅立叶变换、FFT和IFFT计算线性卷积、IIR数字滤波器、FIR数字滤波器实验的相关资料,有源代码和仿真图
一个matlab实现IIR、FIR、LMS、NLMS等算法的m代码
- 一个matlab实现IIR、FIR、LMS、NLMS等算法的m代码
dsp-eg-filter
- malab滤波器设计示例,其中包括IIR基本示例,IIR高级示例和窗函数设计FIR滤波器-malab filter design examples, including examples of IIR basic, IIR High sample and window function design FIR filters
LMS
- 采用一种快速收敛变步长LMS(Least mean square ) 自适应最小均方算法matlab源程序,其中算法所做的工作是用FIR 滤波器的预测系统,对IIR系统进行预测,如果阶数越高越能逼近被预测系统。-Using a fast convergence of variable step size LMS (Least mean square) adaptive least mean square algorithm matlab source, one of algorithm is t
firiir
- FIR、IIR数字滤波器的Matlab仿真程序-FIR, IIR digital filter of the Matlab simulation program
FIR_matlab
- 给定一个混有单频噪声的wav波形文件,设计一个滤波器,要求能很好的滤除掉单频噪声,并且对原声音信号的影响最小。这里仅仅要求FIR滤波器用窗函数法,IIR滤波器用butterworth实现。-FIR matlab filter butterworth
FIR-IIR
- 用matlab编写的FIR滤波器和IIR滤波器,所用版本是matlab2010a-Using matlab FIR filters and IIR filters, used version is matlab2010a
IIR-and-FIR
- 数字信号处理中数字滤波器的matlab实现,包括iir和FIR两种数字滤波器-Digital signal processing matlab implementation of digital filters, including two digital filters and FIR iir
fir_1
- 该程序应用matlab编程语言,实现了fir滤波器和IIR滤波器-The program in matlab programming language, realize the fir filter and IIR filter
DSPSshiyan
- MATLAB处理语音信号,FIR,IIR滤波器。完整的代码,报告,使用说明。带有界面,简单易操作。-MATLAB processing a speech signal, FIR, IIR filter. Complete code, reports, instructions for use. Interface with, easy to operate.
mui_sx83
- Complete HMM-based speech recognition system, Various resource allocation algorithm, Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter.
jaoqiu-V4.8
- Computation Method D phononic bandgap plane wave, To achieve the recognition of 10 digital sound, Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter.
滤波器
- 通信系统中的两种重要滤波器:IIR滤波器和FIR滤波器------matlab仿真(Two important filters in communication system: IIR filter and FIR filter ------matlab simulation)
IIR
- 使用matlab实现设计IIR滤波器:冲激不变法、双线性变换法 设计一个巴特沃思低通滤波器,其技术指标为:3dB带宽为,阻带截止频率为,阻带衰减大于30dB,采样间隔T=10us。 1)用冲激响应不变法 2)用双线性变换法设计 3)用FIR的矩形窗函数设计 二、用双线性变换法分别设计低通、高通、带通、带阻四种滤波器。模拟滤波器带原型分别为切比雪夫滤波器和椭圆滤波器,采样率Fs=20kHz,指标如下: 1)低通:通带0~4 kHz,阻带5 kHz,通带衰减Rp=0.5dB,阻带衰减As
tnphl
- Matlab实现快速傅立叶变换,FFT和IFFT计算线性卷积,IIR数字滤波器,FIR数字滤波器实验的相关资料,有源代码和()