Quantize: Difference between revisions
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
Quantization can be combined with a [[transform]] that reduces the amount of quantization error for the typical case. | Quantization can be combined with a [[transform]] that reduces the amount of quantization error for the typical case. | ||
[[Category:Signal Processing]] |
Latest revision as of 20:36, 15 September 2006
Quantization is the combination of dividing (by the quantizer) and rounding a real quantity into a small discrete number. A quantized value is more compact to store. however, quantization introduces error, because after multiplication the new and old values may differ.
When carefully used, one can make sure that the amount of error introduced by the quantization does not become audible. As a result, this is an important part of all lossy audio compressors.
Quantization can be combined with a transform that reduces the amount of quantization error for the typical case.