Quant Ization
Quant Ization
QUANTIZATION
Quantization involves mapping a large set of input values (often continuous) to a
smaller set (often discrete).
This is crucial for digital signal processing, as it allows analog signals
to be represented and manipulated digitally.
Visual representation
1. Uniform Quantization
In uniform quantization, the quantization levels are evenly spaced . This means that
each step size represents a constant amount of analog amplitude . It's simple to
implement and is commonly used in many applications .
a. Mid-Rise Quantization: The quantization levels are centered between the actual
analog values, resulting in a "rise" in the middle of each step.
b . Mid-Tread Quantization: The quantization levels are centered on the actual analog
values, resulting in a "tread" in the middle of each step .
2. Non-Uniform Quantization
In non-uniform quantization, the quantization levels are not evenly spaced..This type
is often used for signals with a wide dynamic range, such as audio signals, where
smaller amplitude values need finer resolution than larger ones.
3. Adaptive Quantization
4. Scalar Quantization
Quantization Noise
The process of rounding the sample amplitudes introduces quantization noise. This
noise can be reduced by increasing the number of quantization levels.
Applications