文档介绍:毕业设计
中文题目数字频率计的设计
英文题目The design of digital frequency meter
系别: 电子与电气工程系
年级专业: 电子信息工程
姓名:
学号:
指导教师:
职称:
毕业设计(论文)诚信声明书
本人郑重声明:在毕业设计(论文)工作中严格遵守学校有关规定,恪守学术规范;我所提交的毕业设计(论文)是本人在指导教师的指导下独立研究、撰写的成果,设计(论文)中所引用他人的文字、研究成果,均已在设计(论文)中加以说明;在本人的毕业设计(论文)中未剽窃、抄袭他人的学术观点、思想和成果,未篡改实验数据。
本设计(论文)和资料若有不实之处,本人愿承担一切相关责任。
学生签名:
2011 年 5 月日
摘要
现代电子设计技术的核心已日趋转向基于计算机的电子设计自动化技术,即EDA技术。它与电子技术、微电子技术的发展密切相关,并且吸收了计算机科学领域的大多数最新研究成果,以高性能的计算机作为工作平台,促进了工程发展。而在电子技术领域内,频率是最基本的参数之一,它与许多电参量的测量方案、测量结果都有十分密切的关系。
本文简单介绍了EDA技术的发展概况,FPGA开发的涵义及硬件描述语言,通过对等精度频率计的测频原理的分析,确定了以FPGA为核心的等精度频率计的设计。
本设计包括FPGA和单片机两大部分。在FPGA部分中,对待测频率和标准频率同时进行计数,然后通过8选1数据选择器输出。而单片机部分主要是对输出的数据进行处理,然后通过8位数码管显示待测的频率值。FPGA部分采用了VHDL语言编写了各模块的电路,选用的开发环境是QuartusⅡ。而单片机部分采用了C51编写了软件。
该频率计具有精度高,操作方便,读数方便等优点,具有较强的实用性。
关键词:EDA,VHDL语言,数字频率计
Abstract
The core of modern electronic design technology has been turning puter based on electronic design automation technology ,that calls EDA
technology . The EDA technology, which is closely connected with the electronic technology, microelectronics technology puter science, can be used in designing electronic product automatically. In the field of electronic technology , frequency is one of the most basic parameters, it has very close relationship with the parameters of many measurement schemes and measuring results .
This paper briefly introduced the EDA technology, the development of FPGA and the hardware description the analysis of the high-accuracy digital frequency meter's theory ,I decided to design one based on FPGA .
The design of system consists of FPGA and MCU. In the FPGA section, make the tested frequency and standard frequency count at the same time, then let the count value out by the Data MCU's function is processing the output data, and then display the tested frequency by the 8-bit led . The FPGA's function is realized by platform of development is Quartus Ⅱ.The MCU's function is realized by platform of development is Keil