GB2401443A - Data compression using the index of a string of digits in the expansion of an irrational number - Google Patents

Data compression using the index of a string of digits in the expansion of an irrational number Download PDF

Info

Publication number
GB2401443A
GB2401443A GB0310429A GB0310429A GB2401443A GB 2401443 A GB2401443 A GB 2401443A GB 0310429 A GB0310429 A GB 0310429A GB 0310429 A GB0310429 A GB 0310429A GB 2401443 A GB2401443 A GB 2401443A
Authority
GB
United Kingdom
Prior art keywords
string
digits
data
compression
computer program
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Withdrawn
Application number
GB0310429A
Other versions
GB0310429D0 (en
Inventor
David Vincent Broadway
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Individual filed Critical Individual
Priority to GB0310429A priority Critical patent/GB2401443A/en
Publication of GB0310429D0 publication Critical patent/GB0310429D0/en
Publication of GB2401443A publication Critical patent/GB2401443A/en
Withdrawn legal-status Critical Current

Links

Classifications

    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M7/00Conversion of a code where information is represented by a given sequence or number of digits to a code where the same, similar or subset of information is represented by a different sequence or number of digits
    • H03M7/30Compression; Expansion; Suppression of unnecessary data, e.g. redundancy reduction

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Abstract

A computer program for compressing an arbitrary string of digits (in any base, e.g. binary, decimal, octal or hexadecimal) by locating that string of digits in the expansion of an irrational number and providing the position index and length of the string to be compressed. Expansion is effected by expanded the relevant irrational (e.g Pi or the square root of two), locating the position indexed and reading out the digits up to the required length. Also disclosed is an encryption method using the above compression algorithm whereby the particular irrational number is a shared secret and the position or length fields are encoded in a non-disclosed way. Reduction in bandwidth requirements is the only stated application.

Description

2401 443 Data compression and encryption software Efficient computer data
storage and communications can require compression of data. Existing compression algorithms are limited in their ability to compress data. Computer speed is increasing rapidly, but data transfer between computers is limited by the bandwidth and compression available. Increasing bandwidth currently requires large investment. Increased data compression can be achieved by more efficient software.
This invention describes a computer program that utilises the characteristics of certain irrational numbers to achieve theoretically almost infinite compression.
All data held on computers may be represented as numbers. These numbers may be in binary, octal, hexadecimal or decimal format, but all can be converted to any of the other forms. Certain irrational numbers such as pi, the square root of 2 and others have a decimal portion that is infinitely long. It is possible to calculate this decimal to any number of places. The occurrence of the digits 0 to 9 within this decimal have no fixed sequence. It is therefore possible to find any sequence of numbers within the decimal portion of any of these irrational numbers. It is therefore possible to describe any sequence of numbers by stating it's starting position and it's length (in characters) within the decimal portion of an irrational number.
This invention is a computer program that converts any data into a numeric string, and then generates the decimal portion of a chosen irrational number until a sequence of numbers is fauna that matches all or part of the numeric string of data. The program continues to generate the decimal portion of the irrational number until a chosen level of compression is reached. The chosen level of compression is reached by searching for a suitable length of numeric string that matches a portion of the data numeric string. The level of compression may range from none, up to a single position and length to describe the whole data string. If only partial compression is chosen, then the data string will be described by a series of positions and lengths for each portion of the data.
On reaching its destination, the recipient need only know the irrational number used to decompress the data using the computer program and the reverse of the method outlined above. It should be noted that if the irrational number used is not known, and if the position or length fields are encoded, then this method of compression also offers a secure method of encryption. i
A key feature of this inventions compression method is that it may be used upon data that has already been compressed using other compression algorithms, and in addition, the simple numeric sequence produced may be further compressed by utilising other compression algorithms upon it. This means that by combination with existing data compression software, data may be repeatedly compressed to any desired level, even if the level of compression from the use of this invention is relatively low each time.
A specific example of the operation of the program is given below.
Data represented as the 40 character number sequence 8850387534 3276415727 3501384623 0912297024 is to be compressed. The decimal portion of the square root of 2 is calculated and compared until the same sequence of numbers is found. This is found to occur starting at the 90th decimal so the above number could be represented by the length, 40 and the position 90 hence in this example 40 characters are compressed to 4 characters.
A further example of the level of compression possible is given below.
If a piece of data consisting of 10,000,000 numeric characters is found to occur after 1,000,000,000,000,000 decimals of an irrational number. The full 10,000,000 characters can be described by their starting position (1,000,000,000,000,000) and their length (10,000,000) so ten million characters are compressed to just 24 characters a compression of 99. 99976%.

Claims (5)

1. A computer program that utilises the features of irrational numbers with infinite length to compress data.
2. A computer program as claimed in Claim 1 above that can compress data by a chosen amount or percentage.
3. A computer program as claimed in Claim 1 and Claim 2 that can compress data to an almost infinitely small percentage of it's original size.
4. A computer program as claimed in Claim 1, 2 and 3 that can be used repeatedly in conjunction with other compression algorithms either on the programs input data, output data, or both.
5. A computer program as claimed in Claim 1 that can be easily utilised for secure encryption in addition to compression.
GB0310429A 2003-05-07 2003-05-07 Data compression using the index of a string of digits in the expansion of an irrational number Withdrawn GB2401443A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
GB0310429A GB2401443A (en) 2003-05-07 2003-05-07 Data compression using the index of a string of digits in the expansion of an irrational number

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
GB0310429A GB2401443A (en) 2003-05-07 2003-05-07 Data compression using the index of a string of digits in the expansion of an irrational number

Publications (2)

Publication Number Publication Date
GB0310429D0 GB0310429D0 (en) 2003-06-11
GB2401443A true GB2401443A (en) 2004-11-10

Family

ID=9957564

Family Applications (1)

Application Number Title Priority Date Filing Date
GB0310429A Withdrawn GB2401443A (en) 2003-05-07 2003-05-07 Data compression using the index of a string of digits in the expansion of an irrational number

Country Status (1)

Country Link
GB (1) GB2401443A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101968528A (en) * 2010-08-19 2011-02-09 詹文法 Test data compression method of integrated circuit test
CN102932000A (en) * 2012-10-25 2013-02-13 詹文法 Test data compression method capable of rapidly searching irrational number
CN113553002A (en) * 2021-06-11 2021-10-26 宁乐 Method for compressing and storing data by using characteristics of irrational numbers

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN112241005B (en) * 2019-07-19 2024-05-31 杭州海康威视数字技术股份有限公司 Compression method, device and storage medium of radar detection data

Non-Patent Citations (2)

* Cited by examiner, † Cited by third party
Title
"Fallacies of Cryptography and Compression", John J. G. Savard, dated in source http://home.ecn.ab.ca/ïjsavard/crypto/mi0613.htm *
"Randomness = Incompressibility: Revisited", HeinzPagels, 3 December 1999, at http://mathquest.com/discuss/sci.math/a/t/243875 *

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101968528A (en) * 2010-08-19 2011-02-09 詹文法 Test data compression method of integrated circuit test
CN102932000A (en) * 2012-10-25 2013-02-13 詹文法 Test data compression method capable of rapidly searching irrational number
CN102932000B (en) * 2012-10-25 2015-07-08 詹文法 Test data compression method capable of rapidly searching irrational number
CN113553002A (en) * 2021-06-11 2021-10-26 宁乐 Method for compressing and storing data by using characteristics of irrational numbers

Also Published As

Publication number Publication date
GB0310429D0 (en) 2003-06-11

Similar Documents

Publication Publication Date Title
Rigler et al. FPGA-based lossless data compression using Huffman and LZ77 algorithms
KR970064059A (en) Data encryption method and device
JPH06503911A (en) binary data communication system
JPH03204233A (en) Data compression method
Arshad et al. Performance comparison of Huffman coding and double Huffman coding
Bedruz et al. Comparison of Huffman Algorithm and Lempel-Ziv Algorithm for audio, image and text compression
CN101534124B (en) Compression algorithm for short natural language
Walder et al. Fast decoding algorithms for variable-lengths codes
Wiseman The relative efficiency of data compression by LZW and LZSS
WO2002052731A3 (en) System and method for compressing and decompressing data in real time
GB2401443A (en) Data compression using the index of a string of digits in the expansion of an irrational number
Gripon et al. Compressing multisets using tries
Elabdalla et al. An efficient bitwise Huffman coding technique based on source mapping
JP6833643B2 (en) Compression processing device, decompression processing device, compression processing program, decompression processing program
US11405192B2 (en) Searchable symmetric encryption system and method of processing inverted index
Ota et al. On-line electrocardiogram lossless compression using antidictionary codes for a finite alphabet
Canteaut et al. On the influence of the filtering function on the performance of fast correlation attacks on filter generators
Bhanarkar et al. SMS Text Compression through IDBE (Intelligent Dictionary based Encoding) for Effective Mobile Storage Utilization
Li et al. Compression strategy of structured text based on prior dictionary for data distribution system
Brailovsky et al. A new low complexity entropy coding method
Ryabko Reduction of the secret key length in the perfect cipher by data compression and randomisation
Al-Bahadili et al. A bit-level text compression scheme based on the HCDC algorithm
Rani et al. An Enhanced Text Compression System Based on ASCII Values and Huffman Coding
Arya et al. An Improvement over direct coding technique to compress repeated & non-repeated nucleotide data
Das et al. Design an Algorithm for Data Compression using Pentaoctagesimal SNS

Legal Events

Date Code Title Description
WAP Application withdrawn, taken to be withdrawn or refused ** after publication under section 16(1)