刘品
学以致用---博主简介:专注语音、视频数字信号处理方面的研究以及算法在手机平台上面的移植和优化。涉及语音/音频编解码,语音增强,语音识别,语音音质客观评估,VOIP语音引擎 Qos算法模块和声音变速不变调和变调不变速等功能实现。熟悉ARM 各个系列的CPU,用ARMv4,ARMv5,ARMv6 and Cortex Neon 汇编优化相关算法代码,争取perforamance 最优。目前主要Windows mobile and Android platform上做相关speech/audio算法以及应用开发, HEVC 编解码器PC 和手机上的开发与应用。(交流Email:liupin.2008@gmail.com)

Vector sum excited linear prediction (VSELP) is a speech codingmethod used in several cellular standards. The VSELP algorithm is ananalysis-by-synthesis coding technique and belongs to the class ofspeech coding algorithms known as CELP (Code Excited Linear Prediction).[1]

Variations of this codec have been used in several 2G cellular telephony standards, including IS-54, IS-136 (D-AMPS), GSM (Half Rate speech) and iDEN. It was also used in the first version of RealAudio for audio over the Internet. The IS-54 VSELP standard was published by the Telecommunications Industry Association in 1989.

D-AMPS (IS-54 and IS-136) VSELP specifies an encoding of each 20 ms of speech into 159-bit frames, thus achieving a raw data rate of 7.95 kbit/s. In an actual TDMA cell phone, the vocoderoutput is packaged with error correction and signaling information,resulting in an over-the-air data rate of 16.2 kbit/s. For internetaudio, each 159-bit frame is stored in 20 bytes, leaving 1 bit unused.The resulting file thus has a data rate of exactly 8 kbit/s.

GSM half-rate VSELP (GSM 06.20) uses 20 ms frames with 112 bits perframe, giving a raw data rate of 5.6 kbit/s. The iDEN VSELP coder hasthree modes:

  • 30 ms frames at 126 bits per frame with a raw data rate of 4.2 kbit/s,
  • 22.5 ms frames at 99 bits per frame with a raw data rate of 4.4 kbit/s and
  • 22.5 ms frames at 180 bits per frame with a raw data rate of 8.0 kbit/s.

A major drawback of VSELP is its limited ability to encodenon-speech sounds, so that it performs poorly when encoding speech inthe presence of background noise. For this reason, use of VSELP hasbeen gradually phased out in favor of newer codecs.

VSELP is also the encoding method used in some early Motorola Type II trunking systems. It was phased out in favor of the newer IMBE method.

 

转自:http://en.wikipedia.org/wiki/Vector_sum_excited_linear_prediction

posted on 2010-09-07 15:08  liupin  阅读(679)  评论(1)    收藏  举报

-->