JIMI 发表于 20:51

简易数字频率计的设计与实现

论文编号:DZXX165  论文字数:13492,页数:60
摘要
 频率是电子技术领域内的一个基本参数,同时也是一个非常重要的参数,它与许多电参量的测量方案、测量结果都有十分密切的关系,因此频率测量在科技研究和实际应用中的作用日益重要。
 本频率计设计是基于51系列单片机芯片的设计思想来实现的,充分利用AT89S52本身硬件资源,形成最小硬件系统,对输出不同波形的信号进行频率测量。电路显示部分以HD7279A为元件与六位共阴数码管构建的电路;波形变换整形部分是基于555定时器的施密特触发器组建的电路;软件部分的单片机控制程序,是用C51语言编写而成,并采用不同测段方式来提高测量精度,把测量结果在LED数码管上显示。
 
关键词: 频率计,单片机,HD7279A,施密特触发器
ABSTRACT
    Frequency is a basic parameter of electron technology field, but also a very important parameter. It is very closely related with many measurement scheme and measurement results of electricity parameter. So the Frequency measurement plays a more important role in science and technology research and actual application.
    This frequency meter designs is based on the designing thought of the 51 series single-chip to achieve, it makes full use of self hardware resources AT89C52, forming a minimum hardware system, to measure the output frequency of different waveforms signals. The circuit demonstrates apart is built up by the circuit of HD7279A element and three-position digital tube. The waveform changing and shaping apart is based on the circuit of Schmidt trigger which made up of 555 Timer. The single-chip controlling program of the software apart is written by the C51. And adopt different way of measuring paragraph to promote the measurement accuracy, and display the measurement results on the LED.
 Keywords: frequency meter, single-chip, HD7279A, Schmidt trigger

目  录
摘要 I
ABSTRACT II
第1章 引言 1
1.1 背景 1
1.2 研究内容 2
第2章 元件介绍 4
2.1 AT89S52简介 4
2.1.1 概述 4
2.1.2 主要性能 4
2.1.3 引脚说明 5
2.2 HD7279A简介 7
2.2.1 概述 7
2.2.2 引脚介绍 8
2.2.3 常用电路图 11
2.3 555定时器简介 12
2.3.1 概述 12
2.3.2 内部结构 12
2.3.3 工作原理 13
第3章 硬件系统设计 14
3.1 系统设计原理 14
3.1.1 测周期法与测频率法简介 14
3.1.2 设计原理与思路 15
3.2 系统主要功能要求 15
3.3 系统模块化分析 16
3.3.1 主电路部分 16
3.3.2 显示电路部分 17
3.3.3 信号预处理部分 18
3.3.4单片机的复位和时钟电路 19
第4章 软件系统设计 20
4.1 概述 20
4.2 流程图 21
4.3 子程序模块 22
4.3.1 HD7279A驱动程序 22
4.3.2 数码管的显示程序 25
4.3.3 测频率模块程序 26
第5章 系统调试结果 30
第6章 结束语 32
致谢 33
参考文献 34
附录1 实物图 35
附录2 源代码 38
页: [1]
查看完整版本: 简易数字频率计的设计与实现