Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Is there error in g729 spec? (Read 2662 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Is there error in g729 spec?

Is there error in g729 spec?

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!