GB2152253A - Data compression - Google Patents

Data compression Download PDF

Info

Publication number
GB2152253A
GB2152253A GB08502325A GB8502325A GB2152253A GB 2152253 A GB2152253 A GB 2152253A GB 08502325 A GB08502325 A GB 08502325A GB 8502325 A GB8502325 A GB 8502325A GB 2152253 A GB2152253 A GB 2152253A
Authority
GB
United Kingdom
Prior art keywords
source
codeword
codewords
stream
subwords
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.)
Granted
Application number
GB08502325A
Other versions
GB8502325D0 (en
GB2152253B (en
Inventor
Pierre A Humblet
Steven G Finn
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.)
Motorola Solutions Inc
Original Assignee
Codex Corp
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 Codex Corp filed Critical Codex Corp
Publication of GB8502325D0 publication Critical patent/GB8502325D0/en
Publication of GB2152253A publication Critical patent/GB2152253A/en
Application granted granted Critical
Publication of GB2152253B publication Critical patent/GB2152253B/en
Expired 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
    • H03M7/40Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code
    • H03M7/42Conversion to or from variable length codes, e.g. Shannon-Fano code, Huffman code, Morse code using table look-up for the coding or decoding process, e.g. using read-only memory

Abstract

A stream of source characters having a time-varying frequence of appearance has the characters ranked in order of their current relative frequency of appearance. The codewords belong either to a first, second or third group of codewords, comprising respectively one, two or three equal length subwords. Each character having a rank not higher than a selectable first number is encoded as one subword. Each character of rank between the first and a second number is encoded as two subwords. Each character of rank higher than the second number is encoded three subwords. The second number is fixed by the first number. A two-subword recoder divides by 16 any codeword having two subwords and whose last subword is zero and adds the result to 15 plus the product of 15 times the first number, thereby providing a revised codeword. A three-subword recorder divides by 16 any codeword having three subwords and whose last subword is zero and adds the result to 3573 plus the second number. If the resulting codeword is smaller than 3856 it subtracts 16 from the resulting codeword to provide a revised codeword. <IMAGE>

Description

1 GB 2 152 253A 1
SPECIFICATION
Data compression This invention relates to encoding a stream of source characters into a shorter stream of codewords and decoding the codewords.
Different source characters may appear with different frequencies in a stream of source charapters. Encoding more frequently appearing source characters as shorter codewords can reduce the length of the stream of codewords. The relative frequencies of appearance of different source characters can vary over time.
According to the present invention, there is provided apparatus for encoding a stream of source characters into a stream of codewords, each of said source characters being from a source alphabet, each of said source characters in said source alphabet having a time-varying frequency of appearance in said stream of source characters, said source characters being ranked in order of their current relative frequency of appearance, each of said codewords belonging either to a first, second, or third group of said codewords, said codewords in said groups comprising respectively one, two, three equal length subwords, each of said subwords being from a subword alphabet; said apparatus comprising: an encoder for encoding each of said source characters having a rank not higher than a selectable first number as a codeword having one subword, each of said source characters having a rank higher than said first number 20 and not higher than a second number as a codeword having two subwords, and each of said source characters having a rank higher than said second number as a codeword having three subwords, said second number being fixed by the value of said first number; a two-subword recoder for dividing by 16 any said codeword having two subwords and whose last subword is zero, and adding the result to 15 plus the product of 15 items said first number, to provide a 25 revised codeword; and a three-subword recoder for dividing by 16 any said codeword having three subwords and whose last subword is zero, and adding the result to 3573 plus said second number, and, if the resulting codeword is smaller than 3856, subtracting 16 from said resulting codeword, to provide a revised codeword.
In the apparatus described in detail below, the apparatus includes a monitor for counting the 30 number of occurrences, in said stream of source characters, of each source character in a set of fewer than all of said source characters; and a selector responsive to said monitor for updating said first number to a new value when said new value will shorten at least a portion of said stream of codewords and for recalculating said second number from said first number. The set suitably comprises those source characters for which the number of subwords in the associated 35 codewords would be changed by changes in said first number and said second number. The set preferably comprises the source characters having ranks equal to said first number, to one less than said first number, and to each number between said second number minus the number of said subwords in said subword alphabet, and said second number plus one less than the number of subwords in the subword alphabet.
The described apparatus also features a decoder for decoding the stream of codewords into a stream of source characters, the decoder comprising a decoder frequency ranker for determining for each of the source characters in the source alphabet the rank corresponding to its current estimated relative frequency of appearance. The decoder determines directly from the codewords in the stream of codewords which one of the selectable codes was used for the encoding. 45 The reader should also refer to the specification of British Patent Application number
8229520 (serial number 2109204) from which the present application has been divided, and also to co-pending British Patent Application number 8502324 (serial number) filed the same day as this application and similarly divided from our aforesaid application 8229520. The two applications referred to contain description common to the present application and relate to inventions which are also embodied in the apparatus described in detail herein below.
As we believe will become apparent from the description below, in our described apparatus, efficient, rapid, adaptive encoding of a source character stream into a compressed codeword stream is possible; the code changes to accommodate changes in the relative frequency of appearance of the source characters to minimize the length of the codeword stream; code adaptations may be made economically and quickly by changing only one free variable, from which the other relevant numbers can be recalculated easily; and the decoder can adjust to changing codes automatically based on the codewords received, without requiring special code switching signals to be sent from the encoder to the decoder.
We turn now to the structure and operation of the preferred embodiment, first briefly describing the drawings thereof.
Drawings Figure 1 is a block diagram of an encoding-decoding system. 65 Figure 2 is a table illustrating a typical coding sequence.
2 GB 2 152 253A 2 Figure 3 is a block diagram of the encoder of Fig. 1 Figure 4 is a block diagram of the decoder of Fig. 1. Figure 5A through 5D are flow charts of the encoding process. Figure 6A through 6D are flow charts of the decoding process.
Overall Structure and Operation In Fig. 1, terminal 10 generates a stream of source characters on line 12 in the form of voltages, currents, frequencies or other parameters representing binary digits. Encoder 14 receives the source characters at its port 16 and encodes them into a stream of binary codewords which are transmitted through port 18 onto link 20. The number of bits in the stream of codewords is generally smaller than the number of bits in the related stream of source characters. The form of the codewords permits independent decoding to obtain the original stream of source characters.
Link 20 may perform a variety of functions, including modulating and demodulating, switching, storing, and controlling transmission errors, but in any case link 20 eventually 15 delivers the same sequence of codewords to port 22 of decoder 24 as were received from encoder 14. Decoder 24 decodes the codewords into a stream of source characters identical to the stream received at port 16 and delivers it through port 26 to line 28, which transmits it to terminal 30.
Another stream of data may be flowing in the opposite direction through the system at the 20 same time, with respect to which decoder 24 acts as an encoder and encoder 14 acts as a decoder.
Each source character is one of 256 possible 8-bit bytes. Each codeword is made up of 1, 2 or 3 subwords (called nibbles) of 4 bits each.
In general, the first step in the encoding process is to rank the 256 source characters in order 25 of decreasing frequency of appearance in the source stream. Two tables are kept by the encoder, one being a list of ranks (from 0 to 255) in source character order in which the ith entry is the rank of the ith source character; the second table being a list of source characters (from 0 to 255) in rank order in which the ith entry is the source character of rank i. When a source character of rank r appears in the source stream, the two tables are updated so that the 30 rank of that source character becomes r - 1 (if it is not already zero), and the source character that had rank r - 1 is given rank r. Accordingly the two tables are constantly updated to reflect the relative frequencies of appearance of the source characters. The rank (before the tables are updated) of each source character apprearing in the source stream determines the codeword into which it will be encoded.
For purposes of encoding, the 256 possible source characters are divided into three groups.
Source characters of ranks from zero to a first number (N4E) are encoded as one-nibble codewords, those of ranks from N4E to a second number (N8E 1) are encoded as two-nibble codewords, and those of ranks from N8E to a third number (NL) are encoded as three-nibble codewords.
The determination of N4E, N8E and NI- is governed by the so-called Kraft equality:
N4E (N8E-N4E) NL-N8E _+ + - = 1 NS N S2 N S3 45 where NS is the number of different available nibbles, and NI- is a selected number (here 267) at least as great as the number of possible source characters. In the present case, each nibble has 4 bits, which would normally permit 16 different nibbles, but nibble 0000 is specified as an illegal nibble, so that NS = 15, making the Kraft equality:
N4E N8E - N4E NI- - N8E - + + - = 1 152 153 When N4E is incremented by one (i.e., one more source character is added to the group being coded as one-nibble codewords), the equality requires NI- - N8E to be incremented by 15 and N8E - N4E to be decremented by 14, and, conversely, if N4E is decremented by one, NI- - N8E must be decremented by 15 and N8E - N4E must be incremented by 14. Therefore, 60 if the source character of rank N4E occurs more often than the source characters of ranks N8E - 15 through N8E - 1, then N4E should be incremented by one (i.e., an additional source character should be added to the group being encoded as one-nibble Codewords); and N4E should be decremented by one if the source character of rank N4E - 1 occurs less frequently than the source characters of ranks N8E to N8E + 14, because doing so will shorten the 65 encoded stream.
3 GB 2 152 253A 3 The selection of N4E and N8E is implemented by counting from a middle value (e.g., 64) up for each appearance of the source characters of ranks N4E - 1 and N4E and down for each appearance of the source characters of ranks N8E - 15 to N8E + 14. When that count exceeds a first threshold (e.g., 128), N4E is incremented; when the count fails below a second threshold (e.g., 0), N4E is decremented. Once N4E is determined, the value of N8E is recalculated in 5 accordance with the Kraft equality.
The next step is to assign each source character to a codeword. The process is illustrated in Fig. 2, which represents a tree having a number of levels (columns) 110 equal to the largest number of nibbles which make up a codeword, in this case three. The first level 115 contains branches 112 equal in number to the possible number of nibbles (in this case 16) and each branch 112 of first level 115 represents either a possible 4-bit codeword or a possible 4-bit prefix to an 8-bit or 1 2-bit codeword. Each branch 112 is labeled with one number, not enclosed in parentheses, indicating decimally the number of the nibble represented by that branch, and any branch 112 to which a source character may be assigned contains in parentheses the decimal rank of that source character. The second level 116 includes 16 sub- 15 branches 118 for each branch 112 whose nibble is serving as a prefix. Each sub-branch 118 is similarly labeled with a nibble number, not in parentheses, and, in parentheses, the rank of the assigned source character. The third level 122 similarly includes 16 leaves 124 for each subbranch 118 whose nibble was serving as a prefix. Each source character assigned to a leaf 124 at the third level would be encoded as a three-nibble word including the nibbles represented by 20 the brach at the first level, the subbranch at the second level and the leaf at the third level.
Each branch, subbranch or leaf indicated as a dashed line represents the illegal nibble 0000 so that only 15 different nibbles are actually available at each level 110. The levels 110 of the tree of Fig. 2 are arranged to provide N4E available branches 112 at the first level for encoding N4E source characters as one-nibble codewords, N8E-N4E available sub- branches 116 at the 25 second level for encoding N8E-N4E source characters as two-nibble codewords, and NL-NI3E available leaves 124 at the third level for encoding the remaining source characters as three nibble words.
Encoder Structure As shown in Fig. 3, the encoder has input 16 on which it receives, possibly on an irregular schedule, the stream of 8-bit source characters.
Memory M1 42 contains 256 elements representing the 256 possible source characters. The elements of memory M '1 42 are set to unique values between 0 and 255. The value r held in the ith element of memory M 1 42 represents the ranking r of the ith source character in frequency of appearance in the stream of source characters. For example, if the 1 Oth element of memory M 1 42 contains the value 128, then the source character represented by the 1 Oth element is estimated to be the 1 28th most frequently appearing character in the source stream.. Memory M2 44 contains 256 locations representing the 256 possible frequency rankings of the source characters. The value i held in the rth element of M2 represents the source character 40 i which holds the rth rank in frequency of appearance. Accordingly, M1 is a table of rankings in source character order while M2 is a table of source characters in rank order. If the ith element of M1 is r, the rth element of M2 is i. It is most convenient initially to set the ith elements of both M1 and M2toi.
Register N4E 46 contains the number N4E, and register N8E 48 the number N8E. N4E and 45 N8E are initially set as non-negative integers such that the Kraft equality is satisfied, when NI- is chosen as 267, as follows:
N4E + N8E = 222 Register CE 64, which can initially be set to any value (e.g., 64), contains the count which forms the basis for changing N4E.
Arithmetic unit 60 performs required computations. The encoded stream of codewords is provided on output port 18. Register W 62 holds the nibbles of each codeword before transmission to port 18. Registers R 1 54, R2 56, A 1 52, and A2 58 are connected as shown. 55 Each component of encoder 14 is attached to data bus 49 and is connected to and controlled by data processor controller 50 as illustrated in Fig. 3. The components of encoder 14 are implemented as a conventional microprocessor and memory.
Encoder Operation The results of each numerical operation described below are rounded down to the nearest integer.
Referring to Figs. 3, 5A, 5B, 5C and 5D, when a source character byte is received on port 16, controller 50 moves it to register A1 52. The source character in register A1 52 then serves as an address pointer for table M '1 42, which provides the rank r of the source character to 65 4 GB 2 152 253A 4 register R l 54. If register R l 54 does not then hold a 0 (i.e., the source character is not of the lowest rank, i.e., highest frequency of appearance), the rank value (r) is transferred from R '1 54 to register R2 56 which is then decremented by 1 to (r - 1). Register R2 56 then serves as an address pointer for table M2 44 and the source character having rank (r - 1) is placed in register A2 58, which serves as an address pointer to register M 1 44. The number in register A1 52 (i.e., the source character) is loaded into location (r - 1) of table M2 44. Register R2 56 is then incremented by 1 to r and the number in register A1 52 is stored in location r of M2 44. Location A1 of table M l 42 is decremented, and location A2 of table M '1 42 is incremented.
If the ith element of table M '1 42 is thought to contain the rank of source character i, and the 10 rth element of table M2 44 is though to contain the source character of rank r, the previous operation has the effect of placing the rank of the incoming source character into register R1 54, exchanging the rank of that source character with the rank of the next lower ranking source character, and updating tables M1 42 and M2 44 accordingly.
The contents of R1 54 (the rank r of the incoming source character) is compared with the contents of N4E 46 and N8E 48 and the value of CE is changed as follows. If r equals N4E or N4E - 1, CE is incremented. If r is less than N8E + 15 and greater than or equal to N8E - 15, CE is decremented.
Based on the results of the following comparisons between the contents of register R1 54, N4E 46 and N8E 48, the following actions are taken:
If R1 is less than N4E (indicating that the incoming source character is within the group to be coded as one-nibble words), R '1 54 is incremented by 1 and transferred to register W 62, (i.e., that source character is coded as a codeword equal in number to one more than its rank-this is illustrated in Fig. 2 in which N4E = 10 and the source character of rank 0 is coded as nibble 1, while the source character of rank 1 is coded as nibble 2).
If R1 is at least as large as N4E but less than N8E (i.e., the incoming source character is to be coded as a two-nibble word), then (N4E)l 5 + 17 + (N8E - N4E - 1) is added to register R1 54 and transferred to W62 (to become the potential two-nibble codeword). If the 4 least significant bits of the result are 0 (i.e., represent the illegal nibble 35 (0000)), the value W + 15 (N4E) + 15 16 is computed and the answer is transferred to register W 62 (to become the final two-nibble codeword).
If R1 is at least as large as N8E (i.e., the codeword will be three nibbles long) 3829 is added to register R1 54 and the result placed in register W 62. If the 4 least significant bits of the result are not 0 (i.e., the third nibble is not illegal), the contents of register W 62 is divided by 45 16 and the result added to 3573 + N8E. If that result is less than 3856, 16 is subtracted from it. The result is sent to register W 62.
By the previous encoding operation, one, two or three non-zero nibbles are loaded into register W 62 as the codeword depending on the rank of the incoming source word. The zero nibble is not permanently written into register W 62 in a less significant position than the position of a non-zero nibble. The codeword is then transmitted from output port 18 beginning with the most significant non-zero nibble.
Finally, if CE has reached the UPPER or LOWER threshold value, CE must be reset to MIDDLE and N4E and N8E must be changed to adjust the number of source characters being encoded as one-nibble, two-nibble and three-nibble codewords in order to minimize the length of the 55 encoded stream. This is accomplished as follows.
If CE = UPPER and N8E is greater than 15, then CE is reset to MIDDLE, N4E is incremented by 1 and N8E is decremented by 15.
If CE = LOWER and N4E is not zero, is reset to MIDDLE, N4E is decremented by 1 and N8E is incremented by 15.
UPPER is the upper threshold previously described and LOWER is the lower threshold previously described. UPPER is greater than MIDDLE which is greater than LOWER, and these values control the rapidity with which the coding is changed as the relative frequencies of appearance of the characters in the source stream change. Values of UPPER = 128, MID DLE = 64 and LOWER = 0 are used for 8-bit source characters.
GB 2 152 253A 5 When CE grows large, N4E is increased causing more source characters to be encoded as single nibbles, and conversely, when CE grows small. The effect is to minimize the length of the stream of codewords as the relative frequency of appearance of the source characters shifts.
At this point, encoder 14 waits for the next source character to appear and the process is repeated.
After each source character is processed, encoder 14 contains tables (M l and M2) reflecting the frequency ranks of all possible source characters, numbers (N4E and N8E) which determine the groups of source characters which will be encoded as one, two and three-nibble codewords, a number CE which measures the relative desirability of changing N4E and N8E, and a program for uniquely encoding the next received source character in accordance with its rank and the 10 values of N4E and N8E.
Decoder Structure As shown in Fig. 4, decoder 24 has input port 22, on which it receives a stream of codewords, each comprising one, two or three 4-bit nibbles, output port 26 to which it delivers 15 the stream of decoded source characters, and arithmetic unit 78 for performing computations.
Table M3 82 corresponds to table M2 of the encoder, registers N4D 76 and N8D 66 correspond to registers N4E and N8E of the encoder, register CD 80 corresponds to register CE of the encoder and register S 74 holds a value which indicates whether the first, second or third nibble of a codeword is being processed. The components of decoder 24 are attached to data 20 bus 79, and are controlled by data processor controller 70. The components of decoder 24 are implemented as a conventional microprocessor and memory.
Decoder Operation Prior to operation, table M3 is initialized to be the same as table M2 of the encoder, and 25 register N4D, N8D and CD are set to the same values as the corresponding registers of the encoder. Register S is initially set to zero in preparation for processing the first nibble of the first incoming codeword.
Referring to Figs. 4, 6A, 6B, 6C, and 6D, when a nibble is received on port 22, controller 70 transfers it to register R3 72 and takes the following actions, depending on the value stored in 30 register S 74. The value in register S indicates whether a first nibble, second nibble or third nibble of a codeword is being processed.
If S is zero, indicating the first nibble in a codeword, then register R3 is compared with the value in register N4D 76. If R3 is less than or equal to N4D (i.e., the codeword is only one nibble long) then R3 is decremented to obtain the rank of the source character; otherwise R3 is 35 transferred to register S.
If S is greater than 0 and less than 16, indicating the second nibble in a codeword, the content of register S 74 is multiplied by 16 and the result is added to R3. If R3 is less than 16 N4D + 17 + (N8D - N4D), then 15 N4D + 15 is subtracted from R3, the result is multiplied by 16 and returned to R3. If R3 is then less than N4D + 17 + (N8D - N4D) + N8D then N4D + 17 + (N8D - MD)l 15 j 55 is subtracted from R3 and S is cleared, otherwise R3 is sent to S.
If S is greater than or equal to 16, indicating the third nibble of a codeword, then the content of register S 74 is multiplied by 16 and the result is added to R3. If R3 is less than 3840, then 16 is added to it and, if the resulting R3 is less than 3829 + N8D, then 3573 + N8D is 60 subtracted from R3, the result is multiplied by 16 and that result is stored in R3. Then 3829 is subtracted from R3 and S is cleared.
When these operations are completed, if the value of S is 0, indicating that a new codeword is about to be received, the value in CD must be updated to conform to the value of CE so that the encoder and decoder will be operating with the same codes. This is accomplished by 65 6 GB 2 152 253A controller 73 performing the following functions:
The contents of R3 (which contains the rank of the source character corresponding to the codeword just decoded) are compared with the contents of N4D and N4E. If R3 = N4D - 1 or R3 = N4D, then register CD 80 is incremented. If R3 is greater than or equal to N8D - 15 and 5 less than N8D + 15 then register CD 80 is decremented.
Controller 70 then places in output port 26, the contents of location R3 of table M3 82 (which is the source character of rank R3) and, if R3 is greater than zero (that is the source -haracter is not of the lowest rank), the contents of locations R3 and R3 - 1 in table M3 are interchanged, which effectively exchanges the ranks of the source character just processed and the source character of the next lower rank, thereby causing table M3 to correspond to table M2 10 44 of encoder 14.
Next, controller 70 checks the value of CD against the same threshholds, UPPER and 1OWER, used by encoder 14 and performs the following:
If CD = UPPER and N8D greater than 15, then CD is set to MIDDLE, N4D is incremented by 1 and N8D is decremented by 15.
If CD = LOWER and N4D is greater than 0, then CD is set to MIDDLE, N4D is decremented by 1 and NSD is incremented by 15.
These steps have the effect of internally updating the values of CD, N4D and N8D to correspond exactly to CE, N4E and N8E, respectively, in encoder 14.
Finally, the decoded source character on output port 26 is provided to line 28. Controller 70 20 waits until the next code word appears on input port 22 and then repeats the process.
Decoder 24 therefore decodes each received codeword into the corresponding source character using the reverse process of the encoder based on decoding parameters N4D and N8D and a list M3 of source characters in rank order. N4D and N8D are changed when a value CD exceeds preprogrammed threshholds, UPPER and LOWER which are the same as those programmed into encoder 14. CD is updated to be the same as value CE. M3 is updated to show the current rankings of the source characters by the name process used in encoder 14. No information other than the source character stream needs to be transmitted from encoder 14 to decoder 24 to coordinate their respective activities, since the required coding information is implicitly contained in the codewords themselves.
Further variations are possible. For example, the codewords can include a group of codewords made up of more than three nibbles. Then, the dividing points between the groups of codewords are determined by more than two partitioning values under the Kraft equality, and more than one of those values will be free variables with the remaining values being determined once those free variables are set.

Claims (6)

1. Apparatus for encoding a stream of source characters into a stream of codewords, each of said source characters being from a source alphabet, each of said source characters in said source alphabet having a time-varying frequency of appearance in said stream of source characters, said source characters being ranked in order of their current relative frequency of appearance, each of said codewords belonging either to a first, second, or third group of said codewords, said codewords in said groups comprising respectively one, two, three equal length subwords, each of said subwords being from a subword alphabet; said apparatus comprising: an encoder for encoding each of said source characters having a rank not higher than a selectable 45 first number as a codeword having one subword, each of said source characters having a rank higher than said first number and not higher than a second number as a codeword having two subwords, and each of said source characters having a rank higher than said second number as a codeword having three subwords, said second number being fixed by the value of said first number; a two-subword recoder for dividing by 16 any said codeword having two subwords and 50 whose last subword is zero, and adding the result to 15 plus the product of 15 tiems said first number, to provide a revised codeword; and a three-subword recoder for dividing by 16 any said codeword having three subwords and whose last subword is zero, and adding the result to 3573 plus said second number, and, if the resulting codeword is smaller than 3856, subtracting 16 from said resulting codeword, to provide a revised codeword.
2. Apparatus according to Claim 1, and including a monitor for counting the number of occurrences, in said stream of source characters, of each source character in a set of fewer than all of said source characters; and a selector responsive to said monitor for updating said first number to a new value when said new value will shorten at least a portion of said stream of codewords and for recalculating said second number from said first number.
3. Apparatus according to Claim 2, wherein said set comprises those source characters for which the number of subwords in the associated codewords would be changed by changes in said first number and said second number.
4. Apparatus according to Claim 3, wherein said set comprises the source characters having ranks equal to said first number, to one less than said first number, and to each number 65 7 GB 2 152 253A 7 between said second number minus the number of said subwords in said subword alphabet, and said second number plus one less than the number of subwords in said subword alphabet.
5. Apparatus according to any preceding claim, further comprising a decoder for decoding said stream of codewords into said stream of source characters, said decoder comprising: a decoder frequency ranker for determining for each of said source characters in said source alphabet said rank corresponding to its said current estimated relative frequency of appearance; said decoder being adapted to determine directly from said codewords in said stream of codewords which one of said selectable codes was used for said encoding.
6. Apparatus according to Claim 1 and substantially as hereinbefore described with reference to and as shown in the accompanying drawings, for encoding a stream of source characters into a stream of codewords.
Printed in the United Kingdom for Her Majesty's Stationery Office, Dd 8818935, 1985, 4235. Published at The Patent Office, 25 Southampton Buildings, London, WC2A lAY, from which copies may be obtained.
0
GB08502325A 1981-10-15 1985-01-30 Data compression Expired GB2152253B (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
US31187781A 1981-10-15 1981-10-15
US31174481A 1981-10-15 1981-10-15

Publications (3)

Publication Number Publication Date
GB8502325D0 GB8502325D0 (en) 1985-02-27
GB2152253A true GB2152253A (en) 1985-07-31
GB2152253B GB2152253B (en) 1986-05-21

Family

ID=26978045

Family Applications (3)

Application Number Title Priority Date Filing Date
GB08229520A Expired GB2109204B (en) 1981-10-15 1982-10-15 Data compression
GB08502325A Expired GB2152253B (en) 1981-10-15 1985-01-30 Data compression
GB08502324A Expired GB2152252B (en) 1981-10-15 1985-01-30 Data compression

Family Applications Before (1)

Application Number Title Priority Date Filing Date
GB08229520A Expired GB2109204B (en) 1981-10-15 1982-10-15 Data compression

Family Applications After (1)

Application Number Title Priority Date Filing Date
GB08502324A Expired GB2152252B (en) 1981-10-15 1985-01-30 Data compression

Country Status (4)

Country Link
AU (4) AU555476B2 (en)
DE (1) DE3238130A1 (en)
FR (1) FR2514969B1 (en)
GB (3) GB2109204B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1993017503A1 (en) * 1992-02-28 1993-09-02 Intersecting Concepts, Incorporated Data compression using hashing
GB2321375A (en) * 1997-01-21 1998-07-22 Fujitsu Ltd Data encoding and decoding
GB2367223A (en) * 1997-01-21 2002-03-27 Fujitsu Ltd Data compression encoding where groups of character whose codes exactly fill a transmission data unit are stored in the encoding table

Families Citing this family (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5045853A (en) * 1987-06-17 1991-09-03 Intel Corporation Method and apparatus for statistically encoding digital data
US4926482A (en) * 1987-06-26 1990-05-15 Unisys Corp. Apparatus and method for real time data compressor
US4967196A (en) * 1988-03-31 1990-10-30 Intel Corporation Apparatus for decoding variable-length encoded data

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
SE406407B (en) * 1975-11-25 1979-02-05 Hell Rudolf Dr Ing Gmbh PROCEDURE FOR DIGITAL RUN LENGTH CODING WITH REDUNDANCE REDUCTION FOR TRANSFER OF BINERT CODED IMAGE INFORMATION
US4168513A (en) * 1977-09-12 1979-09-18 Xerox Corporation Regenerative decoding of binary data using minimum redundancy codes
JPS5755669A (en) * 1980-09-05 1982-04-02 Ibm Dynamic data compressing system

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO1993017503A1 (en) * 1992-02-28 1993-09-02 Intersecting Concepts, Incorporated Data compression using hashing
US5371499A (en) * 1992-02-28 1994-12-06 Intersecting Concepts, Inc. Data compression using hashing
GB2321375A (en) * 1997-01-21 1998-07-22 Fujitsu Ltd Data encoding and decoding
US5914680A (en) * 1997-01-21 1999-06-22 Fujitsu Limited Data encoding method and apparatus and data decoding method and apparatus
GB2321375B (en) * 1997-01-21 2002-02-27 Fujitsu Ltd Data encoding method and apparatus and data decoding method and apparatus
GB2367223A (en) * 1997-01-21 2002-03-27 Fujitsu Ltd Data compression encoding where groups of character whose codes exactly fill a transmission data unit are stored in the encoding table
GB2367223B (en) * 1997-01-21 2002-05-15 Fujitsu Ltd Data encoding method and apparatus and data decoding method and apparatus

Also Published As

Publication number Publication date
FR2514969A1 (en) 1983-04-22
GB8502325D0 (en) 1985-02-27
AU5677986A (en) 1986-09-18
AU5677786A (en) 1986-09-18
AU575722B2 (en) 1988-08-04
AU8932882A (en) 1983-04-21
AU5677886A (en) 1986-09-18
GB2109204A (en) 1983-05-25
GB8502324D0 (en) 1985-02-27
GB2109204B (en) 1986-05-29
GB2152252B (en) 1986-05-21
AU575723B2 (en) 1988-08-04
FR2514969B1 (en) 1989-02-03
GB2152253B (en) 1986-05-21
AU555476B2 (en) 1986-09-25
DE3238130A1 (en) 1983-06-23
GB2152252A (en) 1985-07-31

Similar Documents

Publication Publication Date Title
US4560976A (en) Data compression
US4099257A (en) Markov processor for context encoding from given characters and for character decoding from given contexts
CA1175154A (en) Shift circuit
US4562423A (en) Data compression
US4591829A (en) Run length code decoder
US5343195A (en) Variable length codeword decoding apparatus
US5761741A (en) Technique for addressing a partial word and concurrently providing a substitution field
US5268769A (en) Image signal decoding system for decoding modified Huffman codes at high speeds
US4207599A (en) Run length encoding and decoding process and apparatus
US5617089A (en) Huffman code decoding circuit
GB2152253A (en) Data compression
GB2074766A (en) Microprogram control system
EP0647034B1 (en) A variable word length code decoding method, and a decoder for performing the same
CA1208786A (en) Data compression
JPS6338153B2 (en)
CA1208787A (en) Data compression
EP0683569B1 (en) Decoding circuit for variable length code
US5991340A (en) Method and system for encoding and decoding data using run prediction
US4089051A (en) Alternative direct and indirect addressing
US5699544A (en) Method and apparatus for using a fixed width word for addressing variable width data
EP0052757B1 (en) Method of decoding phrases and obtaining a readout of events in a text processing system
US5233695A (en) Microprocessor with a reduced size microprogram
JPH02186836A (en) Vector quantizer
US5625786A (en) Microprogram memory output circuit for selectively outputting fields of microinstruction word to a plurality of data terminals
US4584556A (en) Ratio comparator for digital signals

Legal Events

Date Code Title Description
PCNP Patent ceased through non-payment of renewal fee

Effective date: 19981015