JIMI 发表于 20:51

数字化语音存储与回放系统

论文编号:DZXX070  论文字数:13470,页数:41
摘要
    在数字音频技术和多媒体技术迅速发展的今天,传统的磁带语音录放系统因体积大、使用不便、放音不清晰而受到了巨大挑战。本课题提出的数字化语音录放系统,可以有效的解决传统的语音录放系统在电子与信息处理的使用中受到的限制。
 本文提出了以SST89E554RC芯片为核心的单片机子系统,用它来实现整个数字化语音存储与回放系统的逻辑控制。单片机将通过模数转换器A/D转换的数字信号送入外部存储器中,在回放时,单片机再从存储器中读出,送到数模转换器D/A转换成模拟信号输出。系统采用了键盘选择压缩方式,在字符型显示器上显示,并可实现实时语音存储与回放,性能稳定,并且界面友好。多次的测试实验表明,本系统基本满足设计要求。
 文中重点讨论了子系统的设计过程、硬件流程和软件的调试问题,研究了采用DPCM编码方式以解决因存储空间不够而引起的存储时间不够的问题。
 
关键字:单片机子系统;外部中断;A/D转换;D/A转换
ABSTRACT
 As the rapid development of digital audio technology and multi-media technology, the traditional tape desk is facing challenge for it unclear replaying and inconvenient. The topic of digital voice-recording systems. It can solve the limitation of the tradition voice system in electronic and information processing usage.
 The article has presenting a single-chip system with SST89E554RC chip as it center processing .The MCU(microcontroller) system is used to control the logic of the digital voice storage and replay system. When the voice system is in it storage state, the MCU system will send the digital signal to the RAM from the ADC (Analog to Digital Converter). When in the state of replaying, the MCU system will read the signal from the RAM (Random Access Memory), and then, send the signals into DAC (Digital to Analog Converter). After this, the signals will change into analog signal. The system has designed the keyboard selecting compression method, LCD indicating. It can also realize the real-time storing and replaying, and the surface is very friendly. The local test indicates this system satisfied basically designing required.
 The article emphasizes the designing process of the MCU system, the flow of the hardware and the debugging of software. Compression coding method, which is used to solve the limited room of the RAM, is also emphasized in it.
Keywords: MCU subsystem; external interrupt; ADC; DAC
目  录
摘要 I
ABSTRACT II
第1章 绪论 1
1.1  选题背景与意义 1
1.2  课题任务 1
第2章 设计方案论证 2
2.1  采用可编程逻辑器件来实现控制 2
2.2  采用DSK来实现控制 2
2.3  采用单片机系统来实现控制 3
2.4  小结 4
第3章 理论基础及系统要求 5
3.1  引言 5
3.2  语音系统构成 5
3.2.1  语音系统基本原理 5
3.2.2  系统组成和流程 5
3.2.3  语音系统的要求 6
3.3  控制系统任务 6
3.4  小结 6
第4章 控制系统的硬件实现 7
4.1  引言 7
4.2  单片机芯片介绍 7
4.3  单片机外围电路 10
4.3.1  存储芯片RAM62256及译码芯片74LS138 10
4.3.2  锁存器74HC573和收发器74HC245 11
4.3.3  键盘中断电路 12
4.3.4  RS-232串口电路 13
4.4  控制系统与前后通道的连接 14
4.4.1  系统与前向通道的连接 14
4.4.2  系统与后向通道的连接 15
4.5  系统的时序 16
4.6  小结 17
第5章  控制系统软件调试 18
5.1  引言 18
5.2  调试软件的介绍 18
5.2.1  Keil软件简介 18
5.3  语音系统软件的调试 19
5.3.1  控制系统软件流程 19
5.3.2  压缩编码方式 21
5.4  小结 22
第6章  总结 23
致谢 24
参考文献 25
附录1 调试程序代码 26
附录2 语音系统程序 31
附录3 硬件电路图 36
页: [1]
查看完整版本: 数字化语音存储与回放系统