JIMI 发表于 16:21

基于MATLAB的FIR滤波器设计

论文编号:WLX086  字数:9779,页数:30摘   要    数字滤波器作为数字信号处理的基本组成构件,如何设计滤波器在数字信号处理中有着重要意义。FIR滤波器是一种应用广泛的基本数字信号处理原件。相对于硬件方式,采用软件方式可以通过对滤波器参数的改变来调整滤波器的性能以达到实现滤波目标。FIR数字滤波器在工程上运用广泛,窗函数法设计FIR数字滤波器是典型的设计方法。以窗函数为实例,采用 MATLAB程序法介绍了FIR滤波器的设计理念。窗函数包括矩形窗、巴特利特窗、汉宁窗、哈明窗、布莱克曼窗和凯泽窗。在MATLAB环境下改变FIR滤波器的参数来进行仿真。关键词:FIR 窗函数  MATLAB 仿真Abstract   Digital filter is a basic component of the digital signal processing. Designing the filter is significant in the digital signal processing. FIR filter is a basic process unit which is widely used in digital signal. Comparing hardware method, by the way of software, the aim of electric filter can be realized through changing its parameters. FIR digital filter is applied extensively in engineering and the way of window functiong designing FIR digital filter is the typical design method. Taking window-function for example, this paper introduces the design idea of FIR electric filter based on MATLAB program . There a few window-function such as Rectangle window, Hanning window, Hamming window, Blackman window and Kaiser window. The parameters of FIR filter can be changed for the simulation in the MATLAB environment.Keywords:FIR  window-function  MATLAB  simulation目  录摘   要 i英文摘要 ii目  录 iii第一章 绪论 11.1 研究动机与目的 11.2 研究背景 11.3 研究方法与系统描述 11.3.1 数字滤波器的基本概念 11.3.2 数字滤波器的分类 11.3.3 数字滤波器的特点 21.3.4 数字滤波器设计方法概述 21.3.5 MATLAB软件介绍 31.3.6 IIR和FIR数字滤波器的比较 31.4 论文内容概述 4第二章 FIR滤波器的原理 52.1 FIR滤波器的结构 52.2 线性相位FIR滤波器的性质 5第三章 FIR滤波器设计 73.1 FIR滤波器设计要求 73.2 FIR滤波器的设计方法 7第四章 窗函数法设计FIR滤波器 94.1 窗函数法原理 94.2矩形窗 104.3 巴特利特窗(BARTLETT) 114.4 汉宁(HANNING)窗 124.5 哈明(HAMMING)窗 134.6 布莱克曼(BLACKMAN)窗 144.7 凯泽(KAISER)窗 15第五章 窗函数法设计FIR滤波器实例 175.1 一般的FIR滤波器设计方法 175.2 利用MATLAB信号处理工具箱中的命令设计FIR滤波器 21第六章 结束语 24致  谢 25参考文献 26
页: [1]
查看完整版本: 基于MATLAB的FIR滤波器设计