level 1
g729的ITU文档里关于lsp系数量化是这样描述的:A switched 4th order MA prediction is used to predict the LSF coefficients of the current frame. The difference between the computed and predicted coefficients is quantized using a two-stage vector quantizer.
大体意思是说lsp系数是用了4阶MA预测器,“计算的”和“预测的”差值用2级矢量量化器来量化。这里如何理解“计算的”和“预测的”,它们分别指的是什么?
2009年10月29日 02点10分
1
大体意思是说lsp系数是用了4阶MA预测器,“计算的”和“预测的”差值用2级矢量量化器来量化。这里如何理解“计算的”和“预测的”,它们分别指的是什么?