资料详情

基于FPGA的信号发生器设计(代码+论文+开题报告)

头像

FPGA

编号:5882

基于FPGA的信号发生器设计

 

摘要信号发生器在各种实验和测试中是必不可少的器件,同时在生产和科技领域中有着广泛的运用,例如在通信、控制、雷达、教学、军事等领域。本次设计的内容是基于FPGA的信号发生器设计,要求用EAD技术设计一个信号发生器,此信号发生器的实现是利用EDA的硬件描述语言VHDL产生各个模块,然后在Altera公司提供的FPGA/CPLD开发集成环境的Quartus II软件上实现波形的编译、仿真、下载到Cyclone芯片上。信号发生器由波形产生模块、频率调节模块和波形选择模块组成,波形产生模块可以产生三角波、正弦波、方波、阶梯波、递增斜坡、递减斜坡、自定义波形等,通过波形选择模块和频率调节模块可以选择自己所需要的波形和调节一定的频率。

 

关键字:信号发生器;FPGAEDAVHDLQuartus

 FPGA implementation of signal generator

 

Abstract:The signal generator is a essential device in various experiments and tests, at the same time, it widely used in the production and technology field, such as communications, controlling, radar, teaching, military and other fields. The content of this design is the signal generator’s implementation of FPGA, it required to design a signal generator with EAD technology, which used EDA’s hardware description language VHDL to produce each modules, and then achieved the compilation, simulation and downloads of the waveform to the Cyclone chip by using Quartus II software on the integrated development environment of FPGA / CPLD which provided bycompany Altera. The signal generator contains the waveform generator module, frequency adjustment module and waveform selection module. The waveform generator module can produce triangular wave, sine wave, square wave, staircase, ascending slope, descending ramp, custom waveforms, etc., and the waveform selection module and the frequency adjustment module can select the waveform in their needs and adjust the certain frequency.

 

 

Keywords: Signal Generator; FPGA; EDA; VHDL; Quartus

 

目录

基于FPGA的信号发生器设计 I

摘要 I

Abstract: II

2绪论 2

1.1 信号发生器的研究意义与内容 2

1.2 信号发生器的发展现状和前景展望 3

1.3 信号发生器的总体设计思路 4

2 设计简介 5

2.1 FPGA简介 5

2.2VHDL硬件描述语言介绍 7

2.3QuartusII软件介绍 9

2.4 RLT级仿真 10

3 章系统硬件电路设计 11

3.1信号发生器的系统组成 11

3.2设计原理 12

3.3输入部分 13

3.3 D/A数模转换部分 15

4 章系统的软件设计 17

4.1系统软件流程图 17

4.2系统各模块 18

4.2.1 三角波产生模块 18

4.2.2 递减斜坡产生模块 20

4.2.3递增斜坡产生模块 22

4.2.4 方波产生模块 24

4.2.5 阶梯波产生模块 26

4.2.6 正弦波产生模块 28

4.2.7 自定义波形产生模块 34

4.2.8 波形选择器产生模块 36

4.2.9 频率调节器产生模块 39

4.2.10 主控制器产生模块 41

4.3引脚锁定 45

5 信号发生器的仿真 47

5.1递增斜坡的仿真结果及分析 47

5.2递减斜坡的仿真结果及分析 47

5.3 三角波的仿真结果及分析 48

5.4正弦波的仿真结果及分析 49

5.5方波的仿真结果及分析 49

5.6 阶梯波的仿真结果及分析 50

5.6 自定义波形的仿真结果及分析 50

参考文献 51