文件名称:G.723.1_2010_02_10
介绍说明--下载内容均来自于网络,请自行研究使用
这个包实现了ITU - T的G.723.1语音编码器和解码器在Matlab。该方案的目标是提供一个良好的记录和模块化设计方案,实验和研究,以方便使用为基础的实际编码器。
编码器实现了G.723.1的多脉冲模式(在6.3 kb / s的运行)。解码器可以解码的5.3 kb / s的,在6.3 kb的多脉冲/秒,连续传输,数据包丢失隐藏)编码器(所有的ACELP方式。
该编码器和解码器之间的标准接口是位文件(同位文件由ITU - T参考代码产生兼容)。第二个选项之间传递的编码器和解码器使用Matlab的数据信息文件。此选项允许测试通过传递量化或unquantized之间的编码器和解码器的信息。
有报道[1]描述了G.723.1编码与Matlab实现与分布包括在内。 ITU - T建议G.723.1的[2]在线提供。该建议含-This package implements the ITU-T G.723.1 speech coder and decoder in Matlab. The goal of the package is to provide a well-documented and modular program that was designed to facilitate experimentation and research using a practical coder as a base.
The coder implements the multipulse mode of G.723.1 (running at 6.3 kb/s). The decoder can decode all modes of the coder (ACELP at 5.3 kb/s, multipulse at 6.3 kb/s, discontinuous-transmission, packet loss concealment).
The standard interface between the coder and decoder is a bit file (compatible with the bit files generated by the ITU-T reference code). A second option passes information between the coder and decoder using a Matlab data file. This option allows for testing by passing quantized or unquantized information between the coder and the decoder.
A report [1] describing the G.723.1 and the Matlab implementation is included with the distribution. ITU-T Recommendation G.723.1 [2] is available on-line. The recommendation incl
编码器实现了G.723.1的多脉冲模式(在6.3 kb / s的运行)。解码器可以解码的5.3 kb / s的,在6.3 kb的多脉冲/秒,连续传输,数据包丢失隐藏)编码器(所有的ACELP方式。
该编码器和解码器之间的标准接口是位文件(同位文件由ITU - T参考代码产生兼容)。第二个选项之间传递的编码器和解码器使用Matlab的数据信息文件。此选项允许测试通过传递量化或unquantized之间的编码器和解码器的信息。
有报道[1]描述了G.723.1编码与Matlab实现与分布包括在内。 ITU - T建议G.723.1的[2]在线提供。该建议含-This package implements the ITU-T G.723.1 speech coder and decoder in Matlab. The goal of the package is to provide a well-documented and modular program that was designed to facilitate experimentation and research using a practical coder as a base.
The coder implements the multipulse mode of G.723.1 (running at 6.3 kb/s). The decoder can decode all modes of the coder (ACELP at 5.3 kb/s, multipulse at 6.3 kb/s, discontinuous-transmission, packet loss concealment).
The standard interface between the coder and decoder is a bit file (compatible with the bit files generated by the ITU-T reference code). A second option passes information between the coder and decoder using a Matlab data file. This option allows for testing by passing quantized or unquantized information between the coder and the decoder.
A report [1] describing the G.723.1 and the Matlab implementation is included with the distribution. ITU-T Recommendation G.723.1 [2] is available on-line. The recommendation incl
(系统自动生成,下载前可以参看下载内容)
下载文件列表
G.723.1
.......\ACB
.......\...\DecodeACB.m
.......\...\DecodeACBSF.m
.......\...\FixForbiddenCodes.m
.......\...\GetACB.m
.......\...\PitchContrib.m
.......\...\private
.......\...\.......\GetGainRange.m
.......\...\.......\GetRtx.m
.......\...\.......\UpdatePitchTame.m
.......\...\RepExc.m
.......\...\SetPitchpar.m
.......\...\SetSineDetpar.m
.......\...\SineDetector.m
.......\ACELP
.......\.....\ACELPContrib.m
.......\.....\GenExcACELP.m
.......\.....\private
.......\.....\.......\DecodeStreamACELP.m
.......\.....\SetACELPpar.m
.......\Audio
.......\.....\OpenAudioFile.m
.......\.....\private
.......\.....\.......\AFrawRead.m
.......\.....\.......\PrintAudioFilePar.m
.......\.....\ReadAudioData.m
.......\.....\WriteAudio.m
.......\BitStream
.......\.........\ApplyErrorFile.m
.......\.........\private
.......\.........\.......\GetQCodes.m
.......\.........\.......\SetQCodes.m
.......\.........\ReadG7231Stream.m
.......\.........\test
.......\.........\....\MA01_02.bit
.......\.........\....\tBitStream.m
.......\.........\WriteG7231Stream.m
.......\CNG
.......\...\CNGUpdate.m
.......\...\GenExcNull.m
.......\...\GenExcSID.m
.......\...\private
.......\...\.......\CNGMP.m
.......\...\.......\CNGPitch.m
.......\...\.......\GenExcCNG.m
.......\...\.......\QuantL.m
.......\...\.......\RandIntV.m
.......\...\SetCNGpar.m
.......\DataFile
.......\........\GenExcDAT.m
.......\........\ReadG7231Data.m
.......\Documentation
.......\.............\G.723.1-Impl-2009-07.pdf
.......\Filter
.......\......\PZFilter.m
.......\G7231Coder.m
.......\G7231Decoder.m
.......\InitCoderMem.m
.......\InitDecoderMem.m
.......\LP
.......\..\LPanal.m
.......\..\LPanalFrame.m
.......\..\LPFilt.m
.......\..\LPxLSFQ.m
.......\..\LSFCxLPI.m
.......\..\LSFxLPI.m
.......\..\private
.......\..\.......\LSFxLP.m
.......\..\SetLPpar.m
.......\..\SetLSFpar.m
.......\..\WSyn.m
.......\..\WSynInit.m
.......\Misc
.......\....\ClipSignal.m
.......\....\CodeGain.m
.......\....\CombineVals.m
.......\....\ExtractVals.m
.......\....\FullName.m
.......\....\NullStruct.m
.......\....\RepShift.m
.......\....\ShiftVector.m
.......\....\test
.......\....\....\tExtractVals.m
.......\....\TickTock.m
.......\MultiPulse
.......\..........\GenExcMP.m
.......\..........\MPCode.m
.......\..........\MPContrib.m
.......\..........\MultiPulse.m
.......\..........\private
.......\..........\.......\DecodeStreamMP.m
.......\..........\SetMPpar.m
.......\..........\test
.......\..........\....\SumComb.m
.......\..........\....\tAdjRange.m
.......\..........\....\TestCombCode.m
.......\PLC
.......\...\GenExcPLC.m
.......\...\PLCUpdate.m
.......\ACB
.......\...\DecodeACB.m
.......\...\DecodeACBSF.m
.......\...\FixForbiddenCodes.m
.......\...\GetACB.m
.......\...\PitchContrib.m
.......\...\private
.......\...\.......\GetGainRange.m
.......\...\.......\GetRtx.m
.......\...\.......\UpdatePitchTame.m
.......\...\RepExc.m
.......\...\SetPitchpar.m
.......\...\SetSineDetpar.m
.......\...\SineDetector.m
.......\ACELP
.......\.....\ACELPContrib.m
.......\.....\GenExcACELP.m
.......\.....\private
.......\.....\.......\DecodeStreamACELP.m
.......\.....\SetACELPpar.m
.......\Audio
.......\.....\OpenAudioFile.m
.......\.....\private
.......\.....\.......\AFrawRead.m
.......\.....\.......\PrintAudioFilePar.m
.......\.....\ReadAudioData.m
.......\.....\WriteAudio.m
.......\BitStream
.......\.........\ApplyErrorFile.m
.......\.........\private
.......\.........\.......\GetQCodes.m
.......\.........\.......\SetQCodes.m
.......\.........\ReadG7231Stream.m
.......\.........\test
.......\.........\....\MA01_02.bit
.......\.........\....\tBitStream.m
.......\.........\WriteG7231Stream.m
.......\CNG
.......\...\CNGUpdate.m
.......\...\GenExcNull.m
.......\...\GenExcSID.m
.......\...\private
.......\...\.......\CNGMP.m
.......\...\.......\CNGPitch.m
.......\...\.......\GenExcCNG.m
.......\...\.......\QuantL.m
.......\...\.......\RandIntV.m
.......\...\SetCNGpar.m
.......\DataFile
.......\........\GenExcDAT.m
.......\........\ReadG7231Data.m
.......\Documentation
.......\.............\G.723.1-Impl-2009-07.pdf
.......\Filter
.......\......\PZFilter.m
.......\G7231Coder.m
.......\G7231Decoder.m
.......\InitCoderMem.m
.......\InitDecoderMem.m
.......\LP
.......\..\LPanal.m
.......\..\LPanalFrame.m
.......\..\LPFilt.m
.......\..\LPxLSFQ.m
.......\..\LSFCxLPI.m
.......\..\LSFxLPI.m
.......\..\private
.......\..\.......\LSFxLP.m
.......\..\SetLPpar.m
.......\..\SetLSFpar.m
.......\..\WSyn.m
.......\..\WSynInit.m
.......\Misc
.......\....\ClipSignal.m
.......\....\CodeGain.m
.......\....\CombineVals.m
.......\....\ExtractVals.m
.......\....\FullName.m
.......\....\NullStruct.m
.......\....\RepShift.m
.......\....\ShiftVector.m
.......\....\test
.......\....\....\tExtractVals.m
.......\....\TickTock.m
.......\MultiPulse
.......\..........\GenExcMP.m
.......\..........\MPCode.m
.......\..........\MPContrib.m
.......\..........\MultiPulse.m
.......\..........\private
.......\..........\.......\DecodeStreamMP.m
.......\..........\SetMPpar.m
.......\..........\test
.......\..........\....\SumComb.m
.......\..........\....\tAdjRange.m
.......\..........\....\TestCombCode.m
.......\PLC
.......\...\GenExcPLC.m
.......\...\PLCUpdate.m