1 / 52
文档名称:

函数发生器的软件设计 毕业论文.doc

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

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

分享

预览

函数发生器的软件设计 毕业论文.doc

上传人:miao19720107 2017/11/24 文件大小:1.15 MB

下载得到文件列表

函数发生器的软件设计 毕业论文.doc

相关文档

文档介绍

文档介绍:题目函数发生器的软件设计
专业学号姓名
设计的主要内容:
1利用AT89C51、DAC0832等芯片对函数发生器进行设计,使之能产生正弦波、方波、三角波。
2设计软件总程序和具体的正弦波、三角波、方波产生子程序。
3掌握正弦波、方波、三角波三种波形发生的原理。
基本要求:
1能产生正弦波、方波、三角波三种波形,波形的频率可调,输出幅度的可调,并且具有显示功能。
2英文翻译不少于5000字符。
3资料综述不少于3000字符。
4中英文摘要不少于200字符。
主要参考资料:
1蔡明生电子设计北京高等教育出版社
2全国大学生电子设计竞赛组委会第五届全国大学生电子设计竞赛获奖作品选编北京北京理工大学出版社
3张毅坤陈善久裘雪红单片微型计算机原理及应用西安西安电子科技大学出版社 1998
完成期限:2011年2月28日到2010年6月10日
指导教师签章:
专业负责人签章:
2011年 2 月 26
函数发生器的软件设计
摘要
函数发生器是一种多波形的信号源,它可以产生正弦波,方波,三角波等任意波形,在电子行业中应用很广泛。本设计是设计一个基于单片机的函数发生器的软件设计,利用AT89C51单片机产生正弦波,方波,三角波三种波形,用C语言编程,程序中包括中断子程序,显示子程序,键盘扫描子程序等功能子程序,正弦波用查表法编程,利用改变查询两点之间的时间改变频率,程序也可控制幅度的改变,方波和三角波程序简单,将在论文中详解,最后输出的波形利用DAC0832进行数/模转换,用LCD显示幅度和频率。本设计是以软件介绍为主,对各个程序的编写调试都有很好的介绍。
关键词函数发生器单片机数/模转换
Function Generator Software
ABSTRACT
Function Generator is a multi-wave signal source, which can produce sine, square, triangular wave arbitrary waveform applications in the electronics industry is extensive. This design is to design a microcontroller based function generator of software design, use of microcontroller AT89C51 produce sine, square, triangle of three waveforms, using C language programming, the program includes interrupt routines, display routines, the keyboard scan subroutine features such as subroutines, sine wave method with the lookup table programming, using the time change the query to change the frequency between two points, the program can also control the rate of change, square wave and triangular wave procedure is simple, Xiang Jie in the paper, the final output waveform for use DAC0832 D / A converter, with LCD display amplitude and frequency. The design is based on software, the main presentation, the preparation of each program has a very good introduction to debugging.
KEYWORDS Function Generator SCM D / A converter
目录
摘要 I
ABSTRACT II
1 绪论 1
设计背景 1
单片机的应用 1
2 系统设计方案 3
系统分析 3
功能定义 3
可行性分析 3
系统需求分析 4
系统功能要求 4
系统性能要求 4
总体方案设计 4
3 硬件设计 6
总体硬件设计 6