资源描述:
《基于vhdl的快速信号处理器实现 毕业论文》由会员上传分享,免费在线阅读,更多相关内容在学术论文-天天文库。
1、毕业论文(设计)题目:基于VHDL的快速信号处理器实现学号:xxxxxxxxxxxxxxxxxx姓名:xxxxxxxxxxx年级:2007级学院:信息科学技术学院系别:电子信息工程系专业:电子信息工程专业指导教师:xxxxxxx完成日期:20xx年05月05日44摘要随着数字电子技术的快速发展,数字信号处理技术及理论广泛应用于通信、语音处理、图像处理、雷达信号处理、计算机和多媒体等领域。随着可编程逻辑器的发展,使得电子设计的规模和集成度大幅度提高。在不同应用场合使用不同性能的FFT处理器。FPGA(FieldProgrammableGateArray)即现场可编程门阵列,
2、是大规模可编程逻辑器件。由于FPGA在速度和集成度方面的飞速提高,使得利用硬件来实现数字信号处理找到了新的方法。FPGA使用可编程的查找表(LookUpTable,LUT)结构,用静态随机存储器SRAM构成逻辑函数发生器,采用FPGA技术可以提高元器件的优质利用性可以降低设计风险,减少资金投入,缩短研发周期,且能够并行处理数据,容易实现流水线结构,而且升级简便,提高了设计的灵活性,再加上VHDL语言的灵活的描述方法以及与硬件无关的特点,所有这些都非常适合实现FFT算法,使得使用VHDL语言基于FPGA实现FFT成为研究方向。FFT的硬件结构主要包括蝶形处理单元、数据存储器
3、RAM、控制模块、旋转因子存储器ROM、地址发生器。本文以8点复数、8位数据位宽为例进行设计与逻辑综合。采用Altera公司的CycloneII系列FPGA芯片EP2C8Q208C8实现该处理器,用QuartusII进行开发。关键词:数字信号处理;FPGA;FFT算法;VHDL语言44AbstractWiththerapiddevelopmentofdigitalelectronictechnology,digitalsignalprocessingtechnologyandtheoryhasbeenwidelyusedincommunications,voiceproc
4、essing,imageprocessing,radarsignalprocessing,computerandmultimediaandsoon.Withthedevelopmentofprogrammablelogicdevices,makingthescaleofelectronicdesignandintegrationgreatlyimproved.IndifferentapplicationsusedifferentperformanceFFTprocessor.FPGA(FieldProgrammableGateArray)orfieldprogrammab
5、legatearray,itislarge-scaleprogrammablelogicdevices.OwingtoimprovementofFPGA'sspeedandintegration,it'spossibletorealizedigitalsignalprocessingbyhardware.FPGAuselook-uptable(LUT)structure,withastaticrandomaccessmemorySRAMconstitutesalogicfunctiongenerator,theusingofFPGAtechnologycanimprove
6、theusingofhigh-qualitycomponentstoreducedesignrisk,reducecapitalinvestment,shortenthedevelopmentcycle,andtheabilitytoparallelprocessingofdata,easytoimplementpipelinestructure.Andeasytoupgradeandimprovedesignflexibility,coupledwiththeVHDLdescriptionofaflexibleapproachandhardware-independen
7、tfeatures,allofwhichareverysuitableforimplementationofFFTalgorithm,whichmakeittobearesearchproblemthatusingVHDLachievesFFTbasedonFPGA.ThehardwarestructureincludingFFTbutterflyprocessingunit,datamemoryRAM,thecontrolmodule,thetwiddlefactormemoryROM,addressgenerator.By