Vector quantization

   

In data compression, vector quantization is a quantization technique often used in lossy data compression in which the basic idea is to code values from a multidimensional vector space into values from a discrete subspace of lower dimension. The lower-space vector requires less storage space and the data is thus compressed. The transformation into the subspace is usually achieved through projection, or by using a codebook. In some cases, a codebook implementation can be also used to entropy code the discrete value in the same step by generating a prefix coded variable-length encoded value as its output.

Twin Vector Quantization (VQF) is part of the MPEG-4 standard dealing with time domain weighted interleaved vector quantization.

Part of this article was originally based on material from the Free On-line Dictionary of Computing and is used with permission under the GFDL.

See also


External links

Retrieved from "http://www.mywiseowl.com/articles/Vector_quantization"

This page has been accessed 680 times. This page was last modified 07:06, 13 Oct 2004. All text is available under the terms of the GNU Free Documentation License (see Copyrights for details).