MATLAB在电路我要分享

MATLAB in circuit

matlab 电路

关注次数: 164

下载次数: 0

文件大小: 590.65 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:应用背景目标: ; ; ; ;1。 ; ; ; ; ;确定所需规格的FIR滤波器的设计。2。 ; ; ; ; ;学习如何使用窗口技术的FIR滤波器的设计。3。 ; ; ; ; ;学习如何用MATLAB实现FIR滤波器的设计。 ; ;简介: ; ; ; ; ; ; ; ; ; ; ;为处理信号,我们要实现的系统称为滤波器的设计。的滤波器的设计问题等因素的影响作为滤波器的类型或它的实现形式。两种数字滤波器可以确定,FIR和IIR滤波器。FIR滤波器的特点有限脉冲响应。IIR滤波器的特点是无限脉冲响应。我们将只研究FIR滤波器的设计这个实验。在接下来的实验中我们将进行类似的处理IIR滤波器。关键技术


English Description:

Application background Objectives:     1.      To determine specifications needed for FIR filter design. 2.      To learn how to design the FIR filters using window techniques. 3.      To learn how to implement the designed FIR filter by MATLAB.   Introduction:             In order to process signals, we have to design and implement systems called filters. The filter design issue is influenced by s


代码预览