文档介绍:优秀设计
南京理工大学紫金学院
毕业设计说明书(论文)
作者:
王敏
学号:
080404112
系:
电子工程与光电技术系
专业:
通信工程
题目:
基于TMS320F2812的FIR低通滤波器的
设计
讲师
马逸新
指导者:
(姓名) (专业技术职务)
评阅者:
(姓名) (专业技术职务)
2012 年 5 月
南京理工大学紫金学院
毕业设计(论文)评语
学生姓名: 王敏班级、学号: 通信一班 080404112
题目:基于TMS320F2812的FIR低通滤波器的设计
综合成绩:
指导者评语:
指导者(签字):
年月日
毕业设计(论文)评语
评阅者评语:
评阅者(签字):
年月日
答辩委员会(小组)评语:
答辩委员会(小组)负责人(签字):
年月日
毕业设计说明书(论文)中文摘要
本文简单介绍了数字滤波器,重点讨论了FIR数字滤波器的基本原理和设计步骤,阐述了窗函数法设计FIR数字滤波器的思路。同时介绍了课题所需要的软件MATLAB的发展和使用。利用Matlab软件,用窗函数法设计FIR滤波器,并提取滤波器参数。通过对TMS320F2812系列DSP芯片的内部结构、片内外设资源和工作原理进行介绍,S的进行了简要说明,S环境下如何使用C语言编译来在TMS320F2812上实现FIR数字滤波器。最后,对FIR滤波器的DSP实现的软件编程做出了重点讨论,连接DSP实验箱,设置信号源,并将结果下载到目标板TMS320F2812上运行,取得完成滤波后的波形,完成了基于TMS320F2812FIR的低通滤波器的设计。
关键词数字滤波器 FIR 窗函数 TMS320F2812
毕业设计说明书(论文)外文摘要
Title The FIR Low-Pass Filter Design Based
On TMS320F2812
Abstract
This article simply introduces a the digital filter,focusing on discuss the basic principles of and design steps of the the FIR digital filter , and expounded the the the the idea of the window function method design FIR digital development and use of the subject software use of Matlab software,to with window function method design FIR filter,as and as to to extract the filter series DSP chip internal structure,on-chip peripheral resources and working principle are described,and a brief description of S on how to use the C piler to TMS320F2812 FIR digital filter in S ,the focus of discussion was made on the software programming of the DSP implementation of the FIR filter,connect the DSP experimental box,set the signal source,and the results downloaded to run on the target board TMS320F2812 achieved after pletion of the filtered pleted based TMS320F2812FIR low-pass filter design.
Keywords Digital filter FIR Window function TMS320F2812
目次
1 引言 1
研究的背景 1
课题研究的现状 2
2 数字滤波器介绍 3
数字滤波器的实现方法 3
数字滤波器的分类 4
数字滤波器FIR的特点和结构 5
设计FIR数字滤波器的基本原理和设计 7
3 DS