Comma code

From HandWiki

A comma code is a type of prefix-free code in which a comma, a particular symbol or sequence of symbols, occurs at the end of a code word and never occurs otherwise.[1] This is an intuitive way to express arrays. For example, Fibonacci coding is a comma code in which the comma is 11. 11 and 1011 are valid Fibonacci code words, but 101, 0111, and 11011 are not.

Examples

  • Unary coding, in which the comma is 0. This allows NULL values (when the code and comma is a single 0, the value can be taken as a NULL or a 0).
  • Fibonacci coding, in which the comma is 11.
  • All Huffman codes can be converted to comma codes by prepending a 1 to the entire code and using a single 0 as a code and the comma.
Symbol Code Comma Code
Comma - (N/A) 0
0 00 100
1 01 101
2 10 110
3 11 111

The definition of word being a number of symbols ending in a comma, the equivalent of a space character.

  • 50% commas in all data axiom – All implied data specifically variable length bijective data can be shown to be consisting of exactly 50% of commas.

All scrambled data or suitably curated same-length data exhibits so called implied probability.

Such data that can be termed 'generic data' can be analysed using any interleaving unary code as headers where additional bijective bits (equal to the length of the unary code just read) are read as data while the unary code serves as an introduction or header for the data. This header serves as a comma. The data can be read in an interleaving fashion between each bit of the header or in post read fashion when the data is only read after the entire unary header code is read like Chen-Ho encoding.

It can be seen by random walk techniques and by statistical summation that all generic data has a header or comma of an average of 2 bits and data of an additional 2 bits (minimum 1).

This also allows for an inexpensive base increase algorithm before transmission in non binary communication channels, like base-3 or base-5 communication channels.

n RL code Next code Bijective data (non-NULL) Commas
1 1? 0? ? (1=1,2=2) ,
2 1?1? 0?0? ?? (3,4,5,6=11,12,21,22) ,,
3 1?1?1? 0?0?0? ??? ,,,
4 1?1?1?1? 0?0?0?0? ???? ,,,,
5 1?1?1?1?1? 0?0?0?0?0? ????? ,,,,,
6 1?1?1?1?1?1? 0?0?0?0?0?0? ?????? ,,,,,,
7 1?1?1?1?1?1?1? 0?0?0?0?0?0?0? ??????? ,,,,,,,
8 1?1?1?1?1?1?1?1? 0?0?0?0?0?0?0?0? ???????? ,,,,,,,,
9 1?1?1?1?1?1?1?1?1? 0?0?0?0?0?0?0?0?0? ????????? ,,,,,,,,,
10 1?1?1?1?1?1?1?1?1?1? 0?0?0?0?0?0?0?0?0?0? ?????????? ,,,,,,,,,,
...

Where '?' is '1' or '2' for the value of the bijective digit that requires no further processing.

Of course we use a single comma to separate each field of data, therefore showing that all the data consists of 50% of commas. This is quite visible from an implied probability of 50% for the 0 code in Huffman base 3 codes: 0,10,11 (net 2/3 or 66.66% commas) or the base-5 comma code shown above. The cost-per-character quotient of higher base communication has to maintain near logarithmic values [math]\displaystyle{ \frac{log(base)}{log(2)} }[/math]for the data and less than 2-bits for the comma character to maintain cost effectiveness.

This method has an assurance of a '1' or '2' after every '0' (comma) and this property can be useful when designing around timing concerns in transmission. It can be somewhat expensive to convert a known binary value to ternary unless ternary bit costs are reduced to similar to binary bit costs, so this bit can be multiplexed in a separate binary channel if costs agree (this may require a read of an additional 'tail'/trailing portion of 2-bits pure data for the binary channel (from after the first bit of the first change as this is not an instantly-decodable code, simply read if using an instantly decodable unary code) to be similar to the 2 average ternary bits remaining on the primary channel equivalent to [math]\displaystyle{ 2*\frac{log(3)}{log(2)}=3.17 }[/math] bits before cost comparisons are factored in).

Not considering multiplexing, this method has a read efficiency of 3 ternary digits for a read of 4 binary bits or 1.33 bits. Or [math]\displaystyle{ \frac{4/3}\frac{log(3)}{log(2)}=84.12% }[/math]

  • 66.66% (2/3) commas in all data axiom - All implied data specifically variable length data can be shown to be consisting of exactly 66.66% (2/3) of commas.
n RL code Next code Bijective data (has NULL) Commas
1 1 0 NULL (or 0) ,
2 1?1 0?0 ? (1=1,2=2) ,,
3 1?1?1 0?0?0 ?? (3,4,5,6=11,12,21,22) ,,,
4 1?1?1?1 0?0?0?0 ??? ,,,,
5 1?1?1?1?1 0?0?0?0?0 ???? ,,,,,
6 1?1?1?1?1?1 0?0?0?0?0?0 ????? ,,,,,,
7 1?1?1?1?1?1?1 0?0?0?0?0?0?0 ?????? ,,,,,,,
8 1?1?1?1?1?1?1?1 0?0?0?0?0?0?0?0 ??????? ,,,,,,,,
9 1?1?1?1?1?1?1?1?1 0?0?0?0?0?0?0?0?0 ???????? ,,,,,,,,,
10 1?1?1?1?1?1?1?1?1?1 0?0?0?0?0?0?0?0?0?0 ????????? ,,,,,,,,,,
...

Where '?' is '1' or '2' for the value of the bijective digit that requires no further processing. This method results in statistical similarity to a simple 'implied read' of Huffman base 3 codes: 0,10,11 (net 2/3 or 66.66% commas).

It can be seen by random walk techniques and by statistical summation that all generic data has a header or comma of an average of 2 bits and data of an additional 1 bit (minimum 0).

This has no assurance of a '1' or '2' after every '0' (comma) a property that can be useful when designing around timing concerns in transmission.

This method has a read efficiency of 2 ternary digits for a read of 3 binary bits or 1.5 binary bits/ternary digit. Or [math]\displaystyle{ \frac{3/2}\frac{log(3)}{log(2)}=94.64% }[/math]

  • 34.375% | 31.25% (~ 1/3) write commas for efficiency gains using number partitioning – Implied reads and writes using number partitioning techniques ('m' numbers divided into 'n' partitions result in n^m permutations) similar to Chen-Ho and Hertz encoding show greater efficiency of both reads and writes similar to nearly random distribution. Thus the use of codes makes less sense and the use of higher bases becomes more important. Similarly, a 'write' comma becomes any number in the base, a 'read' comma is the header shown below, Huffman base 4 codes: 0,10,110,111.

The main advantage to this technique apart from higher efficiency is that there is no base conversion required which would require the entire stream to be read first and then converted. The disadvantage is that the average number length becomes higher and similar to random number generation and timing concerns that govern ternary transmission come to the fore. With m=2 and n=2, we get, not forgetting that a value of '(2)' is essentially 0-bits:

Binary encoding Ternary digits
READS - Code space (128 states) b3 b2 b1 b0 Values encoded Description WRITES - Occurrences (100 states)
50% (64 states) 0 a b (0–1) (0–1) Two lower digits 44.44% (45 states)
25% (32 states) 1 0 a (2) (0–1) One lower digit,

one higher digit

22.22% (22 states)
12.5% (16 states) 1 1 0 b (0–1) (2) 22.22% (22 states)
12.5% (16 states) 1 1 1 (2) (2) Two higher digits 11.11% (11 states)

This method therefore has a read efficiency of 2 ternary digits for a read of [math]\displaystyle{ 50*3+25*3+12.5*4+12.5*3=3.125 }[/math] binary bits or 1.5625 binary bits/ternary digit. Or [math]\displaystyle{ \frac{3.125*\frac{1}2}\frac{log(3)}{log(2)}=98.58% }[/math].

A write efficiency of 2 ternary digits for a write of [math]\displaystyle{ \frac{4}9*3+\frac{2}9*3+\frac{2}9*4+\frac{1}9*3=3.22 }[/math] bits or 1.61 binary bits/ternary digit, or [math]\displaystyle{ \frac{\frac{log(3)}{log(2)}}{\frac{29}{9}*\frac{1}2}=98.38% }[/math]

  • Cardinal numbers for efficient base conversion – Since it has been ascertained that comma codes are very similar to base conversion, the only concern being efficiency and timing, the direct conversion/mapping of 19 binary bits [math]\displaystyle{ 2^{19} = 524288 }[/math] numbers to 12 ternary trits [math]\displaystyle{ 3^{12} = 531441 }[/math] numbers allow for an efficiency of [math]\displaystyle{ \frac{2^{19}}{3^{12}}=98.65% }[/math] or [math]\displaystyle{ \frac{log_3{2^{19}}}{12}=99.9% }[/math] efficiency depending upon the method of calculation. This works because [math]\displaystyle{ 2^{19} \lt 3^{12} }[/math] and [math]\displaystyle{ 2^{19} }[/math][math]\displaystyle{ 3^{12} }[/math]. This of course is more of a theoretical construct and has no mention about timing when trying to apply this to ternary transmission methods. It does however leave [math]\displaystyle{ 531441 - 524288 = 7153 }[/math] codes to design around timing concerns.

See also

References

  1. Wade, Graham (8 September 1994). Signal Coding and Processing. Cambridge University Press. p. 56. ISBN 978-0-521-42336-6. https://books.google.com/books?id=CJswCy7_W8YC&pg=PA56.