需要购买设计请加我们的QQ962120665,电话18730072785 |
MATLAB|滤波器|FIR滤波器|仿真
文件格式:word+PPT
本科毕业设计 基于matlab的FIR滤波器的研究与分析
一套完整的毕业设计,包括任务书、开题报告、论文正文、毕业答辩PPT、外文翻译。
有预览文件请查看。
论文正文共28页。共15138个字符数(不计空格)。整套压缩包大小:1.24MB。
外文翻译 CHEBYSHEV DESIGN OF FIRFILTERS WITH FREQUENCYINEQUALITY CONSTRAINTS(带不等式约束的线性相位FIR数字滤波器的切比雪夫设计)。
基于matlab的FIR滤波器的研究与分析
摘要:本文介绍了matlab(矩阵实验室)软件的起源、发展、主要特点和强大用途,在科学研究中的重要用处尤其是在数字信号处理中的应用。介绍了何为数字滤波器,在进行数字信号处理时不可或缺的数字滤波器的优点、主要应用及国内外发展现状。主要研究FIR数字滤波器,讨论了FIR数字滤波器的基本算法,FIR数字滤波器的主要设计方法:频率采样法,最优化法,窗函数法,比较三种方法的特点,着重研究了窗函数的设计方法。在同样的设计指标下选择适合的窗函数得出最佳设计方案,设计了高通,低通,带通,带阻四种数字滤波器,编写程序,并在matlab软件上对各种滤波器进行仿真,截取仿真波形进行验证。
关键词:MATLAB,滤波器,FIR滤波器
Research and analysis of the FIR filter based on MATLAB
Abstract: This paper introduces the MATLAB ( Matrix Laboratory ) software including its origin, development, main characteristics and strong purpose in the scientific research important usage especially in the digital signal processing application. Describes what is digital filter,which is indispensable when the digital filter has the advantages in digital signal processing. It also refers to main application and development status at homeland and overseas. Researching FIR digital filter and discussing the FIR digital filter of the basic algorithm, FIR digital filter design methods: frequency sampling method, optimization method, window function method. Make a comparison of three methods of characteristics and through a high light on the window function design method. Select a suitable window function to draw the best design scheme In the same design index, including high-pass, low-pass, band-pass, band stop of four digital filters, program and the MATLAB software on a variety of filter simulation to intercept simulation waveform verification.
Keyword: MATLAB,Filtering,FIRfilter
目录
摘要 I
Abstract II
第一章 前言 1
1.1 MATLAB简介 1
1.1.1 MATLAB的起源与发展 1
1.1.2 MATLAB的特点 1
1.1.3 MATLAB的主要应用 1
第二章 数字滤波器的简介 2
2.1 数字滤波器种类以及基本概念 2
2.2 数字滤波的应用及优点 2
2.3 数字滤波器的国内外发展现状 3
第三章 数字滤波器的设计 4
3.1 FIR数字滤波器的概念 4
3.2 FIR滤波器实现的基本结构 4
3.2.1 系统函数和差分方程 4
3.2.2 基本的结构形式 4
3.3 FIR数字滤波器的设计 5
3.3.1 窗函数法 5
3.3.2 频率采样法 5
3.3.3 最优化法 6
3.4 FIR数字滤波器的窗函数设计法 6
3.4.1 用窗函数法设计FIR滤波器的基本步骤 6
3.4.2 使用窗函数法设计时要满足的条件 6
3.4.3 工程中常用的窗函数在MATLAB中的格式及作用 7
第四章 MATLAB环境下窗函数的设计实例 9
4.1 高通滤波器的设计 9
4.2 低通滤波器的设计 11
4.3 带通滤波器的设计 13
4.4 带阻滤波器的设计 15
第五章 总结 18
5.1 FIR数字滤波器的性能总结 18
5.2 FIR数字滤波器的设计心得和体会 18
参考文献 19
谢 辞 20
附录 一 21
附录 二 22