搜索资源列表
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
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 线性相位型
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
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滤波器、自适应滤波器等