单片机控制多功能信号发生器.doc

    
约34页DOC格式手机打开展开

单片机控制多功能信号发生器, 1.15万字我自己的毕业论文,原创的,已经通过校内系统检测,仅在本站独家出售,重复率低,大家放心下载使用 摘要 单片微型计算机作为微型计算机的一个很重要的分支,自其诞生以来,凭借其极高的性价比以及高集成度,体积小,高可靠性、控制功能强等一系列人所共知的优点,越来越多的工程技术人员在工程设计中...
编号:99-423042大小:1.51M
分类: 论文>通信/电子论文

内容介绍

此文档由会员 淘宝大梦 发布

单片机控制多功能信号发生器

1.15万字
我自己的毕业论文,原创的,已经通过校内系统检测,仅在本站独家出售,重复率低,大家放心下载使用

摘要 单片微型计算机作为微型计算机的一个很重要的分支,自其诞生以来,凭借其极高的性价比以及高集成度,体积小,高可靠性、控制功能强等一系列人所共知的优点,越来越多的工程技术人员在工程设计中青睐单片机。现阶段,单片机已经广泛的应用在智能仪器仪表、机电设备过程控制、自动检测、家用电器和数据处理等各个领域。
论文设计的是一个由单片机控制的多功能信号发生器。设计目标是使大学生通过这一实践环节,增强单片机扩展接口设计及其实际应用能力。设计需要完成的主要功能有:单片机所需平稳电压的获得,8K字节固化程序存储能力以及功能的拓展,七段数码显示器,3×4的12位矩阵键盘,波形产生与电压变换功能,具有8位精度的D/A转换功能,时钟电路与复位电路以及相关的软件设计。
本设计以 Intel 8031单片机为核心,配备相应的外设电路,用汇编语言进行开发,组成一个多功能信号发生器。硬件电路设计包含三部分内容:一是电源部分设计;二是系统扩展,即单片机内部的功能单元(如ROM、I/O、定时/计数器、中断系统等)容量不能满足应用系统要求时,必须进行片外扩展,选择适当芯片,设计适当电路;三是系统配备,即按照系统要求配备外设,如键盘、LED显示等。
关键词:单片机 控制信 号发生器

Multi-functional singal-generator Control By Singal-chip Micro-computer

Abstract Single chip microcomputer (SCM) as an important branch of microcomputer, since it was born to now, with its high cost performance, and the advantages of a series of consensus by attention by more and more engineering and technical personnel.Now, single-chip microcomputer has been widely used in intelligent instruments and meters, electrical and mechanical equipment, process control, automatic detection, each respects such as household appliances and data processing.
Thesis design is a single-chip microcomputer control of multi-function signal generator.The design purpose is to make students through this practice, ability of single-chip microcomputer extended interface design and its practical application.The software of this system can be run in DOS and Windows series of operating system platform.
This system with Intel 8031 single chip microcomputer as the core, configure corresponding peripheral interface circuit, using assembly language development, consisting of a single chip microcomputer control multi-function signal generator.Hardware circuit design includes three parts: part one is the power design;Second is the extension system, namely the internal functions of the microcontroller unit (such as ROM, I/O, timer/counter, interrupt system, etc.) capacity can not meet the requirement of the application system, must be to scale out, choosing appropriate chip, design appropriate circuit.Three is the system configuration, that is, according to the function demand of peripherals, such as keyboard, D/A conversion, etc.
Key words: single chip microcomputer Control Signal generator

目录
第一章 绪论 5
1.1研究的背景、意义 5
1.2本课题主要的研究内容 5
第二章 系统设计 6
2.1 总体硬件电路设计 6
2.2 Intel 8031单片机介绍 7
第三章 系统硬件设计 8
3.1电源设计 8
3.2存储器接口设计 10
3.3显示器接口设计 12
3.4键盘接口设计 13
3.4.1键盘输入的作用 13
3.4.2键盘工作原理 14
3.4.3按键的识别方法 14
3.4.4键盘的工作方式 14
3.4.5键值的确定 15
3.5 波形产生与电压交换 15
第四章 系统软件设计 17
4.1 软件总体设计 17
4.2 功能软件设计 18
4.2.1 初始化程序设计 18
4.2.2 键盘扫描及处理程序 18
4.2.3 中断服务程序 21
4.2.4 波形发生程序 23
第五章 系统测试 29
5.1 系统使用说明 29
5.2 Proteus仿真结果 31
结 论 33
致 谢 34
参考文献 35