 
 
 
 
 
   
 Next: Compression and Expansion
 Up: How does a signal
 Previous: An Algorithm for A/D
- Let MIN=0, MAX=16, N=4.
- The integers 0 through 15 are then represented as:
| x | b(1) b(2) b(3) b(4) | Hexadecimal | 
| 0 | 0 0 0 0 | 0 | 
| 1 | 0 0 0 1 | 1 | 
| 2 | 0 0 1 0 | 2 | 
| 3 | 0 0 1 1 | 3 | 
| 4 | 0 1 0 0 | 4 | 
| 5 | 0 1 0 1 | 5 | 
| 6 | 0 1 1 0 | 6 | 
| 7 | 0 1 1 1 | 7 | 
| 8 | 1 0 0 0 | 8 | 
| 9 | 1 0 0 1 | 9 | 
| 10 | 1 0 1 0 | A | 
| 11 | 1 0 1 1 | B | 
| 12 | 1 1 0 0 | C | 
| 13 | 1 1 0 1 | D | 
| 14 | 1 1 1 0 | E | 
| 15 | 1 1 1 1 | F | 
 
 
 
 
 
 
   
 Next: Compression and Expansion
 Up: How does a signal
 Previous: An Algorithm for A/D
Prof. Bernd-Peter Paris
1998-12-14