1 / 37
文档名称:

毕业设计(论文)-基于单片机的智能信号发生器设计.doc

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

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

分享

预览

毕业设计(论文)-基于单片机的智能信号发生器设计.doc

上传人:3346389411 2013/4/12 文件大小:0 KB

下载得到文件列表

毕业设计(论文)-基于单片机的智能信号发生器设计.doc

文档介绍

文档介绍:本科毕业设计(论文)

题目基于单片机的智能信号发生器设计
学生姓名
专业班级
学号
院(系)
指导教师
完成时间
基于单片机的智能信号发生器设计
摘要
本文所设计的系统是利用AT89S52单片机和数模转换器件DAC0832产生所需不同信号的低频信号源,即采用AT89S52 单片机作为控制核心,而在外围采用数字/模拟转换电路(DAC0832)、运放电路(LM324)、按键和LED显示灯电路等,通过按键可控制产生方波、锯齿波、三角波、正弦波,同时用LED显示灯指示对应的波形输出。
文中简要介绍了DAC0832数模转换器的结构原理和使用方法,单片机AT89S52的基础理论,以及与电路设计有关的各种芯片,并着重介绍了利用单片机控制D/A转换器产生上述信号的硬件电路设计和软件编程。
本文所设计的系统设计简单、性能优良、性价比高,可用于多种需要低频信号源的场所,具有一定的实用性。
关键词单片机信号发生器 D/A转换运算放大
Design of intelligent signal generator based on single chip
ABSTRACT
This article by design of system is using AT89S52 single tablets machine and array die conversion devices DAC0832 produced by required different signal of low frequency signal source, is used AT89S52 single tablets machine as control core, and in perimeter used digital/simulation conversion circuit (DAC0832), and operational amplifiercircuit (LM324), and press and LED display lamp circuit,, by press can control produced square, and sawtooth wave, and triangle wave, and sine wave, while with LED display lamp indicates corresponds of waveform output.
Brief introduction of DAC0832 in the text structure and the use method of digital-analog converter, basic theory of single-chip puter AT89S52, and chip and circuit design, and focus on using d/a converter producing such signals on single chip puter design of hardware circuit and software programming.
This simple system designed by design, excellent performance, cost-effective, places with low frequency signal source can be used for a variety of needs, with a certain degree of practicality.
Key words The single puter The signal generator D/ A conversion Operational amplifier
目录
中文摘要 I
英文摘要 II
1 绪论 1
2 系统设计 3
系统方案的选择 3
控制芯片的选择 3
3 系统硬件设计 4
基本原理 4
单片机介绍及资源分配 4
单片机的介绍 4
资源分配 9
各部分电路原理 9
键盘电路原理 9
LED显示电路原理 11
DAC0832芯片原理 12
LM324工作原理 15
4 系统软件设计 17
主程序流程图 17
子程序流程图 18
5 测试结果 23
6 结论 25
致谢 26
参考文献 27
附录A 元件清单 28
附录B 电路原理图 29
附录C 程序清单 30
1 绪论