DSPRelated.com
Forums

Is there error in g729 spec?

Started by hyee...@yahoo.com.cn October 24, 2008
In g729 spec,about generation of the adaptive-codebook vector, the formula (40) is
v(n) = sum[u(n-k+i)*b30(t+3i)]+...
but analyse g729 float code, it maybe be v(n) = sum[u(n-k-i)*b30(t+3i)]+...
Is there error in g729 spec? thanks!