Quantization
The quantization Q of a real-world value V is represented by a weighted sum of bits. Within the context of the general slope and bias encoding scheme, the approximate real-world value of an unsigned fixed-point quantity is given by
while the approximate real-world value of a signed fixed-point quantity is given by
where
are binary digits, with , for
ws is the word size in bits, with ws =
1
,2
,3
,...,65535
.S is given by , where the scaling is unrestricted because the binary point does not have to be contiguous with the word. F is the slope adjustment factor and is a value in the range [1.0, 2.0).
are called bit multipliers and are called the weights.
Fixed-Point Format
Formats for 8-bit signed and unsigned fixed-point values are shown in the following figure.
Note that you cannot discern whether these numbers are signed or unsigned data types merely by inspection since this information is not explicitly encoded within the word.
The binary number 0011.0101
yields the same value for the unsigned
and two's complement representation because the MSB = 0
. Setting
B = 0
and using the appropriate weights, bit
multipliers, and scaling, the value is
Conversely, the binary number 1011.0101
yields different values for
the unsigned and two's complement representation since the MSB =
1
.
Setting B = 0
and using the appropriate weights,
bit multipliers, and scaling, the unsigned value is
while the two's complement value is