毕业设计说明书(论文)中文摘要 铁路通信系统是保障铁路高效安全运行的关键系统之一,通信的语音内容需要精确记录,在需要责任认定和提供法律依据时,有着极为重要的作用。针对这一需求,本文设计了一种通信语音实时记录系统,该系统以 TMS320C5509 芯片为核心处理器件,采用 G.723.1双速率语音算法对语音信号进行实时压缩处理。本文着重研究 G.723.1 编解码算法的原理并分析了 ITU(国际电信联盟)的参考C 代码,结合C5509 芯片的硬件特性,在此基础上进行算法优化,运用本征函数、精简循环、合理分配存储空间等一系列进行汇编优化的措施,最终可以提高算法的执行效率。6457
关键词 G.723.1 TMS320C5509 优化技术 语音编码
毕业设计说明书(论文)外文摘要
Title Real-time System Design of Railway Speech Communications Based on TMS320C5509
Abstract
Railway communication system plays a critical role in insuring the smooth operation
of the railway system. At the same time, the accurate recording of the voice item
during the communication of railway is of vital importance when affirm the
responsibilities and evidence against law is needed. The thesis design a real-time
recording system of speech communications, it takes the TMS320C5509 as the core
process unit, with G.723.1 dual rate speech algorithm for real-time compressing
of speech signal. The thesis focuses on analyzing the basic principle of codec
algorithm and reference C codes provided by ITU (International Telecommunications
Union). Combing with the hardware features of C5509, and a series of measures
on assemble optimization such as intrinsic functions, simplifying cycle, and allocating
memory space reasonable and so on. Finally, the operate efficiency is improved.
Keywords G.723.1 TMS320C5509 optimization techniques speech coding
目 次
1 绪论 . 1
1.1 引言 1
1.2 语音编码技术发展进程 1
1.2.1 国外发展现状 . 1
1.2.2 国内发展现状 . 3
1.2.3 语音编码的分类 .. 3
1.2.4 衡量语音编码性能的主要因素 .. 4
1.3 压缩算法的选择 6
1.4 主要工作和论文的内容安排 .. 6
2 系统项目设计方案 . 7
2.1 DSP芯片选型 .. 7
2.2 音频处理芯片 .. 8
2.3 语音编码的实现环境 .. 9
3 G.723.1算法分析 . 10
3.1 G.723.1编解码器 . 10
3.1.1 编码器接口特性 . 10
3.1.2 编码延时 . 10
3.1.3 G.723.1 编码流程图 11
3.1.4 G.723.1 解码器 . 12
3.2 G.723.1算法 C代码的分析 .. 13
3.2.1 主模块CODER.C 和Unti_LBC.C 13
3.2.2 LPC.C . 13
3.2.3 LSP.C . 14 本科毕业设计说明书(论文) 第 II 页 共 III页
3.2.4 EXC_LBC.C 14
3.2.5 BASOP.C .. 15
3.3 G.723.1算法仿真的软件工具 15
4 G.723.1算法在5509DSP 上的实现 .. 17
- 上一篇:基于LabVIEW的爆炸温度场测试系统设计+文献综述
- 下一篇:城市轨道交通车站公共区导向标识系统规划
-
-
-
-
-
-
-
上市公司股权结构对经营绩效的影响研究
中国传统元素在游戏角色...
现代简约美式风格在室内家装中的运用
NFC协议物理层的软件实现+文献综述
高警觉工作人群的元情绪...
巴金《激流三部曲》高觉新的悲剧命运
浅析中国古代宗法制度
江苏省某高中学生体质现状的调查研究
g-C3N4光催化剂的制备和光催化性能研究
C++最短路径算法研究和程序设计