Misplaced Pages

Negafibonacci coding

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
(Redirected from NegaFibonacci coding)

In mathematics, negafibonacci coding is a universal code which encodes nonzero integers into binary code words. It is similar to Fibonacci coding, except that it allows both positive and negative integers to be represented. All codes end with "11" and have no "11" before the end.

Encoding method

The following steps describe how to encode a nonzero integer x {\displaystyle x} . Note that f {\displaystyle f} denotes the Negafibonacci sequence.

  1. If x {\displaystyle x} is positive, compute the greatest odd negative integer n {\displaystyle n} such that the sum of the odd negative terms of the Negafibonacci sequence from -1 to n {\displaystyle n} with a step of -2, is greater than or equal to x {\displaystyle x} :
    n { ( 2 k + 1 ) , k [ 0 , [ } , i = 1 , i o d d n 2 f ( i ) < x i = 1 , i o d d n f ( i ) . {\displaystyle n\in \{-\left(2k+1\right),k\in [0,\infty [\},\quad \sum _{i=-1,\;i\;odd}^{n-2}f(i)<x\leq \sum _{i=-1,\;i\;odd}^{n}f(i).}
    If x {\displaystyle x} is negative, compute the greatest even negative integer n {\displaystyle n} such that the sum of the even negative terms of the Negafibonacci sequence from 0 to n {\displaystyle n} with a step of -2, is less than or equal to x {\displaystyle x} :
    n { 2 k , k [ 2 , [ } , i = 2 , i e v e n n 2 f ( i ) > x i = 2 , i e v e n n f ( i ) {\displaystyle n\in \{-2k,k\in [2,\infty [\},\quad \sum _{i=-2,\;i\;even}^{n-2}f(i)>x\geq \sum _{i=-2,\;i\;even}^{n}f(i)}
  2. Add a 1 at the | n | th {\displaystyle |n|^{\text{th}}} bit of the binary word. Subtract f ( n ) {\displaystyle f(n)} from x {\displaystyle x} .
  3. Repeat the process from step 1 with the new value of x, until it reaches 0.
  4. Add a 1 on the left of the resulting binary word to finish the encoding.

To decode an encoded binary word, remove the leftmost 1 from the binary word, since it is used only to denote the end of the encoded number. Then assign the remaining bits the values of the Negafibonacci sequence from -1 (1, −1, 2, −3, 5, −8, 13...), and sum the all the values associated with a 1.

Negafibonacci representation

Part of a series on
Numeral systems
Place-value notation
Hindu–Arabic numerals

East Asian systems
Contemporary

Historic
Other systems
Ancient

Post-classical

Contemporary
By radix/base
Common radices/bases

Non-standard radices/bases
Sign-value notation
Non-alphabetic

Alphabetic
List of numeral systems

Negafibonacci coding is closely related to negafibonacci representation, a positional numeral system sometimes used by mathematicians. The negafibonacci code for a particular nonzero integer is exactly that of the integer's negafibonacci representation, except with the order of its digits reversed and an additional "1" appended to the end. The negafibonacci code for all negative numbers has an odd number of digits, while those of all positive numbers have an even number of digits.

Table

The code for the integers from −11 to 11 is given below.

Number Negafibonacci representation Negafibonacci code
−11 101000 0001011
−10 101001 1001011
−9 100010 0100011
−8 100000 0000011
−7 100001 1000011
−6 100100 0010011
−5 100101 1010011
−4 1010 01011
−3 1000 00011
−2 1001 10011
−1 10 011
0 0 (cannot be encoded)
1 1 11
2 100 0011
3 101 1011
4 10010 010011
5 10000 000011
6 10001 100011
7 10100 001011
8 10101 101011
9 1001010 01010011
10 1001000 00010011
11 1001001 10010011

See also

References

This article includes a list of references, related reading, or external links, but its sources remain unclear because it lacks inline citations. Please help improve this article by introducing more precise citations. (September 2022) (Learn how and when to remove this message)

Works cited

Data compression methods
Lossless
Entropy type
Dictionary type
Other types
Hybrid
Lossy
Transform type
Predictive type
Audio
Concepts
Codec parts
Image
Concepts
Methods
Video
Concepts
Codec parts
Theory
Community
People
Categories: