第一范文网 - 专业文章范例文档资料分享平台

语音信号处理毕业设计论文

来源:用户分享 时间:2025/5/23 18:14:44 本文由loading 分享 下载这篇文档手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:xxxxxxx或QQ:xxxxxx 处理(尽可能给您提供完整文档),感谢您的支持与谅解。

摘 要

语音信号处理属于信息科学的一个重要分支,大规模集成技术的高度发展和计算机技术的飞速前进,推动了这一技术的发展。在数字音频技术和多媒体技术迅速发展的今天,传统的磁带语音录放系统因体积大、使用不便、放音不清晰而受到了巨大挑战。本课题组提出的体积小巧,功耗低的数字化语音存储与回放系统,可以有效的解决传统的语音录放系统在电子与信息处理的使用中受到的限制。

本文提出了以SST89E554RC芯片为核心的单片机小系统,用它来实现整个数字化语音存储与回放系统的逻辑控制。单片机将通过模数转换器A/D转换的数字信号送入外部存储器中,在回放时,单片机再从存储器中读出,送到数模转换器D/A转换成模拟信号输出。系统采用了键盘选择压缩方式,在字符型显示器上显示,并可实现实时语音存储与回放,性能稳定,并且界面友好。多次的测试实验表明,本系统基本满足设计要求。

文中重点讨论了小系统的设计过程、硬件流程和软件的调试问题,研究了采用DPCM编码方式以解决因存储空间不够而引起的存储时间不够的问题。

关键字:单片机小系统;外部中断;A/D转换;D/A转换;IAP;DPCM

I

Abstract

Voice processing is an important branch of information science. The technology has improved a lot with the high development of the large scale integration technology and the computer science technology. 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. Our design, digital voice storage and replay system, proposed the volume is exquisite, the power loss low. 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 system; external interrupt; ADC; DAC; IAP; DPCM

II

目 录

摘 要 ................................................................ I Abstract ............................................................. II 绪 论 ................................................................ 1 第1章 理论基础及系统要求 ............................................ 2

1.1 引言 .......................................................... 2 1.2 语音系统构成 .................................................. 2

1.2.1 系统基本原理 ............................................ 2 1.2.2 系统组成和流程 .......................................... 2 1.2.3 语音系统的要求 .......................................... 3 1.3 控制系统任务 .................................................. 3 1.4 本章小结 ...................................................... 4 第2章 控制系统硬件设计 .............................................. 5

2.1 引言 .......................................................... 5 2.2 设计方案论证 .................................................. 5

2.2.1 采用可编程逻辑器件来实现控制 ............................ 5 2.2.2 采用DSK来实现控制 ...................................... 6 2.2.3 采用单片机系统来实现控制 ................................ 7 2.3 控制系统整体设计 .............................................. 7 2.4 本章小结 ...................................................... 8 第3章 控制系统硬件的实现 ............................................ 9

3.1 引言 .......................................................... 9 3.2 单片机芯片介绍 ................................................ 9 3.3 单片机外围电路 ............................................... 11

3.3.1 存储芯片RAM62256及译码芯片74LS138 ..................... 11 3.3.2 锁存器74HC573和收发器74HC245 .......................... 12 3.3.3 键盘中断电路 ........................................... 13 3.3.4 RS-232串口电路 ......................................... 13

III

3.4 控制系统与前后通道的连接 ..................................... 14

3.4.1 系统与前向通道的连接 ................................... 14 3.4.2 系统与后向通道的连接 ................................... 15 3.5 系统的时序 ................................................... 16 3.6 本章小结 ..................................................... 17 第4章 控制系统软件调试 ............................................. 18

4.1 引言 ......................................................... 18 4.2 调试软件的介绍 ............................................... 18

4.2.1 Keil软件简介 ........................................... 18 4.2.2 BSL软件简介 ............................................ 19 4.3 测试程序的调试及结果 ......................................... 20

4.3.1 控制系统的测试 ......................................... 20 4.3.2 测试程序的调试 ......................................... 20 4.4 语音系统软件的调试 ........................................... 21

4.4.1 控制系统软件流程 ....................................... 21 4.4.2 压缩编码方式 ........................................... 22 4.4.3 语音系统软件调试 ....................................... 23 4.5 本章小结 ..................................................... 23 第5章 语音系统联调 ................................................. 24

5.1 引言 ......................................................... 24 5.2 系统联调方法 ................................................. 24

5.2.1 电路连接 ............................................... 24 5.2.2 整机调试 ............................................... 24 5.3 联调结果及分析 ............................................... 25 5.4 本章小结 ..................................................... 25 总 结 ............................................................... 26 致 谢 ............................................................... 27 参 考 文 献 .......................................................... 28

IV

附录(一)系统硬件图 ................................................. 29 附录(二)测试程序 ................................................... 30 附录(三)语音系统程序 ............................................... 35

V

搜索更多关于: 语音信号处理毕业设计论文 的文档
语音信号处理毕业设计论文.doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印
本文链接:https://www.diyifanwen.net/c5t5tq0xpng6cyp27lz4y3h0qq02udc01btj_1.html(转载请注明文章来源)
热门推荐
Copyright © 2012-2023 第一范文网 版权所有 免责声明 | 联系我们
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ:xxxxxx 邮箱:xxxxxx@qq.com
渝ICP备2023013149号
Top