摘要软件无线电技术,顾名思义是用现代化软件来操纵、控制传统的“纯硬件电路”的无线通信。数字下变频在软件无线电数字前端发挥很重要的作用。它把中频信号下变频到基带,使信号处理器件能够进行实时处理。68595
本论文主要完成了以下工作。首先介绍了软件无线电的研究现状和数字下变频技术的基础理论。在完成数字下变频器的FPGA实现的过程中,采用自上而下的模块设计方法,将其功能分为各个基本的模块。对数字下变频过程中的所用到的数控振荡器(NCO)、积分梳状滤波器(CIC)、半带滤波器(HB)以及FIR滤波器的原理和实现方法进行了讨论,建立数学模型,提供了这些器件的Matlab仿真结果。在仿真的基础上,给出了用FPGA实现的方法。
毕业论文关键词 数字下变频 , 数控振荡器 , 抽取滤波器 ,半带滤波器
毕业设计说明书(论文)外文摘要
Title Design of L Band Radio Frequency VCO
Abstract
Software radio technology , a wireless communication ,whose traditional " pure hardware circuitry " is controlled and manipulated by a modern software . Digital down conversion plays a important role in software radio digital front-end . It is the conversion to the baseband frequency signal , makes the signal processing device able to real-time processing .
The mainly works can be included as follows. First , we introduce the research status of software radio technology and the basic theory of digital down-conversion technology. Then , we use a top-down design methodology module ,whose functions are pided into several basic modules during the completion of the digital down-converter FPGA implementation . Afterwords , we discusse on the principle and implementation method of the Numerically Controlled Oscillator (NCO), integrator comb filter (CIC), the half -band filter (HB) and a FIR filter used in the digital down -conversion process , set up a mathematical model , and provid a Matlab simulation results of these devices . Finally , we give the method to the FPGA implementation on the basis of this simulation .
Keywords Digital Down Convert; NCO ;CIC ; HB
目 次
目 次 4
1 绪论 1
1.1数字下变频(DDC)理论 1
1.2 数字下变频器的FPGA实现 1
1.3本论文的主要工作 2
2 数字下变频器基本理论与结构 3
2.1 数字下变频器基本理论 3
2.1.1 数字下变频器的结构 3
2.1.2 影响数字下变频器性能的主要因素 3
2.2 本地振荡器 4
2.2.1 本地振荡器原理 4
2.2.2 本地振荡器的实现方法 4
2.3积分梳状抽取(CIC)滤波器 6
2.3.1 抽取的原理 6
2.3.2 CIC滤波器设计 7
2.4 半带(HB)滤波器的设计 9
2.5 FIR滤波器的设计