基于单片机的语音存储与回放装置设计(含电路图,PCB图,程序)

基于单片机的语音存储与回放装置设计(含电路图,PCB图,程序)(任务书,开题报告,外文翻译,论文说明书13200字,电路图,PCB图,程序)
摘 要
在智能仪器仪表或自动控制设备中,增加语音功能能极大地提高人机界面的友好性,方便用户操作。在许多场合需要将语音合成、语音识别、语音存储和回放技术以及单片机结合在一起。
常规的模拟化语音处理装置能实现语音的存储与回放功能,但效果不是很理想。本文采用了Flash单片机STC89C52及数码语音芯片ISD4004组成的数字化的语音存储与回放装置。单片机是该装置的控制中心,它主要实现以下的功能:一方面控制按键识别和功能选择;另一方面控制ISD4004语音芯片的录音和放音过程,实现语音的存储和回放。
本设计首先给出了装置的硬件电路,接着结合硬件电路编写了录、放音控制程序,最后,对本设计进行总结与展望。
关键词:STC89C52单片机 ISD4004语音芯片 语音存储 语音回放
DESIGN OF VOICE STORAGE AND PLAYBACK DEVICE BASED ON SINGLE CHIP MICROCOMPUTER
ABSTRACT
In the area of intelligent instruments and automatic control equipments, the system with the Voice function can greatly increase the friendliness of the man-machine interface, and is also convenient for users to operate. In many situations, designers need to integrate the Voice synthesis, the Voice recognition and the Voice storage and playback technology with the MCU. [来源:http://www.doc163.com]
The common analog-signal digitalize processing system can realize the function of voice storage and playback. But the effects are not very good. This dissertation designs the digital Voice system composed of flash micro-controller STC89C52 and digital audio chip ISD4004. MCU is the control center of the system, it is mainly to achieve the following functions: the keystroke identification and the function selection; Voice storage and playback by using the digital audio chip ISD4004.
Firstly, this dissertation designs the hardware circuit of the system. And then compiles the control program of record and playback. At last, the summary and prospects of the design was presented.
Key words: STC89C52 ; ISD4004 ;Voice storage ; Voice play
[版权所有:http://DOC163.com]





目录
摘 要 I
ABSTRACT II
目录 III
第一章 绪论 1
1.1 课题的研究背景及意义 1
1.2 语音录放现今发展状况 1
1.3 课题研究内容介绍 2
第二章 语音录放装置总体设计 3
2.1 总体方案论证 3
2.2 单片机的选择 4
2.3 语音芯片选择 5
第三章 语音录放装置各部分组成结构与引脚介绍 7
3.1 STC89C52单片机 7
3.2 ISD4004语音芯片 9
3.2.1 ISD4004的引脚功能 10
3.2.2 ISD4004的操作模式 11
3.2.3 ISD4004的分段录放音 12
3.3 LM386集成功率放大器 12
3.4 DS1302时钟 14
3.4.1 工作原理 14
3.4.2 结构 14
3.5 晶振 15
[资料来源:http://Doc163.com]
3.5.1 工作原理 15
3.5.2 功能作用 16
第四章 语音录放装置硬件电路设计 17
4.1 装置硬件电路总体设计 17
4.2 ISD4004语音电路设计 17
4.3 功放电路设计 18
4.4 晶振电路 19
4.5 复位电路设计 19
4.6 整体电路设计图 20
第五章 语音录放装置软件设计 22
5.1 主要变量说明 22
5.2 主程序工作原理及流程图 23
5.3 子程序流程图及代码 24
5.3.1 录音子程序 24
5.3.2 放音子程序 26
第六章 结语 27
参考文献 28
附 录 30
致谢 48
下一篇:公交车LED文字显示装置设计