The A-law coding/decoding table for positive and negative values are given in tab. 1. The coding law is:
Positive values:
[x(n),x(n+1)]
is coded as 128+n before the even
bit inversion
y(n)=[x(n-1)+x(n)]/2 for n=1,...,128
Tab. 1a - A-law positive value coding/decoding table.
a)
Negative values:
[x(n),x(n+1)]
is coded as n before the even
bit inversion
y(n)=[x(n-1)+x(n)]/2 for n=1,...,128
Tab. 1b - A-law negaitive value coding/decoding table.
b)
[ Index | Previous Paragraph | Next Paragraph ]