JIMI 发表于 20:51

数字电压表的设计

论文编号:DZXX012  论文字数:11007,页数:33
摘要
 
 本毕业设计的课题是“数字电压表的设计”。主要考核单片机技术,编程能力等方面的情况。观察独立分析、设计单片机的能力,以及实际编程技能。
 本课题主要解决A/D转换、数据处理及显示控制等三个模块。控制系统采用AT89C51单片机,A/D转换采用ADC0808。
 在单片机技术迅速发展的今天,许多电子产品的生产更趋向集成化和小型化。数字电压表是电子行业中不可缺少的重要电子器件。这次实验的结果是:显示模块能够显示我需要的电压值,并且通过档位的调制扩大了原来的电压测量范围。虽然基本达成了这次实验的要求,但是还有一些方面有待改进的。比如,如何提高大电压输入时的测试精度,如何测量交流电压值。这些都是需要继续深入研究的重要内容。
关键字:单片机,AT89C51,A/D转换,ADC0809,数据处理
 
  ABSTRACT
 Graduate the program of design is "the design of digital voltmeter ". Check on the condition for the aspects such as Chip Processor technology and programming ability mainly. Observe actual programming ability as well as the ability of independent analysis and design Chip Processor.
 This program solves the data handling and conversion of A/D mainly and shows the 3 modular such as control. Control system adopts AT89C51 only flat machine, the conversion of A/D adopts ADC0808.
 In Chip Processor technology booming today,Both that of many electronic products production still tend to integration and downsizing.It was electronic vocation suffer indispensable electron device that digital voltmeter.This time experimental fell out:Display module could show me need for cost, and through the medium of step steric modulate enlarge primary voltage measurement scope to bare.Although basic manage this time experimental require, in addition some aspect await advanced.For instance,how to bump large voltage input measuring accuracy,how about measuring alternating voltage cost up.The importance content of the these  all needs keep on lucubrate.
 
 Keyword: Chip Processor, AT89C51, A/D changes, ADC0809,Data handle. 
 
 
目录
摘要 I
ABSTRACT II
第1章 绪论 1
1.1 课题背景及重要意义 1
1.1.1 课题的背景 1
1.1.2 课题的意义 3
1.1.3 数字电压表的特点 4
1.1.4 数字仪表发展趋势 6
1.2 课题设计的目标 7
第二章 设计方案论证 8
2.1总体设计 8
2.2硬件电路设计 8
2.3软件设计 9
第三章 系统硬件设计 10
3.1功能要求及设计目标 10
3.3系统硬件电路设计 10
3.4 主要硬件功能及介绍 15
3.4.1 ADC0809 15
3.4.2 AT89C51 18
第四章 系统软件设计 22
4.1 程序的函数定义 22
4.2 数据处理子程序 22
4.3 显示子程序 23
4.4 系统性能分析与扩展 23
第五章 毕业设计总结 24
致谢 25
参考文献 26
附录 27
附录一 数字电压表单片机源程序 27
附录二 设计图 30
页: [1]
查看完整版本: 数字电压表的设计