1 / 51
文档名称:

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

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

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

分享

预览

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

上传人:酒酿小樱桃 2016/7/19 文件大小:0 KB

下载得到文件列表

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

相关文档

文档介绍

文档介绍:题目函数发生器的软件设计专业学号姓名设计的主要内容: 1 利用 AT89C51 、 DAC0832 等芯片对函数发生器进行设计,使之能产生正弦波、方波、三角波。 2设计软件总程序和具体的正弦波、三角波、方波产生子程序。 3掌握正弦波、方波、三角波三种波形发生的原理。基本要求: 1能产生正弦波、方波、三角波三种波形,波形的频率可调,输出幅度的可调,并且具有显示功能。 2英文翻译不少于 5000 字符。 3资料综述不少于 3000 字符。 4中英文摘要不少于 200 字符。主要参考资料: 1蔡明生电子设计北京高等教育出版社 2全国大学生电子设计竞赛组委会第五届全国大学生电子设计竞赛获奖作品选编北京北京理工大学出版社 3 张毅坤陈善久裘雪红单片微型计算机原理及应用西安西安电子科技大学出版社 1998 完成期限: 201 1年2月 28 日到 2010 年6月 10日指导教师签章: 专业负责人签章: 2011 年2月 26 函数发生器的软硬件设计 I 函数发生器的软件设计摘要函数发生器是一种多波形的信号源,它可以产生正弦波,方波,三角波等任意波形, 在电子行业中应用很广泛。本设计是设计一个基于单片机的函数发生器的软件设计,利用 AT89C51 单片机产生正弦波,方波,三角波三种波形,用 C 语言编程,程序中包括中断子程序,显示子程序,键盘扫描子程序等功能子程序,正弦波用查表法编程,利用改变查询两点之间的时间改变频率,程序也可控制幅度的改变,方波和三角波程序简单, 将在论文中详解,最后输出的波形利用 DAC0832 进行数/ 模转换,用 LCD 显示幅度和频率。本设计是以软件介绍为主,对各个程序的编写调试都有很好的介绍。关键词函数发生器单片机数/模转换函数发生器的软硬件设计 II Function Generator Software ABSTRACT Function Generator isa 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 AT89 C51 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. K EYWORDS Function Generator SCM D/A converter 函数发生器的软硬件设计 1 目录摘要······················································································· I ABSTRACT ······························································