语音压缩编码技术分析.doc

约56页DOC格式手机打开展开

语音压缩编码技术分析,4.1万字56页 有设计代码摘要系统分为录制语音及压缩两个模块,使用visual c++ 6.0编写。本文介绍了语音信号预测编码的数据压缩算法研究的许多方面,主要集中在语音编码的一些主要观念和设计的思想和实现方法,提供了语音编码方面研究的概论,各种语音编码技术以及g.7xx标准,还详细地叙述了有关预测编码以及adpcm...
编号:45-4600大小:523.00K
分类: 论文>计算机论文

内容介绍

此文档由会员 王芸 发布

4.1万字 56页 有设计代码
摘要

系统分为录制语音及压缩两个模块,使用Visual C++ 6.0编写。本文介绍了语音信号预测编码的数据压缩算法研究的许多方面,主要集中在语音编码的一些主要观念和设计的思想和实现方法,提供了语音编码方面研究的概论,各种语音编码技术以及G.7xx标准,还详细地叙述了有关预测编码以及ADPCM的相关知识,设计了一个在达到一定压缩比的前提下,具有较高语音质量的,用以实现进行语音压缩的软件。

关键词:语音信号,数据压缩,预测编码,ADPCM



ABSTRACT

The data compression system is divided into two modules,voice record and compression, which is using Visual C + + 6.0 to program. This paper, in the respect of a lot of being going to introduce that speech signal predictive code data compression algorithm, is focusing on some main concept of speech coding and the designing thought and realization method. It have provided the introduction of various speech coding technology and the G.7xx standards, also have narrated relevance knowledge about predictive coding and ADPCM detailed, and have designed a software for the realization of speech compression in a certain compression ratio on the premise that high voice quality of speech.

KEY WORDS speech coding, data compression, predictive coding, ADPCM
目录
摘要 I
ABSTRACT II
第一章 绪论
第二章 语音预测编码的压缩依据及标准
第三章 语音信号预测编码的算法基础
3.1预测编码(Prediction Coding)
3.2差分脉冲编码调制(DPCM)
3.3自适应差分脉冲编码调制(ADPCM)
第四章 语音预测编码的压缩系统
4.1总体设计
4.1.1 整体思想
4.1.2 程序功能模块
4.2模块的设计与实现
4.2.1 压缩模块
4.2.2 录音模块
4.3设计介绍
第五章 总结
参考文献
致谢
附录