本科毕业论文---基于modelsim的fft算法的设计.docVIP

  • 1
  • 0
  • 约5.7万字
  • 约 63页
  • 2016-12-08 发布于辽宁
  • 举报

本科毕业论文---基于modelsim的fft算法的设计.doc

摘 要 快速傅立叶变换(FFT)作为时域和频域转换的基本运算,是数字谱分析的必要前提。传统的FFT使用软件或DSP实现,高速处理时实时性较难满足,因此专用集成电路(ASIC)和可编程逻辑器件(以现场可编程门阵列FPGA为代表)应运而生。速度上ASIC更占优势,但是随着点数的增加,芯片面积将迅速扩大,也就意味着成本的提高。而FPGA内部含有硬件乘法器,大量的存储单元和可编程I/O,十分适合于FFT处理器的实现,而且相对ASIC,成本低廉,可以反复编程,便于调试,也更具市场竞争力。 本文应用Verilog语言完成32点基-2复数的FFT处理系统设计,包括蝶形运算单元设计、存储单元设计、块浮点单元设计、地址产生单元设计、功能切换单元设计以及时序控制单元的设计工作。以选取的FPGA器件库为基础,使用modelsim软件进行仿真,并对结果进行分析。 关键词:快速傅立叶变换;Verilog;单元设计;modelsim仿真 Abstract Fast Fourier Transform is a necessary precondition of digital spectral analysis as the basic computing between the time domain and frequency domain. The traditional FFT uses software or DSP to realize, which is difficult to meet real-time in high speed processing. Application specific integrated circuit (ASIC) and programmable logic device (represented by field programmable gate array, FPGA) arises at the historic moment. ASIC has the advantage in the speed, but the chip area will expand rapidly with the processing points increasing, which means the improvement of costs. While FPGA contains hardware multipliers, massive memory cells and programmable I/O, so it is very suitable for implementation of FFT processor. Therefore, FPGA is low-cost, easy to debug and can be repeatedly programmed. It has more market competitiveness. Use Verilog language completed 32 points 2 complex FFT processing system design, Including butterfly computing unit design, storage unit design, block floating-point unit design, the address generation unit design, the function switch unit design and timing control unit design work . On the basis of the selected library as the FPGA device, use the modelsim simulation software, and analyze the results. Key Words:FFT;Verilog;Unit design;modelsim simulation 目 录 1 绪论 1 1.1 课题的背景及意义 1 1.2 FFT的国内外发展研究现状 2 1.2.1 通用数字信号处理芯片 2 1.2.2 专用集成电路芯片ASIC 3 1.2.3 可编程逻辑器件 3 1.3 篇章结构 5 2 离散福利叶变换的快速算法的基本理论 6 2.1 基-2FFT算法 6 2.2 定点数的相关概念 15 2.2.1 定点数的定义 15 2.2.2 定点数加减法的溢出及检测方法 15 2.3 定点数的定标 16 2.4 有限字长效应 16 2.5 块浮点数 17 3 FFT的算法设计 18 3.1 FFT处

文档评论(0)

1亿VIP精品文档

相关文档