Content deleted Content added
m →See also: remove Erik9bot category,outdated, tag and general fixes |
|||
Line 1:
{{Unreferenced|date=December 2009}}
An '''exponential-Golomb code''' (or just '''Exp-Golomb code''') of order ''k'' is a type of [[Universal code (data compression)|universal code]], parameterized by a [[whole number]] ''k''. To encode a nonnegative integer in an order-''k'' exp-Golomb code, one can use the following method:
# Take the number in binary except for the last ''k'' digits and add 1 to it (arithmetically). Write this down.
Line 24 ⟶ 25:
Despite the similar name, exp-Golomb is only somewhat similar to [[Golomb coding]], which is a type of entropy coding but not a universal code.
==See also==
*[[Elias gamma coding]]
*[[Elias delta coding]]
Line 32 ⟶ 33:
{{Compression Methods}}
{{DEFAULTSORT:Exponential-Golomb Coding}}
[[Category:Numeration]]
[[Category:Lossless compression algorithms]]
[[ru:Экспоненциальный код Голомба]]
|