Lecture 3
Lecture 3
(71)10=(1000111)2 (0.657)10=(.101010…)2
Example 2: Now convert the binary number back to its decimal representation
(1000111.101010)2= (?)10
71. 6565
Note: So 71.6567 when represented with 6 fractional bits becomes 71.6565
In this case the Quantization Error is 0.0002 (very small)
To decrease the quantization error, increase the number of fractional bits.
Other Number Systems
• It has a Base 8
• Possible Digits 0,1,2,…,7
• Higher numbers are represented as a combination of digits 0 to 7.
001_101_011) 2
(1_5_3) (153) 8
Other Number Systems
243)10 = (11110011)2
011_110_011) 2
(3_6_3) (363) 8
Numbers with different bases
Hexadecimal Number System
• It is a base 16 system
• Possible digits 0,1,…,9,A,B,C,D,E,F
(0000_1101_0111_1001)2 =(0D79)16