udecode
Decode 2n-level quantized integer inputs to floating-point outputs
Description
Examples
Input Arguments
Output Arguments
Algorithms
The algorithm adheres to the definition for uniform decoding specified in ITU-T
Recommendation G.701. Integer input values are uniquely mapped (decoded) from one of 2n
uniformly spaced integer values to quantized floating-point values in the
range [-v,v]
. The smallest integer input value allowed is mapped to
-v
and the largest integer input value allowed is mapped to
v
. Values outside of the input range are either saturated or wrapped,
according to specification.
References
[1] International Telecommunication Union. General Aspects of Digital Transmission Systems: Vocabulary of Digital Transmission and Multiplexing, and Pulse Code Modulation (PCM) Terms. ITU-T Recommendation G.701. March, 1993.