优秀的毕业设计论文网
计算机 JAVA 电子信息 单片机 机械机电 模具 土木工程 建筑结构 论文
热门搜索词:网络 ASP.NET 汽车 电气 数控 PLC

基于单片机的音乐播放器的设计

以下是资料介绍,如需要完整的请充值下载.
1.无需注册登录,支付后按照提示操作即可获取该资料.
2.资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用.
  
资料介绍:

基于单片机的音乐播放器的设计(任务书,开题报告,论文10400字)
摘要
随着当今集成科技的不断发展和进步,市场上出现了各种形形色色的音乐播器。本文分析了音乐播放器的功能和工作原理,设计实现了一个基于单片机的音乐播放器。
论文介绍了音乐播放器硬件设计和软件设计的方法以及单片机开发环境,给出了基于MCS-51单片机的音乐播放器的具体实现方案。论文首先分析了构成音乐播放器的单片机最小系统模块、led显示器模块、键盘输入模块、扬声器模块的功能,然后阐述了如何通过软件实现音乐播放器顺序播放、循环播放、单曲播放功能以及播放时led显示乐曲序号。论文最后给出了系统的硬件调试和软件的调试过程,实现了以51单片机为控制核心的多功能音乐播放器。
关键词 :  音乐播放器  MCS-51单片机  led显示器

Music player based on single chip
Abstract
With the continuous development and progress of the integrated science and technology, there appeared a variety of music players in the market. This paper analyzes the function and working principle of the design and implementation of a music player based on MCU.

[资料来源:http://THINK58.com]


The paper introduces the method of hardware design and software design of music player, as well as the MCU development environment, and provides the concrete scheme of music player based on MCS-51 single chip. The paper firstly analyzed the composition of the music player of the MCU minimum system module, LED display module, the keyboard input module, the speaker module and the function of each module, and then presents how to realize the software of order play, broadcast cycle, single play with music player and realize the LED display when playing. Finally, the debugging process of the system hardware debugging and software are given, in order to achieve the multi-function of music player based on single chip.
Keywords: Music player; MCS-51 Single chip; Led display device 
  [资料来源:http://THINK58.com]

基于单片机的音乐播放器的设计


目录
摘 要   
ABSTRACT    II
第一章 绪论    1
1.1 引 言    1
1.2 开发环境简介    1
1.3 设计内容与目标    2
第二章 单片机播放音乐原理    4
2.1单片机产生音调的基本原理    4
2.2 音乐播放器的工作原理    4
2.2.1 音阶和节拍的计算    4
2.2.2 曲谱的制作    6
第三章 音乐播放器的硬件设计    7
3.1 单片机最小系统    7
3.1.1 单片机复位电路    7
3.1.2 单片机晶振电路    8
3.2    键盘接口电路的设计    9
3.3    LED显示接口电路的设计    10

[资料来源:http://THINK58.com]

3.4    扬声器控制电路的设计    12
3.5 硬件原理图    12
第四章 音乐播放器的软件设计    14
4.1 主控软件的设计与流程图    14
4.2 定时中断服务子程序的设计与流程图    15
4.3 键盘控制模块的设计与流程图    16
4.4 演奏乐曲模块的设计与流程图    20
第五章 系统的仿真与调试    23
5.1系统仿真    23
5.2 软件调试    24
5.2.1 测试LED显示模块    24
5.2.2 测试键盘控制模块    26
5.2.3 测试P3.0口输出    26
5.3 调试中遇到的问题及解决    27
  第六章  结 论    28
  参 考 文 献    29 [资料来源:http://THINK58.com]