文档详情

采样率转换滤波器的高效实现方法.docx

发布:2017-10-09约1.52万字共27页下载文档
文本预览下载声明
江西师范大学2013届本科毕业设计题目:采样率转换滤波器的高效实现方法Title: Efficient implementation methods for sampling rate conversion filter院系名称:物理与通信电子学院学生姓名:学生学号:专 业:通信工程 指导老师:完成时间:2013年4月 摘要在数字信号处理的很多实际应用中,经常会遇到采样率的转换问题,即要求一个数字系统工作在多采样率状态。将一个信号从某一个给定的采样率转换到另一个不同采样率的过程称为采样率转换。本文主要研究了采样率转换数字滤波器的内插和抽取的原理,并在这个基础上,用MATLAB软件编程设计实现了采样率转换的数字滤波器。在采样率转换的设计过程中主要讨论了两个问题,其一是信号的整数倍内插及MATLAB实现;其二是信号的整数倍抽取及MATLAB实现。滤波器的整个设计过程中都是按照理论分析、编程设计、MATLAB实现的步骤来完成。关键词:采样率转换,数字滤波器,MATLABAbstractIn many practical applications of digital signal processing, often encounter problems of sampling rate conversion, i.e. require a digital system to work in a multirate state. The process is called a signal from a given sample rate conversion to a different sample rate sample rate conversion.In this paper, the principle of sample rate conversion of digital filters for decimation and interpolation, and on this basis, sample rate conversion of digital filter design using MATLAB programming. Sample rate conversion of the design process focuses on two questions, one is an integer multiple of the signal interpolation and MATLAB; second is of an integer multiple of the signal extraction and MATLAB. Throughout the design process of the filter are in accordance with the theoretical analysis, programming design, MATLAB implementation steps to complete.Keywords:the sampling rate converter, the digital filter, MATLAB目 录摘要IAbstractII1 引言12 采样率转换数字滤波器的基本原理22.1 信号的整数倍内插22.2 信号的整数倍抽取32.3按有理数因子I/D的采样率转换43 FIR数字滤波器的设计63.1 FIR数字滤波器的基本原理及设计步骤63.2 用窗函数法设计FIR数字滤波器73.3 频率采样法设计FIR数字滤波器83.4 等波纹最佳逼近法设计FIR数字滤波器93.5 多相滤波器结构104 采样率转换的FIR滤波器实现124.1 MATLAB简介124.2 FIR整数内插124.3 FIR整数抽取134.4 FIR有理因子的采样率转换145 结束语16参考文献17附录一:FIR整数内插的MATLAB源程序18附录二:FIR整数抽取的MATLAB源程序21附录三:FIR采样率转换的MATLAB源程序221 引言在数字信号处理中,经常要研究一些离散系统理论,为了处理信号必须要设计和实现称之为滤波器(在某些领域或称为频谱分析仪)的各种系统。所谓数字滤波器是指输入、输出均为数字信号,通过数值运算处理改变输入信号所含频率成分的相对比例,或者滤除某些频率成分的数字器件或程序。因此,数字滤波的概念和模拟滤波相同,只是信号的形式和实现滤波方法不同。正因为数字滤波通过数值运算实现滤波,所以数字滤波器处理精度高、稳定、体积小、重量轻、灵活、不存在阻抗匹配问题,可以实现模拟滤波器无法实现的特殊滤波功能。采样率转换在数字滤波设计、序列编码和数据压缩等很
显示全部
相似文档