1 / 39
文档名称:

毕业设计(论文)-基于单片机的等精度频率计设计.doc

格式:doc   页数:39
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

毕业设计(论文)-基于单片机的等精度频率计设计.doc

上传人:3346389411 2013/11/1 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-基于单片机的等精度频率计设计.doc

文档介绍

文档介绍:摘要
频率测量是电子学测量中最为基本的测量之一。频率计主要是由信号输入和放大电路、单片机模块、分频模块及显示电路模块组成。AT89C51单片机是频率计的控制核心,来完成它待测信号的计数,译码,显示以及对分频比的控制。利用它内部的定时/计数器完成待测信号频率的测量。
在整个设计过程中,所制作的频率计采用外部分频,实现10Hz~2MHz的频率测量,而且可以实现量程自动切换流程。以AT89C51单片机为核心,通过单片机内部定时/计数器的门控时间,方便对频率计的测量。其待测频率值使用LCD液晶显示器显示,并可以自动切换量程。本次采用单片机技术设计一种数字显示的频率计,具有测量准确度高,响应速度快,体积小等优点。
关键词: 频率计单片机计数器量程自动切换
Abstract
Frequency measurement is the most basic measurement in Electronic field. Frequency meter is posed of a signal input and an amplifying circuit, SCM module, frequency module and a display circuit module. AT89C51 MCU is the control core frequency of dollars plete its count of the signal under test, decoding, display and control of the frequency division ratio. Using its internal timer or counter plete the signal of the under test cycle / frequency of measurement.
Throughout the design process, periodic measurement of the frequency meter application and the corresponding mathematical treatment to achieve 10Hz ~ 10 KHz frequency measurements, and can automatically switch the flow to achieve scale. To the core of AT89C51 microcontroller, with the MCU internal timer / counter gate time, it can be easier for frequency measurement. The use of puter technology to design a digital display of frequency meter, have a measurement of high accuracy, fast response, small size and so on.
Keywords:Frequency meter, Single chip puter, Counter, Automatic range switching
目录
摘要 I
Abstract II
目录 III
前言 1
1 频率计简介 2
频率计概述 2
频率计发展与应用 2
频率计设计内容 3
2 设计原理与总体方案设计 4
测频原理简介 4
4
4
3 系统硬件电路单元电路设计 7
AT89C51主控制器模块 7
AT89C51的介绍: 7
复位电路及时钟电路 8
单片机系统 9
电源模块 10
直流稳压电源的基本原理 10
电源电路设计 12
电平转换模块 12
分频模块 13
分频电路分析 13
分频电路 14
数据选择器74151 15
显示模块 16
LCD1602简介 16
LCD1602接口应用 18
LCD的指令说明 19
基本操作时序 20
1602显示电路 21
总体电路图 22
4 系统软件设计 25
等精度频率计的算法设计 25
软件模块设计 25
中断服务子程序 27
主程序流程图 28
程序清单 29
4