搜索资源列表
ChapterXonthetestmachine(be)
- 第十章 上机实验(定)实验一 系统响应及系统稳定性。 实验二 时域采样与频域采样。 实验三 用FFT对信号作频谱分析。 实验四 IIR数字滤波器设计及软件实现。 实验五 FIR数字滤波器设计与软件实现 实验六 应用实验——数字信号处理在双音多频拨号系统中的应用 -Chapter X on the test machine (be)
SimulinkBasedSimulationofDigitalFilter
- 介绍数字滤波器的定义、分类及实现方法。讨论IIR滤波器、FIR滤波器的设计方法以及如何运用MATLAB中的DSP Blockset工具箱设计数字滤波器。-Introduce digital filter definition, classification and realization method. Discussion of IIR filters, FIR filter design methods and how to use MATLAB in the DSP Blockset to
FIRIIR
- designing FIR and IIR filters in matlab
ch3
- 第3章 离散系统结构 109 3.1 离散系统结构的基本原理 109 3.1.1 离散系统结构的分类 109 3.1.2 离散系统结构的基本组成 109 3.2 IIR系统结构及MATLAB实现 110 3.2.1 直接I型 111 3.2.2 直接II型 111 3.2.3 级联型 113 3.2.4 并联型 118 3.3 FIR系统结构及MATLAB实现 122 3.3.1 直接型 123 3.3.2 级联型 123 3.3.3 线性相位型
shuzilvboqi
- 介绍数字滤波器的定义、分类及实现方法。讨论IIR滤波器、FIR滤波器的设计方法以及如何运用MATLAB中的DSP Blockset工具箱设计数字滤波器。-Introduce digital filter definition, classification and realization. Discussion of IIR filter, FIR Filter design and how to use the DSP Blockset MATLAB toolbox to design dig
FIR_IIR_filters
- matlab滤波器设计,包括FIR和IIR设计,以及参数建模方法。-matlab filter design ,including FIR and IIR design, and parametric modeling method.
matlab-digital-filter
- matlab数字滤波器,fir高低通滤波器,iir高低通滤波器-matlab digital filter, fir low pass filter, iir low pass filter
datafilter
- 本程序用matlab仿真了fir,iir数字滤波器,并且画出了其幅频特性图像-The program with matlab simulation fir, iir digital filter and draw its amplitude and frequency characteristics of the image
FIR
- 基于matlab GUI的一个滤波,运用FIR和IIR算法-A filter based on matlab GUI, use of FIR and IIR algorithm
digital-signal-processing--matlab
- matlab下的数字信号处理程序的示例,包括 信号、系统和系统响应 用FFT进行信号的频谱分析 窗函数法设计FIR滤波器 IIR滤波器的实现等- examples of digital signal processing, including under matlab signal, the system and the system response signal using the FFT spectral analysis window FIR filter design funct
Untitled3
- 掌握双线性变换法及脉冲相应不变法设计IIR数字滤波器以及窗函数法设计FIR数字滤波器的原理,具体方法及计算机编程。 2.观察双线性变换法,脉冲响应不变法及窗函数法设计的滤波器的频域特性,了解各种方法的特点。 3.用MATLAB画出三种方法设计数字滤波器的幅频特性曲线,记录带宽和衰减量,检查是否满足要求-Master bilinear transform and impulse response invariance IIR digital filter design and window fun
MATLAB-FIR-IIR
- 基于MATLAB的FIR和IIR数字滤波器的设计,内容包括fir iir 滤波器的设计源程序及调试过程。-FIR and IIR digital filter design based on MATLAB, the contents include the design of FIR, IIR filter source program and the debugging process.
2014204091
- 应用DSP集成开发环境CCS,并用TMS320VC5416开发板来实现FIR数字滤波。旨在熟悉FIR和IIR滤波器的原理及设计流程,学习使用MATLAB设计数字滤波器,熟悉CCS软件使用方法,并了解DSP集成开发环境的使用和特点。-Application of DSP integrated development environment CCS, and with the development board to achieve TMS320VC5416 FIR digital filter.
Using-MATLAB
- vinay K.ingle John G.Proakis 著;陈怀琛等译;本书系统讲述了数字信号处理器的基本知识和应用,以及以MATLAB软件为基础的设计题目,本书共十章,主要讲述:MATLAB简述,离散时间信号与系统,离散时间傅立叶分析,z变换,离散傅立叶变换,数字滤波器结构,FIR滤波器设计,IIR滤波器设计,自适应滤波方面的应用,通信中应用-Digital Signal Processing Using MATLAB
4814
- 一个师兄的毕设,FIR 底通和带通滤波器和IIR 底通和带通滤波器,在matlab R2009b调试通过。- A complete set of brothers, Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter, In matlab R2009b debugging through.
wgfkr
- FIR 底通和带通滤波器和IIR 底通和带通滤波器,matlab小波分析程序,完整的基于HMM的语音识别系统。- Bottom-pass and band-pass FIR and IIR filter bottom pass and band-pass filter, matlab wavelet analysis program, Complete HMM-based speech recognition system.
DSP_work
- 进行数字信号处理综合设计与分析,包括采样,频域分析,IIR,FIR滤波器设计及输出结果。(Design and analysis of digital signal processing, including sampling, frequency domain analysis, IIR, FIR filter design and output results.)
经典matlab信号处理方法
- 主要包括各种滤波去噪的方法,比如FIR滤波器、IIR滤波器、自适应滤波器等