Quantization

Once the signal has been sampled, it needs to be quantized to turn the samples into numbers which we can process.

Quantization means that we break the full positive and negative range of the sample voltage into N sections and then code it in log2 (N) bits. For N equal to 8 :

quantization.gif
back.png next.png