Extended Golomb Code for Integer Representation

  • Authors:
  • K. Somasundaram;S. Domnic

  • Affiliations:
  • Dept. of Comput. Sci. & Applications, Gandhigram Rural Inst.;-

  • Venue:
  • IEEE Transactions on Multimedia
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

In this paper, we have proposed two methods to represent nonnegative integers based on the principle used in Golomb code (GC). In both methods, the given integer is successively divided with a divisor, the quotient and the remainders are then used to represent the integer. One of our methods is best suited for representing short integers and gives bit length comparable to that of Elias radic code which is best for representing short-range integers. Another of our methods is best suited for representing both short and long integers and gives a bit length comparable to that of Fibonacci code which is best for representing long integers. Application of our methods as a final stage encoder of the Burrows-Wheeler transform compressor shows that our codes give a better compression rate than the Elias, Fibonacci, punctured, and GC codes