JP2693338B2 - Error control processing method in data compression / decompression processing - Google Patents

Error control processing method in data compression / decompression processing

Info

Publication number
JP2693338B2
JP2693338B2 JP4046588A JP4658892A JP2693338B2 JP 2693338 B2 JP2693338 B2 JP 2693338B2 JP 4046588 A JP4046588 A JP 4046588A JP 4658892 A JP4658892 A JP 4658892A JP 2693338 B2 JP2693338 B2 JP 2693338B2
Authority
JP
Japan
Prior art keywords
data
processing
error
period
code
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.)
Expired - Fee Related
Application number
JP4046588A
Other languages
Japanese (ja)
Other versions
JPH05252047A (en
Inventor
佳之 岡田
茂 吉田
泰彦 中野
広隆 千葉
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.)
Fujitsu Ltd
Original Assignee
Fujitsu Ltd
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 Fujitsu Ltd filed Critical Fujitsu Ltd
Priority to JP4046588A priority Critical patent/JP2693338B2/en
Publication of JPH05252047A publication Critical patent/JPH05252047A/en
Application granted granted Critical
Publication of JP2693338B2 publication Critical patent/JP2693338B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Image Processing (AREA)
  • Compression, Expansion, Code Conversion, And Decoders (AREA)

Description

【発明の詳細な説明】DETAILED DESCRIPTION OF THE INVENTION

【0001】[0001]

【産業上の利用分野】本発明は、ユニバーサル符号に従
う通信システムにおいてのデータ圧縮・復元処理にあっ
て、復元側でエラーが発生しても、ユニバーサル符号化
/復号化処理を最初からやり直さなくても済むようにで
きるとともに、ユニバーサル符号に従う記憶システムに
おいてのデータ圧縮・復元処理にあって、復元側でエラ
ーが発生しても、全部のデータを復元できるようになる
データ圧縮・復元処理における誤り制御処理方式に関す
るものである。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a data compression / decompression process in a communication system complying with universal code, and even if an error occurs on the decompression side, the universal coding / decoding process does not have to be redone from the beginning. Error control in the data compression / decompression process that enables the entire data to be decompressed even if an error occurs on the decompression side in the data compression / decompression process in the storage system conforming to the universal code. It relates to a processing method.

【0002】近年、文字コードやベクトル情報や画像
等、様々な種類のデータがコンピュータで扱われるよう
になっており、扱われるデータ量も急激に増加しつつあ
る。このような大量なデータを扱うときには、記憶容量
の削減を図り、高速伝送を実現するためにも、データ中
の冗長な部分を省いてデータ量を圧縮していく必要があ
る。
In recent years, various kinds of data such as character codes, vector information, and images have been handled by computers, and the amount of data handled has been increasing rapidly. When handling such a large amount of data, it is necessary to omit redundant parts in the data and compress the data amount in order to reduce the storage capacity and realize high-speed transmission.

【0003】データ圧縮の方法としては種々のものが提
案されているが、圧縮対象となるデータの統計的な性質
が分からなくてもデータ圧縮を実現できる方法として、
ユニバーサル符号が提案されている。このユニバーサル
符号の代表的な方法として、出現確率を蓄積していく算
術符号と、生データを蓄積していくジブーレンペル(Zi
v-Lempel)符号とがあり、このジブーレンペル符号で
は、更に大きく分けてスライド辞書型と動的辞書型とい
う2つのアルゴリズムが提案されている。
Various methods of data compression have been proposed, but as a method of realizing data compression without knowing the statistical properties of the data to be compressed,
Universal codes have been proposed. As a typical method of this universal code, an arithmetic code that accumulates appearance probabilities and a Giburempel (Zi
v-Lempel) code, and this Dibullenpel code is roughly divided into two algorithms, a slide dictionary type and a dynamic dictionary type.

【0004】そして、このスライド辞書型のアルゴリズ
ムの改良として、LZSS符号が提案されており、動的
辞書型のアルゴリズムの改良として、LZW符号が提案
されている。このようなユニバーサル符号によるデータ
圧縮・復元処理を実用的なものとしていくためには、エ
ラーが発生する場合にも適切に対処できる構成を構築し
ていく必要がある。
The LZSS code has been proposed as an improvement of the slide dictionary type algorithm, and the LZW code has been proposed as an improvement of the dynamic dictionary type algorithm. In order to make the data compression / decompression process using such a universal code practical, it is necessary to construct a configuration that can appropriately handle an error.

【0005】[0005]

【従来の技術】最初に、LZW符号によるデータ符号化
処理と、そのデータ復元化処理について説明し、次に、
LZW符号によるデータ圧縮・復元処理形態を採る通信
システムにおいての従来のデータ圧縮・復元処理の誤り
制御処理と、LZW符号によるデータ圧縮・復元処理形
態を採る記憶システムにおいての従来のデータ圧縮・復
元処理の誤り制御処理について説明する。なお、以下の
説明では、情報理論で用いられている呼称を踏襲して、
データの1ワードを文字と呼び、データが任意ワードつ
ながったものを文字列と呼ぶことにする。
2. Description of the Related Art First, a data encoding process using an LZW code and its data restoration process will be described.
Error control processing of the conventional data compression / decompression processing in a communication system adopting the data compression / decompression processing format by the LZW code, and conventional data compression / decompression processing in the storage system adopting the data compression / decompression processing format by the LZW code. The error control process will be described. In the following explanation, following the name used in information theory,
One word of data is called a character, and a string of data connected together is called a character string.

【0006】図13に、LZW符号によるデータ符号化
処理の処理フロー、図14に、LZW符号によるデータ
復元化処理の処理フローを図示する。最初に、図13に
従って、LZW符号によるデータ符号化処理について説
明する。このLZW符号によるデータ符号化処理は、入
力されたデータを互いに異なる文字列に分解し、この文
字列を参照番号(辞書番号)とともに辞書に管理してい
く構成を採って、入力中のデータを辞書登録の最長一致
文字列の参照番号列に置き換えていくことで、長い文字
列を短い参照番号で表すことでもって符号化を実行する
構成を採るものである。
FIG. 13 shows a processing flow of data encoding processing by the LZW code, and FIG. 14 shows a processing flow of data restoration processing by the LZW code. First, the data encoding process using the LZW code will be described with reference to FIG. In the data encoding process using the LZW code, the input data is decomposed into different character strings, and this character string is managed in a dictionary together with a reference number (dictionary number). By replacing the longest matching character string registered in the dictionary with the reference number string, a long character string is represented by a short reference number to perform encoding.

【0007】ここで、辞書への文字列の登録方法は、図
15に示すように、単一文字以外の新規登録の文字列に
ついては、それまでに登録されている参照番号とそれに
続く1文字との組み合わせで表現して登録していく構成
が採られている。
Here, as for the method of registering a character string in the dictionary, as shown in FIG. 15, for a newly registered character string other than a single character, the reference number registered up to that point and the subsequent one character are used. The composition is expressed by the combination of and registered.

【0008】すなわち、LZW符号によるデータ符号化
処理を実行する場合には、図13の処理フローに示すよ
うに、先ず最初に、ステップ1で、符号化対象となる文
字列に出現する可能性のある全ての単一文字を辞書に登
録し、参照番号の最大値Nにその単一文字種類数を設定
する。次に、ステップ2で、符号化対象の入力データの
最初の文字Kを入力して、その文字Kの参照番号を語頭
文字列ωとして設定する。続いて、ステップ3で、符号
化対象の入力データから次の文字Kを読み込み、続くス
テップ4で、参照番号を表す語頭文字列ωとこの読み込
んだ文字Kとの組み合わせの文字列ωKが、辞書に登録
されているか否かを判断する。
That is, when executing the data encoding processing by the LZW code, as shown in the processing flow of FIG. 13, first, in step 1, there is a possibility that it may appear in the character string to be encoded. All certain single characters are registered in the dictionary, and the maximum number N of reference numbers is set to the number of single character types. Next, in step 2, the first character K of the input data to be encoded is input, and the reference number of the character K is set as the initial character string ω. Then, in step 3, the next character K is read from the input data to be encoded, and in subsequent step 4, the character string ωK that is a combination of the initial character string ω representing the reference number and the read character K is Determine whether it is registered in the dictionary.

【0009】このステップ4で、文字列ωKが辞書に登
録されていると判断するときには、ステップ5に進ん
で、この文字列ωKの参照番号を新たな語頭文字列ωと
して設定し、続くステップ6で、符号化対象の入力デー
タの全文字についての処理が終了したか否かを判断し
て、終了していないことを判断するときには、ステップ
3に戻っていくことで最長一致文字列を検索し、終了し
たことを判断するときには、ステップ8に進んで、語頭
文字列ωの参照番号を出力して処理を終了する。
When it is determined in step 4 that the character string ωK is registered in the dictionary, the process proceeds to step 5, the reference number of this character string ωK is set as a new initial character string ω, and the subsequent step In step 6, it is determined whether or not the processing has been completed for all the characters of the input data to be encoded. If it is determined that the processing has not been completed, the process returns to step 3 to search for the longest matching character string. When it is determined that the process has ended, the process proceeds to step 8 to output the reference number of the initial character string ω and end the process.

【0010】一方、ステップ4で、文字列ωKが辞書に
登録されていないと判断するときには、語頭文字列ωの
示す文字列が最長一致文字列であることに対応して、ス
テップ7に進んで、語頭文字列ωの参照番号を出力する
とともに、この文字列ωKを参照番号を付加して辞書に
登録する。そして、それまでの語頭文字列ωに続く1文
字Kの参照番号を新たな語頭文字列ωとして設定すると
ともに、参照番号の最大値を1つインクリメントしてか
らステップ6に進んでいくことで、次の最長一致文字列
の検索に入っていく。
On the other hand, when it is determined in step 4 that the character string ωK is not registered in the dictionary, the process proceeds to step 7 in response to the character string indicated by the initial character string ω being the longest match character string. Then, the reference number of the initial character string ω is output, and the character string ωK is added to the reference number and registered in the dictionary. Then, the reference number of one character K following the initial character string ω is set as a new initial character string ω, and the maximum value of the reference number is incremented by 1 before proceeding to step 6. Then, the search for the next longest matching character string is started.

【0011】図16に従って、この処理フローによるL
ZW符号生成について具体的に説明すると、ステップ1
の処理に従って、文字aが参照番号1、文字bが参照番
号2、文字cが参照番号3とともに辞書に登録される。
次に、ステップ2の処理に従って、入力データの先頭文
字aが読み出されて、その参照番号1が語頭文字列ωと
して設定される。続いて、ステップ3の処理に従って、
入力データの第2番目の文字bが読み出され、ステップ
4の処理に従って、文字列1b(=ab)が辞書に登録
されていないことが判断されて、ステップ7の処理に従
って、語頭文字列ωの参照番号1が出力されるととも
に、文字列1bが参照番号4とともに辞書に登録され、
更に、この文字bの参照番号2が新たな語頭文字列ωと
して設定される。
According to FIG. 16, L according to this processing flow
The ZW code generation will be specifically described. Step 1
In accordance with the processing of 1, the character a is registered in the dictionary together with the reference number 1, the character b is the reference number 2, and the character c is registered with the reference number 3.
Next, according to the process of step 2, the first character a of the input data is read and its reference number 1 is set as the initial character string ω. Then, according to the process of step 3,
The second character b of the input data is read out, and according to the process of step 4, it is determined that the character string 1b (= ab) is not registered in the dictionary, and according to the process of step 7, the first character string The reference number 1 of ω is output, and the character string 1b is registered with the reference number 4 in the dictionary.
Further, the reference number 2 of this character b is set as a new initial character string ω.

【0012】続いて、ステップ3の処理に従って、入力
データの第3番目の文字aが読み出され、ステップ4の
処理に従って、文字列2a(=ba)が辞書に登録され
ていないことが判断されて、ステップ7の処理に従っ
て、語頭文字列ωの参照番号2が出力されるとともに、
文字列2aが参照番号5とともに辞書に登録され、更
に、この文字aの参照番号1が新たな語頭文字列ωとし
て設定される。
Then, the third character a of the input data is read according to the processing of step 3, and it is determined according to the processing of step 4 that the character string 2a (= ba) is not registered in the dictionary. Then, according to the process of step 7, the reference number 2 of the initial character string ω is output, and
The character string 2a is registered in the dictionary together with the reference number 5, and the reference number 1 of this character a is set as a new initial character string ω.

【0013】続いて、ステップ3の処理に従って、入力
データの第4番目の文字bが読み出され、ステップ4の
処理に従って、文字列1bが辞書に登録されていること
が判断されて、ステップ5の処理に従って、この文字列
1bの参照番号4が新たな語頭文字列ωとして設定され
る。続いて、ステップ3の処理に従って、入力データの
第5番目の文字cが読み出され、ステップ4の処理に従
って、文字列4c(=abc)が辞書に登録されていな
いことが判断されて、ステップ7の処理に従って、語頭
文字列ωの参照番号4が出力されるとともに、文字列4
cが参照番号6とともに辞書に登録され、更に、この文
字cの参照番号3が新たな語頭文字列ωとして設定され
る。以下同様の処理を繰り返していくことで、図16に
示すような符号化が実行されていく。
Then, the fourth character b of the input data is read according to the processing of step 3, and it is determined that the character string 1b is registered in the dictionary according to the processing of step 4, and step 5 is executed. According to the processing of, the reference number 4 of this character string 1b is set as a new initial character string ω. Then, the fifth character c of the input data is read according to the process of step 3, and it is determined that the character string 4c (= abc) is not registered in the dictionary according to the process of step 4, According to the processing of 7, the reference number 4 of the initial character string ω is output and the character string 4
c is registered in the dictionary together with the reference number 6, and the reference number 3 of this character c is set as a new initial character string ω. By repeating the same processing thereafter, the encoding as shown in FIG. 16 is executed.

【0014】次に、図14に従って、LZW符号による
データ復元化処理について説明する。このLZW符号に
よるデータ復元化処理は、図13で説明したデータ符号
化の逆変換処理を実行することで、データの復元を実行
する構成を採るものである。
Next, the data restoration processing using the LZW code will be described with reference to FIG. The data restoration processing using the LZW code has a configuration of performing data restoration by executing the inverse transformation processing of the data encoding described in FIG.

【0015】すなわち、LZW符号によるデータ復元化
処理を実行する場合には、図14の処理フローに示すよ
うに、先ず最初に、ステップ1で、復元される文字列に
出現する可能性のある全ての単一文字を辞書に登録し、
参照番号の最大値Nにその単一文字種類数を設定する。
次に、ステップ2で、復元対象となる入力データ(参照
番号列である)の最初の符号(CODE)を読み込み、OLDc
ode として設定するとともに、辞書を検索して、このCO
DEの指す文字Kを探し出して出力する。ここで、出力し
た文字Kは、後の例外処理のためにcharにセットしてい
く。
That is, when the data restoration processing by the LZW code is executed, as shown in the processing flow of FIG. 14, first, at step 1, all the characters that may appear in the restored character string are displayed. Register a single character in the dictionary,
The maximum number N of reference numbers is set to the number of single character types.
Next, in step 2, the first code (CODE) of the input data (reference number string) to be restored is read, and OLDc
Set it as ode and search the dictionary for this CO
Find the letter K pointed to by DE and output it. Here, the output character K is set to char for later exception processing.

【0016】続いて、ステップ3で、復元対象となる入
力データから次の符号(CODE)を読み込み、NEWcode と
して設定する。続いて、ステップ4で、ステップ3で読
み込んだCODEが辞書に登録されているか否かをチェック
する。このステップ4で、CODEが辞書に登録されている
ことを判断すると、ステップ5に進んで、このCODEの指
す文字列ωKを辞書から読み出し、続くステップ6で、
この文字列ωKの文字Kをスタックに格納するととも
に、この文字列ωKの参照番号ωを新たなCODEとして設
定してステップ5の処理に戻っていく。
Then, in step 3, the next code (CODE) is read from the input data to be restored and set as NEWcode. Then, in step 4, it is checked whether the CODE read in step 3 is registered in the dictionary. When it is determined in step 4 that CODE is registered in the dictionary, the process proceeds to step 5, the character string ωK pointed to by this CODE is read from the dictionary, and in step 6 that follows,
The character K of this character string ωK is stored in the stack, the reference number ω of this character string ωK is set as a new CODE, and the process returns to step 5.

【0017】このステップ5及びステップ6の処理を再
帰的に実行していくことで、CODEが1文字を指す状態に
達することを判断すると、ステップ7に進んで、ステッ
プ6でスタックした文字列をLILO(Last In Fast O
ut)形式でポップアップして出力するとともに、OLDcod
e に設定される前回使用した参照番号ωと、今回復元し
た文字列の先頭の1文字との組み合わせからなる文字列
ωKを参照番号を付加して辞書に登録する。そして、復
元文字列の先頭の1文字を後の例外処理のためにcharに
セットし、NEWcode のCODEをOLDcode として設定すると
ともに、参照番号の最大値を1つインクリメントする。
When it is determined that CODE reaches the state of indicating one character by recursively executing the processes of steps 5 and 6, the process proceeds to step 7, and the character string stacked in step 6 is deleted. LILO (Last In Fast O
ut) format and pops up and outputs, and OLDcod
A reference number is added to the character string ωK, which is a combination of the previously used reference number ω set in e and the first character of the character string restored this time, and is registered in the dictionary. Then, the first character of the restored character string is set to char for later exception processing, the CODE of NEWcode is set as OLDcode, and the maximum value of the reference number is incremented by one.

【0018】ステップ7の処理を終了すると、ステップ
8に進んで、復元対象となる入力データの全符号につい
ての処理が終了したか否かを判断して、終了していない
ことを判断するときには、ステップ3に戻っていくこと
で次の符号の復元処理を実行し、終了したことを判断す
るときには処理を終了する。
When the processing of step 7 is completed, the process proceeds to step 8 to judge whether the processing has been completed for all codes of the input data to be restored, and when it is judged that the processing has not been completed, By returning to step 3, the restoration process of the next code is executed, and when it is judged that the process is finished, the process is finished.

【0019】そして、ステップ4で、ステップ3で読み
込んだCODEが辞書に登録されていないことを判断すると
きには、ステップ9に進んで、以下の例外処理を実行す
る。ここで、このような状態は、符号化において直前の
参照番号を参照する場合に起こることになる。これか
ら、ステップ9では、charを出力し、OLDcode をCODEと
して設定するとともに、OLDcode とcharとの組み合わせ
をNEWcode として設定して、ステップ5に進んでいく処
理を実行することになる。
When it is determined in step 4 that the CODE read in step 3 is not registered in the dictionary, the process proceeds to step 9 and the following exception processing is executed. Here, such a state occurs when the immediately preceding reference number is referred to in encoding. From this, in step 9, char is output, OLDcode is set as CODE, a combination of OLDcode and char is set as NEWcode, and the process proceeds to step 5.

【0020】図17に従って、この処理フローによるL
ZW符号の復号化処理について具体的に説明すると、ス
テップ1の処理に従って、文字aが参照番号1、文字b
が参照番号2、文字cが参照番号3とともに辞書に登録
される。次に、ステップ2の処理に従って、入力データ
の先頭符号1が読み出されて、その符号1の指す文字a
が出力される。続いて、ステップ3の処理に従って、入
力データの第2番目の符号2が読み出され、ステップ5
ないしステップ7の処理に従って、その符号2の指す文
字bが出力されるとともに、前回処理した符号1と今回
復元した文字列の先頭の1文字bとの組み合わせの文字
列1bが参照番号4とともに辞書に登録される。
According to FIG. 17, L according to this processing flow
The decoding process of the ZW code will be specifically described. According to the process of step 1, the character a is the reference number 1 and the character b is
Is registered in the dictionary together with the reference number 2 and the character c together with the reference number 3. Next, according to the process of step 2, the leading code 1 of the input data is read out and the character a pointed to by the code 1 is read.
Is output. Then, the second code 2 of the input data is read according to the process of step 3, and step 5
Or the character b pointed to by the code 2 is output in accordance with the process of step 7, and the character string 1b which is a combination of the previously processed code 1 and the first character b of the character string restored this time is stored in the dictionary together with the reference number 4. Be registered with.

【0021】続いて、ステップ3の処理に従って、入力
符号列の第3番目の符号4が読み出され、ステップ5な
いしステップ7の処理に従って、その符号4の指す文字
列abが出力されるとともに、前回処理した符号2と今
回復元した文字列の先頭の1文字aとの組み合わせの文
字列2aが参照番号5とともに辞書に登録される。以下
同様の処理を繰り返していくことで、図17に示すよう
な符号化が実行されていくことになるが、入力データの
第6番目の符号8が読み出されるときには、符号8はこ
の復元時には辞書に登録されていない。これから、ステ
ップ9の処理に従って例外処理が実行されて、前回処理
した符号5に前回復元した文字列baの先頭文字bを加
えた文字列5bが求められ、これを復元していくことで
符号8の指す文字列babが求められて出力されるとと
もに、前回処理した符号5に今回復元した文字列の先頭
文字bを加えた文字列5bが参照番号8とともに辞書に
登録されることになるのである。
Then, the third code 4 of the input code string is read according to the processing of step 3, and the character string ab pointed to by the code 4 is output according to the processing of steps 5 to 7. A character string 2a, which is a combination of the code 2 processed last time and the first character a of the character string restored this time, is registered in the dictionary together with the reference number 5. By repeating the same processing thereafter, the encoding as shown in FIG. 17 is executed, but when the sixth code 8 of the input data is read, the code 8 is the dictionary at the time of this restoration. Not registered in. From this, the exception process is executed according to the process of step 9, and the character string 5b obtained by adding the first character b of the previously restored character string ba to the previously processed code 5 is obtained, and by restoring this, the character string 5b is obtained. The character string bab pointed to by is obtained and output, and the character string 5b obtained by adding the first character b of the character string restored this time to the previously processed code 5 is registered in the dictionary together with the reference number 8. .

【0022】次に、LZW符号によるデータ圧縮・復元
処理形態を採る通信システムにおいての従来のデータ圧
縮・復元処理の誤り制御処理と、LZW符号によるデー
タ圧縮・復元処理形態を採る記憶システムにおいての従
来のデータ圧縮・復元処理の誤り制御処理について説明
する。
Next, the error control processing of the conventional data compression / decompression processing in the communication system adopting the data compression / decompression processing format by the LZW code and the conventional error control processing in the storage system adopting the data compression / decompression processing format by the LZW code. The error control process of the data compression / decompression process will be described.

【0023】図18に、LZW符号によるデータ圧縮・
復元処理形態を採る通信システムにおいての従来のデー
タ圧縮・復元処理の誤り制御処理フロー、図19に、こ
の制御処理フローを実現する回路構成を図示する。
FIG. 18 shows data compression by the LZW code.
An error control processing flow of a conventional data compression / decompression processing in a communication system that adopts the decompression processing form, and FIG. 19 shows a circuit configuration for realizing this control processing flow.

【0024】すなわち、従来の通信システムでは、圧縮
側は、ステップ1で、辞書データを単一文字登録のもの
にクリアすると、次に、ステップ2で、符号化対象とな
る入力データをユニバーサル符号化することで圧縮デー
タを生成し、続くステップ3で、このユニバーサル符号
化と同期させて辞書データを蓄積していく。続いて、ス
テップ4で、生成した圧縮データを復元側に送信してい
く。このとき、ステップ5で、誤り検出符号を付加する
とともに、復元側から通信上の誤りによる再送要求があ
る場合には、それに応答して圧縮データを再送してい
く。
That is, in the conventional communication system, the compression side clears the dictionary data to the one for single character registration in step 1, and then in step 2, universally encodes the input data to be encoded. As a result, compressed data is generated, and in subsequent step 3, dictionary data is accumulated in synchronization with this universal encoding. Then, in step 4, the generated compressed data is transmitted to the decompression side. At this time, in step 5, the error detection code is added, and if there is a retransmission request due to a communication error from the decompression side, the compressed data is retransmitted in response to the request.

【0025】そして、続くステップ6で、復元側から復
元エラーによる再送要求があるか否かを判断して、再送
要求がないと判断するときには、ステップ7に進んで、
符号化対象の最終データであるか否かを判断して、最終
データであるときには処理を終了し、最終データでない
ときにはステップ2に戻って、圧縮データの生成・送信
処理を続行する。そして、ステップ6で、再送要求があ
ると判断するときには、ステップ8に進んで、入力デー
タを再入力してステップ1に戻っていくことで、圧縮デ
ータの生成・送信処理を始めからやり直していく。
Then, in the subsequent step 6, it is judged whether or not there is a resend request due to a restoration error from the restoration side. When it is judged that there is no resend request, the process proceeds to step 7,
It is determined whether or not it is the final data to be encoded. If it is the final data, the process is ended, and if it is not the final data, the process returns to step 2 to continue the compressed data generation / transmission process. When it is determined in step 6 that there is a retransmission request, the process proceeds to step 8, the input data is re-input, and the process returns to step 1 to repeat the generation / transmission process of the compressed data from the beginning. .

【0026】一方、復元側は、ステップ9で、辞書デー
タを単一文字登録のものにクリアすると、次に、ステッ
プ10で、圧縮側から送信されてくる圧縮データに付加
されている誤り検出符号に従って、通信上の誤りが発生
したのか否かを検出して、誤りが発生している場合には
再送要求を発行する。なお、この再送処理は、圧縮側と
復元側の双方がバッファメモリを持って、このバッファ
メモリ間でデータを再送していく構成を採るものである
ことから、圧縮側のユニバーサル符号化処理や復元側の
ユニバーサル復号化処理に影響を与えることはなく、ス
テップ6で説明した再送要求とはならない。続いて、ス
テップ11で、圧縮側から送信されてくる圧縮データを
受信し、続くステップ12で、この受信した圧縮データ
をユニバーサル復号化することで復元データを生成し、
続くステップ13で、このユニバーサル復号化と同期さ
せて辞書データを蓄積していく。
On the other hand, the decompression side clears the dictionary data to the one registered in single character at step 9, and then at step 10, according to the error detection code added to the compressed data transmitted from the compression side. It detects whether an error has occurred in communication and issues a resend request when an error has occurred. Since this resend processing has a configuration in which both the compression side and the decompression side have a buffer memory and retransmits data between the buffer memories, universal encoding processing and decompression on the compression side are performed. It does not affect the universal decoding process on the side and does not result in the retransmission request described in step 6. Subsequently, in step 11, the compressed data transmitted from the compression side is received, and in step 12, the restored compressed data is generated by universally decoding the received compressed data,
In the following step 13, dictionary data is accumulated in synchronization with this universal decoding.

【0027】そして、続くステップ14で、ユニバーサ
ル復号化処理時に復元エラーが発生したのか否かを判断
して、復元エラーが発生しないと判断するときには、ス
テップ15に進んで、復元化対象の最終データであるか
否かを判断して、最終データであるときには処理を終了
し、最終データでないときにはステップ11に戻って、
圧縮データの受信処理と復元データの生成処理を続行す
る。そして、ステップ14で、復元エラーが発生したと
判断するときには、ステップ16に進んで、圧縮側に対
して復元エラーによる再送要求を発行し、続くステップ
17で、入力データを再入力してステップ9に戻ってい
くことで、圧縮データの受信処理と復元データの生成処
理を始めからやり直していく。
Then, in the following step 14, it is judged whether or not a restoration error has occurred during the universal decoding process, and when it is determined that the restoration error does not occur, the process proceeds to step 15 and the final data to be restored. If it is the final data, the process is ended. If it is not the final data, the process returns to step 11,
Continue the compressed data reception process and the decompressed data generation process. When it is determined in step 14 that a decompression error has occurred, the process proceeds to step 16, where a resend request due to a decompression error is issued to the compression side, and in the following step 17, input data is re-input and step 9 By returning to step 1, the process of receiving compressed data and the process of generating decompressed data are restarted from the beginning.

【0028】このようにして、ユニバーサル符号を用い
る従来の通信システムのデータ圧縮・復元処理では、復
元側で復元エラーが発生すると、圧縮側は、最初から符
号化処理をやり直して圧縮データを生成して復元側に再
送していくという構成を採っていたのである。
Thus, in the data compression / decompression process of the conventional communication system using the universal code, when a decompression error occurs on the decompression side, the compression side redoes the coding process from the beginning to generate compressed data. It adopted a configuration in which it is retransmitted to the restoration side.

【0029】図20に、LZW符号によるデータ圧縮・
復元処理形態を採る記憶システムにおいての従来のデー
タ圧縮・復元処理の誤り制御処理フロー、図21に、こ
の制御処理フローを実現する回路構成を図示する。
FIG. 20 shows data compression by the LZW code.
An error control processing flow of conventional data compression / decompression processing in a storage system that adopts the decompression processing form, and FIG. 21 shows a circuit configuration for realizing this control processing flow.

【0030】すなわち、従来の記憶システムでは、圧縮
側は、ステップ1で、辞書データを単一文字登録のもの
にクリアすると、次に、ステップ2で、符号化対象とな
る入力データをユニバーサル符号化することで圧縮デー
タを生成し、続くステップ3で、このユニバーサル符号
化と同期させて辞書データを蓄積していく。続いて、ス
テップ4で、生成された圧縮データに誤り訂正符号を付
加して記憶装置に記憶し、続くステップ5で、符号化対
象の最終データであるか否かを判断して、最終データで
あるときには処理を終了し、最終データでないときには
ステップ2に戻って、圧縮データの生成・記憶処理を続
行する。
That is, in the conventional storage system, the compression side clears the dictionary data to the one for single character registration in step 1, and then in step 2, universally encodes the input data to be encoded. As a result, compressed data is generated, and in subsequent step 3, dictionary data is accumulated in synchronization with this universal encoding. Subsequently, in step 4, an error correction code is added to the generated compressed data and stored in a storage device, and in the following step 5, it is determined whether it is the final data to be encoded, and the final data is determined. If it is, the process is terminated, and if it is not the final data, the process returns to step 2 to continue the generation / storing process of the compressed data.

【0031】一方、復元側は、ステップ6で、辞書デー
タを単一文字登録のものにクリアすると、次に、ステッ
プ7で、記憶装置から読み出してくる記憶データに付加
されている誤り訂正符号に従って、記憶データに誤りが
発生したのか否かを判断して、誤りが発生していると判
断するときには、ステップ8に進んで、誤り訂正符号に
従って記憶データの誤りを訂正してから、続くステップ
9で、訂正した記憶データをユニバーサル復号化するこ
とで復元データを生成し、続くステップ10で、このユ
ニバーサル復号化と同期させて辞書データを蓄積してい
く。一方、ステップ7で、誤りが発生していないと判断
するときには、直ちにステップ9に進んで、記憶データ
をユニバーサル復号化することで復元データを生成して
いく。
On the other hand, the restoring side clears the dictionary data to the one registered as a single character in step 6, and then in step 7, according to the error correction code added to the stored data read from the storage device, When it is determined whether or not an error has occurred in the stored data, and when it is determined that an error has occurred, the process proceeds to step 8, the error of the stored data is corrected according to the error correction code, and then in step 9 that follows. The restored storage data is generated by universally decoding the corrected storage data, and in the subsequent step 10, the dictionary data is accumulated in synchronization with this universal decoding. On the other hand, if it is determined in step 7 that no error has occurred, the process immediately proceeds to step 9 to universally decode the stored data to generate restored data.

【0032】そして、続くステップ11で、ユニバーサ
ル復号化処理時に復元エラーが発生したか否かを判断し
て、復元エラーが発生しないと判断するときには、ステ
ップ12に進んで、復元化対象の最終データであるか否
かを判断して、最終データであるときには処理を終了
し、最終データでないときにはステップ7に戻って、記
憶データの読出・訂正処理と復元データの生成処理を続
行する。そして、ステップ11で、復元エラーが発生し
たと判断するときには、通信システムと異なって圧縮さ
れている記憶装置の記憶データを操作することができな
いのでそのまま処理を停止する。
Then, in the following step 11, it is determined whether or not a restoration error has occurred during the universal decoding process. When it is determined that the restoration error does not occur, the process proceeds to step 12 and the final data to be restored. If it is the final data, the process is ended, and if it is not the final data, the process returns to step 7 to continue the read / correction process of the stored data and the generation process of the restored data. When it is determined in step 11 that a restoration error has occurred, the stored data in the storage device that is compressed unlike the communication system cannot be operated, so the processing is stopped as it is.

【0033】このようにして、ユニバーサル符号を用い
る従来の記憶システムのデータ圧縮・復元処理では、復
元側で復元エラーが発生すると、そのまま処理を停止し
ていくという構成を採っていたのである。
In this way, in the data compression / decompression process of the conventional storage system using the universal code, when a decompression error occurs on the decompression side, the process is stopped as it is.

【0034】[0034]

【発明が解決しようとする課題】しかしながら、このよ
うな通信システムにおいてのデータ圧縮・復元処理の誤
り制御処理では、復元エラーが発生すると、圧縮側は、
最初から符号化処理をやり直して圧縮データを生成して
復元側に再送していくという構成を採っていることか
ら、図22に示すように、通信時間がかかるとともに、
復元エラーが発生するときにデータ圧縮率が著しく悪化
してしまうという問題点があった。
However, in the error control process of the data compression / decompression process in such a communication system, when a decompression error occurs, the compression side
Since the configuration is such that the encoding process is performed again from the beginning to generate the compressed data and the compressed data is retransmitted to the decompression side, as shown in FIG.
There is a problem that the data compression rate is significantly deteriorated when a restoration error occurs.

【0035】そして、このような記憶システムにおいて
の従来のデータ圧縮・復元処理の誤り制御処理では、復
元エラーが発生すると、それ以降のデータを復元するこ
とができないという問題点があった。
In the error control process of the conventional data compression / decompression process in such a storage system, there is a problem that when a decompression error occurs, the subsequent data cannot be decompressed.

【0036】本発明はかかる事情に鑑みてなされたもの
であって、ユニバーサル符号に従うデータ圧縮・復元処
理において、復元側でエラーが発生する場合に適切に対
処できるようにする新たなデータ圧縮・復元処理におけ
る誤り制御処理方式の提供を目的とするものである。
The present invention has been made in view of the above circumstances, and in the data compression / decompression process according to the universal code, a new data compression / decompression for appropriately dealing with a case where an error occurs on the decompression side. The purpose is to provide an error control processing method in processing.

【0037】[0037]

【課題を解決するための手段】図1に本発明の原理構成
を図示する。図中、1は本発明を具備する圧縮側装置で
あって、ユニバーサル符号化処理に従って処理対象デー
タの圧縮データを生成するもの、2は本発明を具備する
復元側装置であって、ユニバーサル復号化処理に従って
圧縮側装置1により生成された圧縮データを復元するも
の、3は通信路であって、圧縮側装置1の生成する圧縮
データを復元側装置2に転送するもの、4は記憶装置で
あって、圧縮側装置1の生成する圧縮データを記憶する
ものである。
FIG. 1 shows the principle configuration of the present invention. In the figure, 1 is a compression side apparatus including the present invention, which generates compressed data of data to be processed according to universal encoding processing, 2 is a decompression side apparatus including the present invention, which is a universal decoding A device for decompressing the compressed data generated by the compression side device 1 according to the processing, a communication path 3 for transferring the compressed data generated by the compression side device 1 to the decompression side device 2, and a storage device 4 The compressed data generated by the compression side device 1 is stored.

【0038】圧縮側装置1は、符号化手段10と、蓄積
手段11と、期間検出手段12と、初期化手段13と、
付加手段14と、誤り対応手段15とを備える。この符
号化手段10は、学習データを蓄積手段11に蓄積しつ
つ、この蓄積手段11の管理する学習データを基にして
処理対象データのユニバーサル符号化処理を実行する。
期間検出手段12は、符号化手段10に入力される処理
対象データのデータ数や、符号化手段10の出力する圧
縮データの符号数に従って、符号化手段10の実行する
符号化処理の周期的な一定期間経過を検出する。初期化
手段13は、期間検出手段12の検出する一定期間毎
に、蓄積手段11の管理する学習データを規定の学習進
行状態(全く学習の進行していない状態のものでも可)
のものに初期化する。付加手段14は、期間検出手段1
2の検出する一定期間毎に、符号化手段14の出力する
圧縮データに識別符号を付加する。誤り対応手段15
は、符号化手段14の出力する圧縮データに、通信上の
誤りを検出可能とする誤り検出符号を付加したり、記憶
上の誤りを訂正可能とする誤り訂正符号を付加したりす
る。
The compression side device 1 comprises an encoding means 10, an accumulating means 11, a period detecting means 12, an initializing means 13 and
The adding means 14 and the error handling means 15 are provided. The encoding means 10 accumulates the learning data in the accumulating means 11 and executes the universal encoding process of the data to be processed based on the learning data managed by the accumulating means 11.
The period detection unit 12 periodically performs the encoding process executed by the encoding unit 10 according to the number of pieces of processing target data input to the encoding unit 10 and the number of codes of compressed data output by the encoding unit 10. Detect the passage of a certain period. The initializing means 13 sets the learning data managed by the accumulating means 11 in a prescribed learning progressing state (a learning progressing state may not be reached at all) at regular intervals detected by the period detecting means 12.
Initialize to The adding means 14 is the period detecting means 1
The identification code is added to the compressed data output from the encoding means 14 at every constant period detected by the second method. Error handling means 15
Adds an error detection code capable of detecting an error in communication or an error correction code capable of correcting an error in storage to the compressed data output from the encoding means 14.

【0039】復元側装置2は、復号化手段20と、蓄積
手段21と、期間検出手段22と、初期化手段23と、
エラー検出手段24と、エラー処理手段25と、誤り対
応手段26とを備える。
The restoration side device 2 includes a decryption means 20, an accumulation means 21, a period detection means 22, an initialization means 23, and
The error detection means 24, the error processing means 25, and the error handling means 26 are provided.

【0040】この復号化手段20は、学習データを蓄積
手段21に蓄積しつつ、この蓄積手段21の管理する学
習データを基にして処理対象符号のユニバーサル復号化
処理を実行する。期間検出手段22は、圧縮側装置1の
期間検出手段12が処理対象データのデータ数に従って
一定期間経過を検出するときには、復号化手段20の出
力する復元データの同一のデータ数に従い、また、この
期間検出手段12が出力圧縮データの符号数に従って一
定期間経過を検出するときには、復号化手段20に入力
される処理対象符号の同一の符号数に従って、復号化手
段20の実行する復号化処理の周期的な一定期間経過を
検出する。初期化手段23は、期間検出手段22の検出
する一定期間毎に、蓄積手段21の管理する学習データ
を圧縮側装置1の初期化手段13の設定する同一の学習
進行状態のものに初期化する。
The decoding means 20 accumulates the learning data in the accumulating means 21, and executes the universal decoding process of the code to be processed based on the learning data managed by the accumulating means 21. When the period detecting unit 12 of the compression side device 1 detects the passage of a certain period according to the number of data to be processed, the period detecting unit 22 follows the same number of restored data output from the decoding unit 20, and When the period detection unit 12 detects the passage of a certain period according to the number of codes of the output compressed data, the period of the decoding process executed by the decoding unit 20 according to the same number of codes to be processed input to the decoding unit 20. A certain period of time is detected. The initializing means 23 initializes the learning data managed by the accumulating means 21 to the same learning progress state set by the initializing means 13 of the compression side device 1 at every constant period detected by the period detecting means 22. .

【0041】エラー検出手段24は、期間検出手段22
の検出する一定期間毎に、処理対象符号に識別符号が付
加されているか否かをチェックすることでエラー発生を
検出し、好ましくは、これに加えて、期間検出手段22
の検出する一定期間を検出単位として、復号化手段20
の実行する復号化処理で発生する復元エラーを検出す
る。エラー処理手段25は、エラー検出手段24がエラ
ー発生を検出するときに、エラー発生期間の復元データ
として隣接する一定期間の復元データを設定する。誤り
対応手段26は、圧縮側装置1の誤り対応手段15の付
加する誤り検出符号に従って通信上の誤りを検出した
り、この誤り対応手段15の付加する誤り訂正符号に従
って記憶上の誤りを訂正したりする。
The error detecting means 24 is the period detecting means 22.
The error occurrence is detected by checking whether or not the identification code is added to the processing target code at every constant period detected by the period detection means 22.
Decoding means 20 using a fixed period detected by
Detects a restoration error that occurs in the decryption process executed by. When the error detection unit 24 detects an error occurrence, the error processing unit 25 sets the restored data of a certain fixed period as the restored data of the error occurrence period. The error handling means 26 detects an error in communication according to the error detection code added by the error handling means 15 of the compression side device 1, and corrects the error in storage according to the error correction code added by the error handling means 15. Or

【0042】[0042]

【作用】本発明では、圧縮側装置1では、期間検出手段
12は、符号化手段10の実行するユニバーサル符号化
処理の周期的な一定期間経過を検出し、この検出結果を
受けて、初期化手段13は、この検出される一定期間毎
に、蓄積手段11の管理する学習データを初期化してい
く。一方、復元側装置1では、期間検出手段22は、圧
縮側装置1の期間検出手段12の検出処理と同期をとっ
て、復号化手段20の実行するユニバーサル復号化処理
の周期的な一定期間経過を検出し、この検出結果を受け
て、初期化手段23は、この検出される一定期間毎に、
蓄積手段21の管理する学習データを初期化していく。
According to the present invention, in the compression side device 1, the period detection means 12 detects the passage of a periodic fixed period of the universal encoding process executed by the encoding means 10, and upon receiving this detection result, initialization is performed. The means 13 initializes the learning data managed by the accumulating means 11 at every detected fixed period. On the other hand, in the decompression-side device 1, the period detection means 22 synchronizes with the detection process of the period detection means 12 of the compression-side device 1 and the periodic fixed period of the universal decoding process executed by the decoding means 20 elapses. In response to the detection result, the initialization unit 23 receives the detection result every fixed period.
The learning data managed by the storage unit 21 is initialized.

【0043】このようにして、圧縮側装置1の蓄積手段
11の学習データは、図2(a)に示すように、初期登
録値から増加して、期間検出手段12が一定期間を検出
するときに元の初期登録値に戻るという形態を繰り返し
ていくことになり、これに対応して、符号化手段10の
実行するユニバーサル符号化処理のデータ圧縮率は、図
2(b)に図示する形態を示すことになる。一方、復元
側装置2の蓄積手段21の学習データもまた、図3
(a)に示すように、初期登録値から増加して、期間検
出手段22が一定期間を検出するときに元の初期登録値
に戻るという形態を繰り返していくことになる。
In this way, the learning data of the storage means 11 of the compression side device 1 is increased from the initial registration value as shown in FIG. 2A, and when the period detection means 12 detects a certain period. Therefore, the data compression rate of the universal coding process executed by the coding means 10 is correspondingly changed to the mode shown in FIG. 2B. Will be shown. On the other hand, the learning data of the storage means 21 of the restoration side device 2 is also shown in FIG.
As shown in (a), the mode in which the value increases from the initial registration value and returns to the original initial registration value when the period detection means 22 detects a certain period is repeated.

【0044】この処理にあって、復元側装置2のエラー
処理手段25は、図5に示すように、復号化手段20の
出力する復元データと、その復元データの1回前の一定
期間の復元データとを同時に保持する構成を採って、エ
ラー検出手段24がエラー発生を検出しない場合には、
復号化手段20の出力する復元データをその出力順のま
まに出力していく。すなわち、エラー処理手段25は、
図3(b)に示すように、復号化手段20の出力する復
元データをその出力順のままに出力していくよう処理す
る。一方、エラー検出手段24がエラー発生を検出する
場合には、復号化手段20は、図4(a)に示すように
復号化処理を中断するとともに、エラー処理手段25
は、そのエラー発生期間の復元データを隣接する一定期
間の復元データに置き換えて出力していく。すなわち、
エラー処理手段25は、図4(b)に示すように、エラ
ー発生期間の復元データを例えば1回前の一定期間の復
元データに置き換えて出力していくよう処理する。
In this processing, as shown in FIG. 5, the error processing means 25 of the restoration side device 2 restores the restored data output by the decoding means 20 and restores the restored data for a certain period before one time. If the error detecting means 24 does not detect the occurrence of an error by adopting a configuration of holding data and data at the same time,
The restored data output by the decoding means 20 is output in the same output order. That is, the error processing means 25
As shown in FIG. 3B, the restored data output by the decoding means 20 is processed so as to be output in the same output order. On the other hand, when the error detecting means 24 detects the occurrence of an error, the decoding means 20 interrupts the decoding processing as shown in FIG.
Replaces the restored data in the error occurrence period with the restored data in the adjacent fixed period and outputs the data. That is,
As shown in FIG. 4B, the error processing unit 25 replaces the restored data of the error occurrence period with the restored data of a certain period before, for example, and outputs it.

【0045】このように、本発明では、蓄積手段11,
21の管理する学習データを一定期間毎に初期化してい
く構成を採って、ユニバーサル符号化処理とそれに対応
するユニバーサル復号化処理を実行していくとともに、
復元側でエラー(識別符号により検出されるエラーや復
元エラー)が発生する場合には、そのエラー発生期間の
復元データを隣接する一定期間の復元データに置き換え
ていく構成を採るものであることから、復元側でエラー
が発生しても、そのエラー発生期間の復元データが近似
的なものにはなるものの、そのまま復元処理を続行でき
るようになる。そして、本発明では、復元側装置2です
べてのエラー処理を実行する構成を採るものであること
から、通信システムのデータ圧縮・復元処理の誤り制御
処理に限られることなく、記憶システムのデータ圧縮・
復元処理の誤り制御処理にもそのまま適用できるのであ
る。
As described above, according to the present invention, the storage means 11,
The configuration is such that the learning data managed by 21 is initialized at regular intervals, and the universal encoding process and the corresponding universal decoding process are executed.
When an error (an error detected by an identification code or a restoration error) occurs on the restoration side, the restoration data in the error occurrence period is replaced with the restoration data in the adjacent fixed period. Even if an error occurs on the restoration side, the restoration data in the error occurrence period becomes approximate, but the restoration process can be continued as it is. Further, in the present invention, since the decompression side apparatus 2 adopts a configuration in which all error processing is executed, the data compression / decompression processing of the storage system is not limited to the error control processing of the data compression / decompression processing of the communication system.・
It can be directly applied to the error control processing of the restoration processing.

【0046】これから、本発明を通信システムのデータ
圧縮・復元処理の誤り制御処理に適用すると、高いデー
タ圧縮率を実現しつつ高速に圧縮データを転送できるよ
うになる。そして、本発明を記憶システムのデータ圧縮
・復元処理の誤り制御処理に適用すると、復元エラーが
発生しても、全部のデータを復元できるようになるので
ある。
When the present invention is applied to the error control process of the data compression / decompression process of the communication system, the compressed data can be transferred at high speed while realizing the high data compression rate. When the present invention is applied to the error control process of the data compression / decompression process of the storage system, even if a decompression error occurs, all the data can be decompressed.

【0047】[0047]

【実施例】以下、実施例に従って本発明を詳細に説明す
る。図6に、通信システムにおける本発明のデータ圧縮
・復元処理の誤り制御処理フローの一実施例を図示す
る。次に、この処理フローに従って、通信システムにお
ける本発明のデータ圧縮・復元処理の誤り制御処理につ
いて詳細に説明する。
DESCRIPTION OF THE PREFERRED EMBODIMENTS The present invention will be described below in detail with reference to embodiments. FIG. 6 shows an embodiment of an error control processing flow of the data compression / decompression processing of the present invention in the communication system. Next, according to this processing flow, the error control processing of the data compression / decompression processing of the present invention in the communication system will be described in detail.

【0048】本発明の通信システムでは、図1で説明し
た圧縮側装置1は、ステップ1で、辞書データをROM
化した規定の学習進行状態のものに初期化すると、次
に、ステップ2で、符号化対象となる入力データをユニ
バーサル符号化することで圧縮データを生成し、続くス
テップ3で、このユニバーサル符号化と同期させて辞書
データを蓄積していく。
In the communication system of the present invention, the compression side device 1 described in FIG.
When it is initialized to the specified specified learning progress state, next, in step 2, the input data to be encoded is universally encoded to generate compressed data, and in step 3, the universal encoding is performed. The dictionary data is accumulated in synchronization with.

【0049】続いて、ステップ4で、ユニバーサル符号
化処理の進行が周期的な一定期間に達したのか否かを判
断して、一定期間に達したことを判断するときには、ス
テップ5に進んで、その旨を表示する識別符号を付加し
てから、続くステップ6で、生成した圧縮データを図1
で説明した復元側装置2に送信していく。一方、ステッ
プ4で、一定期間に達していないことを判断するときに
は、ステップ5の処理を実行することなく直ちにステッ
プ6に進んで、生成した圧縮データを復元側装置2に送
信していく。このとき、ステップ7で、誤り検出符号を
付加するとともに、復元側装置2から通信上の誤りによ
る再送要求がある場合には、それに応答して圧縮データ
を再送していく。
Subsequently, in step 4, it is judged whether or not the progress of the universal encoding process has reached a periodic fixed period, and when it is judged that the fixed period has been reached, the process proceeds to step 5, After adding an identification code indicating that fact, the generated compressed data is shown in FIG.
It is transmitted to the restoration-side apparatus 2 described in. On the other hand, when it is determined in step 4 that the fixed period has not been reached, the process directly proceeds to step 6 without executing the process of step 5, and the generated compressed data is transmitted to the decompression side device 2. At this time, in step 7, the error detection code is added, and if there is a retransmission request from the decompression side device 2 due to a communication error, the compressed data is retransmitted in response to the request.

【0050】そして、続くステップ8で、符号化対象の
最終データであるか否かを判断して、最終データである
ときには処理を終了し、最終データでないときにはステ
ップ9に進んで、ユニバーサル符号化処理の進行が周期
的な一定期間に達したのか否かを判断して、一定期間に
達していないことを判断するときには、ステップ2に戻
って、圧縮データの生成・送信処理をそのまま続行して
いく。一方、一定期間に達したことを判断するときに
は、ステップ1に戻って、辞書データを初期化してから
圧縮データの生成・送信処理を続行していく。
Then, in the following step 8, it is judged whether or not it is the final data to be encoded, and if it is the final data, the process is terminated, and if it is not the final data, the process proceeds to step 9 to perform the universal encoding process. If it is determined that the progress has not reached the periodic fixed period, and if it has not reached the fixed period, the process returns to step 2 to continue the generation / transmission process of the compressed data. . On the other hand, when it is determined that the fixed period has been reached, the process returns to step 1 to initialize the dictionary data and then continue the compressed data generation / transmission process.

【0051】一方、復元側装置2は、ステップ10で、
辞書データを圧縮側装置1と同一の学習進行状態のもの
に初期化すると、次に、ステップ11で、圧縮側装置1
から送信されてくる圧縮データに付加されている誤り検
出符号に従って、通信上の誤りが発生したのか否かを検
出して、誤りが発生している場合には再送要求を発行す
る。なお、この再送処理は、圧縮側装置1と復元側装置
2の双方がバッファメモリを持って、このバッファメモ
リ間でデータを再送していく構成を採るものであること
から、圧縮側装置1のユニバーサル符号化処理や復元側
装置2のユニバーサル復号化処理に影響を与えることは
ない。
On the other hand, the restoration side device 2 is
When the dictionary data is initialized to the same learning progress state as the compression side device 1, next, in step 11, the compression side device 1
According to the error detection code added to the compressed data transmitted from, it is detected whether a communication error has occurred, and if an error has occurred, a resend request is issued. It should be noted that this resend process has a configuration in which both the compression side device 1 and the decompression side device 2 have a buffer memory, and data is retransmitted between the buffer memories. It does not affect the universal encoding process or the universal decoding process of the restoration-side apparatus 2.

【0052】続いて、ステップ12で、圧縮側装置1か
ら送信されてくる圧縮データを受信し、続くステップ1
3で、ユニバーサル復号化処理の進行が周期的な一定期
間に達したのか否かを判断して、一定期間に達したこと
を判断するときには、ステップ14に進んで、圧縮側装
置1の付加する識別符号が存在するのか否かを判断す
る。このステップ14で、識別符号が存在することを判
断するときには、ステップ15に進んで、識別符号を除
去してからステップ10に戻って、辞書データを初期化
してから次の一定期間の復元データの生成処理に入って
いく。
Subsequently, in step 12, the compressed data transmitted from the compression side device 1 is received, and then in step 1
In 3, it is determined whether or not the progress of the universal decoding process has reached a certain period of the cycle, and when it is determined that the certain period has been reached, the process proceeds to step 14 to add the compression side device 1. It is determined whether the identification code exists. When it is determined in step 14 that the identification code exists, the process proceeds to step 15, the identification code is removed, and then the process returns to step 10 to initialize the dictionary data and then restore data of the next fixed period. Enter the generation process.

【0053】一方、ステップ13で、一定期間に達して
いないことを判断するときには、ステップ16に進ん
で、ステップ12で受信した圧縮データをユニバーサル
復号化することで復元データを生成し、続くステップ1
7で、このユニバーサル復号化と同期させて辞書データ
を蓄積していく。そして、続くステップ18で、ユニバ
ーサル復号化時に復元エラー(例えば、辞書データにな
い参照番号が出現するといったような復元エラー)が発
生したのか否かを判断して、復元エラーが発生しないと
判断するときには、ステップ19に進んで、復元化対象
の最終データであるか否かを判断して、最終データであ
るときには処理を終了し、最終データでないときにはス
テップ12に戻って、圧縮データの受信処理と復元デー
タの生成処理を続行する。
On the other hand, when it is determined in step 13 that the fixed period has not been reached, the process proceeds to step 16, where the compressed data received in step 12 is universally decoded to generate decompressed data, and the subsequent step 1
At 7, the dictionary data is accumulated in synchronization with this universal decoding. Then, in a succeeding step 18, it is determined whether or not a restoration error (for example, a restoration error such as a reference number that does not appear in the dictionary data) occurred during universal decoding, and it is determined that the restoration error does not occur. In some cases, the process proceeds to step 19, and it is determined whether or not it is the final data to be decompressed. If it is the final data, the process is ended, and if it is not the final data, the process returns to step 12 to perform the compressed data reception process. Continue the restoration data generation process.

【0054】一方、ステップ14で、識別符号が存在し
ないことを判断するときには、何らかのエラーが発生し
たことを意味するので、ステップ20に進んで、そのエ
ラー発生期間の復元データとして1回前の一定期間の復
元データを設定してから、ステップ10に戻って、辞書
データを初期化してから圧縮データの復元処理を続行し
ていく。そして、ステップ18で、復元エラーが発生し
たと判断するときにもまた、ステップ20に進んで、そ
のエラー発生期間の復元データとして1回前の一定期間
の復元データを設定してから、ステップ10に戻って、
辞書データを初期化してから圧縮データの復元処理を続
行していく。
On the other hand, when it is determined in step 14 that the identification code does not exist, it means that some kind of error has occurred. Therefore, the process proceeds to step 20, and the data which has been restored one time before is used as the restored data in the error occurrence period. After setting the decompressed data for the period, the process returns to step 10 to initialize the dictionary data, and then the decompression process of the compressed data is continued. Then, when it is determined in step 18 that a restoration error has occurred, the process also proceeds to step 20, and the restoration data of the previous fixed period is set as the restoration data of the error occurrence period, and then the step 10 Back to
Initialize the dictionary data and continue the compression data decompression process.

【0055】このようにして、本発明に従うデータ圧縮
・復元処理の誤り制御処理では、ユニバーサル符号化/
復号化処理により蓄積される辞書データを一定期間毎に
初期化していく構成を採って、ユニバーサル符号化/復
号化処理を実行していくとともに、復元側でエラーが発
生する場合には、そのエラー発生期間の復元データを隣
接する一定期間の復元データに置き換えていく構成を採
るものであることから、復元側装置2でエラーが発生し
ても、そのエラー発生期間の復元データが近似的なもの
にはなるものの、そのまま復元処理を続行できるように
なる。これから、本発明を通信システムに適用すると、
復元側装置2でエラーが発生しても、ユニバーサル符号
化/復号化処理を最初からやり直さなくても済むように
なるのである。
As described above, in the error control processing of the data compression / decompression processing according to the present invention, universal coding / decoding is performed.
When the universal encoding / decoding process is executed by adopting the configuration that the dictionary data accumulated by the decoding process is initialized at regular intervals, and if an error occurs on the restoration side, the error Since the restoration data in the occurrence period is replaced with the restoration data in the adjacent fixed period, even if an error occurs in the restoration device 2, the restoration data in the error occurrence period is approximate. However, the restoration process can be continued as it is. From now on, when the present invention is applied to a communication system,
Even if an error occurs in the restoration side device 2, the universal encoding / decoding process does not have to be redone from the beginning.

【0056】本発明に従うデータ圧縮・復元処理の誤り
制御処理を記憶システムに適用する場合、圧縮側装置1
は、図6の処理フローのステップ7で、誤り検出符号を
付加することに換えて誤り訂正符号を付加する構成を採
って、図6の処理フローを実行し、復元側装置2は、図
6の処理フローのステップ11で、誤り検出符号を用い
る処理(通信上の誤りの発生の検出処理とそれに基づく
再送要求の発行処理)に換えて、誤り訂正符号を用いる
処理(記憶上の誤りの発生の検出処理とそれに基づく記
憶データの訂正処理)を実行する構成を採って、図6の
処理フローを実行していく構成を採る。
When the error control processing of the data compression / decompression processing according to the present invention is applied to the storage system, the compression side device 1
6 adopts a configuration in which the error correction code is added instead of the error detection code in step 7 of the processing flow of FIG. 6, and the processing flow of FIG. 6 is executed. In step 11 of the processing flow of the above, the process using the error correction code (the process of detecting an error in communication and the process of issuing a retransmission request based on it) is replaced with the process of using an error correction code (the occurrence of an error in memory). Detection process and correction process of stored data based on the detection process) and the process flow of FIG. 6 is executed.

【0057】このように、記憶システムに対しても、本
発明に係る図6の処理フローの処理をそのまま適用でき
る。これから、本発明を記憶システムに適用すると、復
元側装置2でエラーが発生しても、そのエラー発生期間
の復元データが近似的なものにはなるものの、そのまま
復元処理を続行できるようになるので、復元側装置2で
エラーが発生しても、全部のデータを復元できるように
なるのである。
As described above, the processing of the processing flow of FIG. 6 according to the present invention can be applied to the storage system as it is. From this, when the present invention is applied to the storage system, even if an error occurs in the restoration side device 2, the restoration data in the error occurrence period becomes approximate, but the restoration process can be continued as it is. Even if an error occurs in the restoration side device 2, all data can be restored.

【0058】図7ないし図9に、LZW符号に従って図
6の処理フローを実装する場合の処理フローの一実施例
を図示する。次に、この図7ないし図9の処理フローに
ついて詳細に説明する。
7 to 9 show an embodiment of the processing flow when the processing flow of FIG. 6 is implemented according to the LZW code. Next, the processing flow of FIGS. 7 to 9 will be described in detail.

【0059】圧縮側装置1は、図7の処理フローに示す
ように、先ず最初に、ステップ1で、符号化対象となる
文字列に出現する可能性のある全ての単一文字の256
文字を参照番号(“1”〜“256”)とともに辞書に
登録し、識別符号として“257”を設定し、一定期間
の検出に用いる入力文字数としてTを設定する。次に、
ステップ2で、辞書データを初期化する。すなわち、予
め用意したN個の文字列ωKを“258”以下の参照番
号を付加して辞書に登録し、辞書の先頭アドレスNに
“N+1”を設定し、入力文字数のカウント値Cに
“0”を設定する。
As shown in the processing flow of FIG. 7, the compression-side apparatus 1 firstly, at step 1, 256 of all single characters that may appear in the character string to be encoded.
Characters are registered in a dictionary together with reference numbers (“1” to “256”), “257” is set as an identification code, and T is set as the number of input characters used for detection for a certain period. next,
In step 2, the dictionary data is initialized. That is, N character strings ωK prepared in advance are added to the dictionary by adding reference numbers of “258” or less, “N + 1” is set to the leading address N of the dictionary, and “0” is set to the count value C of the input characters. "Set.

【0060】続いて、ステップ3で、符号化対象となる
入力データの最初の文字Kを入力して、その文字Kの参
照番号を語頭文字列ωとして設定するとともに、入力文
字数のカウント値Cを1つインクリメントする。続い
て、ステップ4で、符号化対象となる入力データから次
の文字Kを読み込むとともに、入力文字数のカウント値
Cを1つインクリメントし、続くステップ5で、入力文
字数のカウント値CがTを超えたか否かを判断して、超
えたと判断するときには、ステップ6に進んで、語頭文
字列ωの参照番号を出力するとともに、識別符号“25
7”を出力してからステップ2に戻っていく。
Then, in step 3, the first character K of the input data to be encoded is input, the reference number of the character K is set as the initial character string ω, and the count value C of the number of input characters is set. Is incremented by 1. Then, in step 4, the next character K is read from the input data to be encoded, and the count value C of the number of input characters is incremented by 1, and in the following step 5, the count value C of the number of input characters exceeds T. If it is determined that it has exceeded the threshold, the process proceeds to step 6, the reference number of the initial character string ω is output, and the identification code “25” is output.
After outputting "7", the process returns to step 2.

【0061】一方、ステップ5で、CがTを超えていな
いと判断するときには、ステップ7に進んで、参照番号
を表す語頭文字列ωとステップ4で読み込んだ文字Kと
の組み合わせの文字列ωKが、辞書に登録されているか
否かを判断する。このステップ7で、文字列ωKが辞書
に登録されていると判断するときには、ステップ8に進
んで、この文字列ωKの参照番号を新たな語頭文字列ω
として設定し、続くステップ9で、符号化対象となる入
力データの全文字についての処理が終了したか否かを判
断して、終了していないことを判断するときには、ステ
ップ4に戻っていくことで最長一致文字列を検索し、終
了したことを判断するときには、ステップ11に進ん
で、語頭文字列ωの参照番号を出力して処理を終了す
る。
On the other hand, when it is determined in step 5 that C does not exceed T, the process proceeds to step 7 and a character string of a combination of the initial character string ω representing the reference number and the character K read in step 4 It is determined whether ωK is registered in the dictionary. When it is determined in step 7 that the character string ωK is registered in the dictionary, the process proceeds to step 8 and the reference number of the character string ωK is set to the new initial character string ω.
Then, in the following step 9, it is judged whether or not the processing has been completed for all the characters of the input data to be encoded. If it is judged that the processing has not been completed, return to step 4. When it is determined that the longest matching character string has been searched for, and the processing has ended, the process proceeds to step 11, the reference number of the initial character string ω is output, and the processing ends.

【0062】そして、ステップ7で、文字列ωKが辞書
に登録されていないと判断するときには、語頭文字列ω
の示す文字列が最長一致文字列であることに対応して、
ステップ10に進んで、語頭文字列ωの参照番号を出力
し、この文字列ωKを参照番号を付加して辞書に登録
し、それまでの語頭文字列ωに続く1文字Kの参照番号
を新たな語頭文字列ωとして設定するとともに、参照番
号の最大値を1つインクリメントしてからステップ9に
進んでいくことで、次の最長一致文字列の検索に入って
いく。一方、復元側装置2は、図8の処理フローに示す
ように、先ず最初に、ステップ1で、復元される文字列
に出現する可能性のある全ての単一文字の256文字を
参照番号(“1”〜“256”)とともに辞書に登録
し、識別符号として“257”を設定し、一定期間の検
出に用いる入力文字数としてTを設定する。次に、ステ
ップ2で、辞書データを初期化する。すなわち、予め用
意したN個の文字列ωKを“258”以下の参照番号を
付加して辞書に登録し、辞書の先頭アドレスNに“N+
1”を設定し、入力文字数のカウント値Cに“0”を設
定する。
When it is determined in step 7 that the character string ωK is not registered in the dictionary, the initial character string ω
Corresponding to the longest matching character string,
Proceeding to step 10, the reference number of the initial character string ω is output, this character string ωK is added to the reference number and registered in the dictionary, and the reference number of the one character K following the initial character string ω up to that point. Is set as a new initial character string ω, the maximum value of the reference number is incremented by 1, and then the process proceeds to step 9 to start searching for the next longest matching character string. On the other hand, as shown in the process flow of FIG. 8, the restoration-side apparatus 2 firstly refers to all the 256 single characters that may appear in the restored character string in step 1 with reference numbers (“ 1 "to" 256 ") are registered in the dictionary," 257 "is set as an identification code, and T is set as the number of input characters used for detection in a certain period. Next, in step 2, the dictionary data is initialized. That is, N character strings ωK prepared in advance are added to the dictionary by adding reference numbers of “258” or less, and “N +” is added to the start address N of the dictionary.
1 "is set, and the count value C of the number of input characters is set to" 0 ".

【0063】続いて、ステップ3で、復元対象となる入
力データ(参照番号列である)の最初の符号(CODE)を
読み込み、OLDcode として設定するとともに、辞書を検
索して、このCODEの指す文字Kを探し出して出力する。
ここで、出力した文字Kは、後の例外処理のためにchar
にセットしていく。続いて、ステップ4で、復元対象と
なる入力データから次の符号(CODE)を読み込み、NEWc
ode として設定する。続いて、ステップ5で、ステップ
4で読み込んだCODEが辞書に登録されているか否かをチ
ェックする。このステップ5で、CODEが辞書に登録され
ていることを判断すると、ステップ6に進んで、このCO
DEの指す文字列ωKを辞書から読み出し、続くステップ
7で、この文字列ωKの文字Kをスタックに格納し、こ
の文字列ωKの参照番号ωを新たなCODEとして設定する
とともに、入力文字数のカウント値Cを1つインクリメ
ントしてステップ6の処理に戻っていく。
Then, in step 3, the first code (CODE) of the input data (reference number string) to be restored is set and set as OLDcode, and the dictionary is searched to find the character pointed to by this CODE. Find K and output it.
Here, the output character K is char for later exception handling.
To set. Then, in step 4, the next code (CODE) is read from the input data to be restored and NEWc
Set as ode. Then, in step 5, it is checked whether or not the CODE read in step 4 is registered in the dictionary. If it is judged in this step 5 that CODE is registered in the dictionary, proceed to step 6
The character string ωK pointed to by DE is read from the dictionary, then in step 7, the character K of this character string ωK is stored in the stack, the reference number ω of this character string ωK is set as a new CODE, and the number of input characters is counted. The value C is incremented by 1, and the process returns to step 6.

【0064】このステップ6及びステップ7の処理を再
帰的に実行していくことで、CODEが1文字を指す状態に
達することを判断すると、ステップ8に進んで、ステッ
プ7でスタックした文字列をLILO(Last In Fast O
ut)形式でポップアップして出力し、続いて、図9に示
す処理フローのステップ9で、入力文字数のカウント値
Cが設定された入力文字数Tに達したか否かを判断す
る。このステップ9で、達したことを判断すると、ステ
ップ10に進んで、復元対象となる入力データから次の
符号(CODE)を読み込んでSPcodeに設定し、続くステッ
プ11で、このSPcodeが識別符号の“257”と一致す
るか否かを判断して、一致する場合には、直接、図8の
処理フローのステップ2に戻り、一致しない場合には、
ステップ12に進んで、エラー検出を通知し、次の識別
符号まで入力データの符号を読み込み、エラー発生期間
の復元データを次の一定期間の復元データに置換して出
力してからステップ2に戻っていく。
When it is determined that CODE reaches the state of indicating one character by recursively executing the processing of steps 6 and 7, the process proceeds to step 8 and the character string stacked in step 7 is deleted. LILO (Last In Fast O
ut) format is popped up and output, and subsequently, in step 9 of the processing flow shown in FIG. 9, it is determined whether or not the count value C of the number of input characters has reached the set number T of input characters. If it is judged in step 9 that it has been reached, the process proceeds to step 10, where the next code (CODE) is read from the input data to be restored and set to SPcode, and in the following step 11, this SPcode is the identification code. Whether or not it matches “257” is determined. If they match, the process directly returns to step 2 of the processing flow of FIG. 8, and if they do not match,
Proceed to step 12, notify the error detection, read the code of the input data until the next identification code, replace the restored data of the error occurrence period with the restored data of the next fixed period, and output it, then return to step 2. To go.

【0065】一方、ステップ9で、入力文字数のカウン
ト値Cが設定された入力文字数Tに達しないことを判断
すると、ステップ13に進んで、OLDcode に設定される
前回使用した参照番号ωと、今回復元した文字列の先頭
の1文字との組み合わせからなる文字列ωKを参照番号
を付加して辞書に登録し、復元文字列の先頭の1文字を
後の例外処理のためにcharにセットし、NEWcode のCODE
をOLDcode として設定するとともに、参照番号の最大値
を1つインクリメントする。そして、続くステップ14
で、復元対象となる入力データの全符号についての処理
が終了したか否かを判断して、終了していないことを判
断するときには、図8の処理フローのステップ4に戻っ
ていくことで次の符号の復元処理を実行し、終了したこ
とを判断するときには処理を終了する。
On the other hand, when it is determined in step 9 that the count value C of the number of input characters does not reach the set number of input characters T, the process proceeds to step 13, and the previously used reference number ω set in the OLD code and the current reference number ω are set. The reference character is added to the character string ωK consisting of a combination with the first character of the restored character string, registered in the dictionary, and the first character of the restored character string is set to char for later exception processing, NEW code CODE
Is set as the OLD code, and the maximum value of the reference number is incremented by 1. And the following step 14
Then, it is judged whether or not the processing has been completed for all the codes of the input data to be restored, and when it is judged that the processing has not been completed, by returning to step 4 of the processing flow of FIG. The code restoration process is executed, and when it is determined that the process is finished, the process is finished.

【0066】そして、ステップ5で、ステップ4で読み
込んだCODEが辞書に登録されていないことを判断すると
きには、ステップ15に進んで、以下の例外処理を実行
する。すなわち、charを出力し、OLDcode をCODEとして
設定するとともに、OLDcodeとcharとの組み合わせをNEW
code として設定して、ステップ6に進んでいく処理を
実行することになる。
When it is determined in step 5 that the CODE read in step 4 is not registered in the dictionary, the process proceeds to step 15 and the following exception processing is executed. That is, char is output, OLDcode is set as CODE, and the combination of OLDcode and char is NEW.
The code is set, and the process proceeds to step 6.

【0067】以上に説明した図7ないし図9の処理フロ
ーの一実施例では、圧縮側装置1は、処理対象となる入
力データのデータ数(文字数)に従って辞書データの初
期化処理タイミングを決定するとともに、復元側装置2
は、復元される復元データのデータ数(文字数)に従っ
て辞書データの初期化処理タイミングを決定する構成を
開示したが、圧縮側装置1が、出力する圧縮データの符
号数に従って辞書データの初期化処理タイミングを決定
するとともに、復元側装置2が、入力される処理対象符
号の符号数に従って辞書データの初期化処理タイミング
を決定する構成を採ることも可能である。図10ないし
図12に、この構成に従う場合の処理フローの一実施例
を図示する。
In the embodiment of the processing flow shown in FIGS. 7 to 9 described above, the compression side apparatus 1 determines the initialization processing timing of the dictionary data according to the number of data (the number of characters) of the input data to be processed. Together with the restoration side device 2
Discloses a configuration for determining the initialization processing timing of dictionary data in accordance with the number of restored data (the number of characters) of the restored data. However, the compression side device 1 initializes the dictionary data according to the code number of the compressed data to be output. It is also possible to adopt a configuration in which the restoration side device 2 determines the initialization processing timing of the dictionary data in accordance with the code number of the input processing target code while determining the timing. 10 to 12 show an example of the processing flow in the case of following this configuration.

【0068】このように、本発明では、ユニバーサル符
号化/復号化処理により蓄積される辞書データを一定期
間毎に初期化していく構成を採って、ユニバーサル符号
化/復号化処理を実行していくとともに、復元側でエラ
ーが発生する場合には、そのエラー発生期間の復元デー
タを隣接する一定期間の復元データに置き換えていくよ
う処理するのである。
As described above, according to the present invention, the universal encoding / decoding process is executed by adopting a configuration in which the dictionary data accumulated by the universal encoding / decoding process is initialized at regular intervals. At the same time, when an error occurs on the restoration side, the restoration data in the error occurrence period is replaced with the restoration data in the adjacent fixed period.

【0069】図示実施例について説明したが、本発明は
これに限定されるものではない。例えば、実施例では、
LZW符号に従って本発明を開示したが、これに限られ
ることなく、算術符号のような他のユニバーサル符号を
用いるものに対してもそのまま適用できるのである。ま
た、実施例では、エラー発生期間の復元データとして、
その前の一定期間の復元データを用いることで本発明を
開示したが、これに限られることなく、その後の一定期
間の復元データを用いるものであってもよいのである。
そして、実施例では、辞書データを単一文字以外のもの
も含むものに初期化していくことで本発明を開示した
が、これに限られることなく、単一文字だけを含むもの
に初期化していくものであってもよいのである。
Although the illustrated embodiment has been described, the present invention is not limited to this. For example, in the embodiment,
Although the present invention has been disclosed according to the LZW code, the present invention is not limited to this and can be applied as it is to a code using another universal code such as an arithmetic code. Further, in the embodiment, as the restoration data of the error occurrence period,
Although the present invention has been disclosed by using the restored data for a certain period before that, the present invention is not limited to this, and the restored data for a certain period after that may be used.
Then, in the embodiment, the present invention has been disclosed by initializing the dictionary data to include a character other than a single character. However, the present invention is not limited to this, and the data including only a single character is initialized. May be.

【0070】[0070]

【発明の効果】以上説明したように、本発明によれば、
ユニバーサル符号に従うデータ圧縮・復元処理におい
て、復元側でエラーが発生しても、そのエラー発生期間
の復元データが近似的なものにはなるものの、そのまま
復元処理を続行できるようになる。しかも、圧縮側に何
ら要求することなく復元側だけでこの効果を得ることが
できる。これから、本発明は通信システムのみならず、
記憶システムに対してもそのまま適用することが可能で
あって、通信システムに適用すると、復元側でエラーが
発生しても、ユニバーサル符号化/復号化処理を最初か
らやり直さなくても済むようになり、また、記憶システ
ムに適用すると、復元側でエラーが発生しても、全部の
データを復元できるようになるのである。
As described above, according to the present invention,
In the data compression / decompression process according to the universal code, even if an error occurs on the decompression side, the decompression data in the error occurrence period becomes approximate, but the decompression process can be continued as it is. Moreover, this effect can be obtained only by the decompression side without making any request to the compression side. From this, the present invention is not only a communication system,
It can be applied to the storage system as it is, and when applied to the communication system, even if an error occurs on the restoration side, the universal encoding / decoding process does not have to be redone from the beginning. Moreover, if it is applied to a storage system, even if an error occurs on the restoration side, all data can be restored.

【図面の簡単な説明】[Brief description of the drawings]

【図1】本発明の原理構成図である。FIG. 1 is a principle configuration diagram of the present invention.

【図2】本発明の処理の説明図である。FIG. 2 is an explanatory diagram of processing of the present invention.

【図3】本発明の処理の説明図である。FIG. 3 is an explanatory diagram of a process of the present invention.

【図4】本発明の処理の説明図である。FIG. 4 is an explanatory diagram of processing of the present invention.

【図5】エラー処理手段の一構成例である。FIG. 5 is a configuration example of an error processing unit.

【図6】通信システムにおける本発明の一実施例であ
る。
FIG. 6 is an example of the present invention in a communication system.

【図7】LZW符号を用いる本発明の一実施例である。FIG. 7 is an embodiment of the present invention using LZW codes.

【図8】LZW符号を用いる本発明の一実施例である。FIG. 8 is an embodiment of the present invention using LZW codes.

【図9】LZW符号を用いる本発明の一実施例である。FIG. 9 is an embodiment of the present invention using LZW codes.

【図10】LZW符号を用いる本発明の一実施例であ
る。
FIG. 10 is an embodiment of the present invention using LZW codes.

【図11】LZW符号を用いる本発明の一実施例であ
る。
FIG. 11 is an embodiment of the present invention using an LZW code.

【図12】LZW符号を用いる本発明の一実施例であ
る。
FIG. 12 is an embodiment of the present invention using LZW codes.

【図13】LZW符号によるデータ符号化処理の説明図
である。
FIG. 13 is an explanatory diagram of a data encoding process using an LZW code.

【図14】LZW符号によるデータ復元化処理の説明図
である。
FIG. 14 is an explanatory diagram of data restoration processing using LZW code.

【図15】LZW符号における辞書登録構成の説明図で
ある。
FIG. 15 is an explanatory diagram of a dictionary registration configuration in LZW code.

【図16】LZW符号によるデータ符号化処理の説明図
である。
FIG. 16 is an explanatory diagram of a data encoding process using an LZW code.

【図17】LZW符号によるデータ復元化処理の説明図
である。
FIG. 17 is an explanatory diagram of data restoration processing using LZW code.

【図18】通信システムにおける従来技術の説明図であ
る。
FIG. 18 is an explanatory diagram of a conventional technique in a communication system.

【図19】通信システムにおける従来技術の説明図であ
る。
FIG. 19 is an explanatory diagram of a conventional technique in a communication system.

【図20】記憶システムにおける従来技術の説明図であ
る。
FIG. 20 is an explanatory diagram of a conventional technique in a storage system.

【図21】記憶システムにおける従来技術の説明図であ
る。
FIG. 21 is an explanatory diagram of a conventional technique in a storage system.

【図22】従来技術の問題点の説明図である。FIG. 22 is an explanatory diagram of a problem of the conventional technique.

【符号の説明】[Explanation of symbols]

1 圧縮側装置 2 復元側装置 3 通信路 4 記憶装置 10 符号化手段 11 蓄積手段 12 期間検出手段 13 初期化手段 14 付加手段 15 誤り対応手段 20 復号化手段 21 蓄積手段 22 期間検出手段 23 初期化手段 24 エラー検出手段 25 エラー処理手段 26 誤り対応手段 DESCRIPTION OF SYMBOLS 1 compression side device 2 decompression side device 3 communication path 4 storage device 10 encoding means 11 storage means 12 period detection means 13 initialization means 14 addition means 15 error handling means 20 decoding means 21 storage means 22 period detection means 23 initialization Means 24 Error detecting means 25 Error processing means 26 Error handling means

───────────────────────────────────────────────────── フロントページの続き (72)発明者 千葉 広隆 神奈川県川崎市中原区上小田中1015番地 富士通株式会社内 ─────────────────────────────────────────────────── --- Continuation of the front page (72) Inventor Hirotaka Chiba 1015 Kamiodanaka, Nakahara-ku, Kawasaki City, Kanagawa Prefecture Fujitsu Limited

Claims (5)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 データ圧縮・復元処理における誤り制御
処理方式であって、 圧縮側では、学習データを蓄積手段(11)に蓄積しつつ、
該蓄積手段(11)の管理する学習データを基にして処理対
象データのユニバーサル符号化処理を実行する符号化手
段(10)と、該符号化手段(10)の実行する符号化処理の周
期的な一定期間経過を検出する期間検出手段(12)と、該
期間検出手段(12)の検出する一定期間毎に、該蓄積手段
(11)の管理する学習データを初期化する初期化手段(13)
と、該期間検出手段(12)の検出する一定期間毎に、該符
号化手段(10)の出力する圧縮データに識別符号を付加す
る付加手段(14)とを備え、 一方、復元側では、学習データを蓄積手段(21)に蓄積し
つつ、該蓄積手段(21)の管理する学習データを基にして
処理対象符号のユニバーサル復号化処理を実行する復号
化手段(20)と、該復号化手段(20)の実行する復号化処理
の周期的な上記一定期間経過を検出する期間検出手段(2
2)と、該期間検出手段(22)の検出する一定期間毎に、該
蓄積手段(21)の管理する学習データを初期化する初期化
手段(23)と、該期間検出手段(22)の検出する一定期間毎
に、処理対象符号に識別符号が付加されているか否かを
チェックすることでエラー発生を検出するエラー検出手
段(24)と、該エラー検出手段(24)がエラー発生を検出す
るときに、該エラー発生期間の復元データとして隣接す
る一定期間の復元データを設定するエラー処理手段(25)
とを備えることを、 特徴とするデータ圧縮・復元処理における誤り制御処理
方式。
1. An error control processing method in data compression / decompression processing, wherein the compression side stores learning data in a storage means (11),
Encoding means (10) for executing universal encoding processing of data to be processed based on learning data managed by the accumulating means (11), and periodical encoding processing executed by the encoding means (10) Period detecting means (12) for detecting the passage of a fixed period, and the accumulating means for each fixed period detected by the period detecting means (12).
Initializing means for initializing the learning data managed by (11) (13)
And an addition means (14) for adding an identification code to the compressed data output from the encoding means (10) at regular intervals detected by the period detection means (12). Decoding means (20) for accumulating learning data in the accumulating means (21) and executing universal decoding processing of the code to be processed based on the learning data managed by the accumulating means (21), and the decoding means Period detection means (2) for detecting the elapse of the certain period of the periodic decoding process executed by the means (20)
2), the initialization means (23) for initializing the learning data managed by the storage means (21), and the period detection means (22) at regular intervals detected by the period detection means (22). An error detection means (24) for detecting an error occurrence by checking whether or not the identification code is added to the processing target code at every fixed period to be detected, and the error detection means (24) detects the error occurrence Error processing means (25) for setting the restoration data of a certain fixed period as the restoration data of the error occurrence period
An error control processing method in data compression / decompression processing characterized by comprising:
【請求項2】 請求項1記載のデータ圧縮・復元処理に
おける誤り制御処理方式において、 エラー検出手段(24)は、期間検出手段(22)の検出する一
定期間を検出単位として、復号化手段(20)の実行する復
号化処理で発生するエラーについても検出するよう処理
することを、 特徴とするデータ圧縮・復元処理における誤り制御処理
方式。
2. The error control processing method in the data compression / decompression processing according to claim 1, wherein the error detection means (24) uses the fixed period detected by the period detection means (22) as a detection unit, and the decoding means (24). An error control processing method in data compression / decompression processing, which is characterized in that it also performs processing to detect an error that occurs in the decoding processing executed in 20).
【請求項3】 請求項1又は2記載のデータ圧縮・復元
処理における誤り制御処理方式において、 圧縮側の期間検出手段(12)は、符号化手段(10)に入力さ
れる処理対象データのデータ数に従って符号化処理の一
定期間経過を検出するとともに、復元側の期間検出手段
(22)は、復号化手段(20)の出力する復元データのデータ
数に従って復号化処理の一定期間経過を検出するよう処
理することを、 特徴とするデータ圧縮・復元処理における誤り制御処理
方式。
3. The error control processing method in the data compression / decompression processing according to claim 1 or 2, wherein the compression side period detecting means (12) is data of processing target data input to the encoding means (10). Detecting the passage of a certain period of encoding processing according to the number, and detecting the period on the restoration side
(22) is an error control processing method in data compression / decompression processing, characterized in that processing is performed so as to detect elapse of a certain period of decoding processing according to the number of pieces of decompressed data output from the decoding means (20).
【請求項4】 請求項1又は2記載のデータ圧縮・復元
処理における誤り制御処理方式において、 圧縮側の期間検出手段(12)は、符号化手段(10)の出力す
る圧縮データの符号数に従って符号化処理の一定期間経
過を検出するとともに、復元側の期間検出手段(22)は、
復号化手段(20)に入力される処理対象符号の符号数に従
って復号化処理の一定期間経過を検出するよう処理する
ことを、 特徴とするデータ圧縮・復元処理における誤り制御処理
方式。
4. The error control processing method in the data compression / decompression processing according to claim 1 or 2, wherein the compression-side period detection means (12) is in accordance with the code number of the compressed data output from the encoding means (10). While detecting the passage of a certain period of the encoding process, the period detection means (22) on the restoration side,
An error control processing method in data compression / decompression processing, characterized in that processing is performed so as to detect elapse of a certain period of decoding processing according to the number of codes to be processed input to the decoding means (20).
【請求項5】 請求項1又は2記載のデータ圧縮・復元
処理における誤り制御処理方式において、 圧縮側及び復元側の初期化手段(13,23) は、蓄積手段(1
1,21) の管理する学習データを規定の学習進行状態のも
のに初期化するよう処理することを、 特徴とするデータ圧縮・復元処理における誤り制御処理
方式。
5. The error control processing method in the data compression / decompression process according to claim 1 or 2, wherein the compression side and decompression side initialization means (13, 23) are storage means (1).
An error control processing method in data compression / decompression processing, characterized in that the learning data managed by 1,21) is processed to be initialized to a specified learning progress state.
JP4046588A 1992-03-04 1992-03-04 Error control processing method in data compression / decompression processing Expired - Fee Related JP2693338B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP4046588A JP2693338B2 (en) 1992-03-04 1992-03-04 Error control processing method in data compression / decompression processing

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP4046588A JP2693338B2 (en) 1992-03-04 1992-03-04 Error control processing method in data compression / decompression processing

Publications (2)

Publication Number Publication Date
JPH05252047A JPH05252047A (en) 1993-09-28
JP2693338B2 true JP2693338B2 (en) 1997-12-24

Family

ID=12751457

Family Applications (1)

Application Number Title Priority Date Filing Date
JP4046588A Expired - Fee Related JP2693338B2 (en) 1992-03-04 1992-03-04 Error control processing method in data compression / decompression processing

Country Status (1)

Country Link
JP (1) JP2693338B2 (en)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2009057459A1 (en) 2007-10-30 2009-05-07 Nec Corporation Data compression method
JP2009188995A (en) * 2008-02-08 2009-08-20 Toshiba Corp Image processing apparatus and image processing method
DE112011104633B4 (en) 2010-12-28 2016-11-10 International Business Machines Corporation Unit for determining the starting point for a search
US9043676B2 (en) 2010-12-28 2015-05-26 International Business Machines Corporation Parity error recovery method for string search CAM

Also Published As

Publication number Publication date
JPH05252047A (en) 1993-09-28

Similar Documents

Publication Publication Date Title
US10277716B2 (en) Data compression for priority based data traffic, on an aggregate traffic level, in a multi stream communications system
US6388584B1 (en) Method and apparatus for data compression of network packets
US5517508A (en) Method and apparatus for detection and error correction of packetized digital data
US6012159A (en) Method and system for error-free data transfer
US7409627B2 (en) Method for transmitting and receiving variable length packets based on forward error correction (FEC) coding
JP3617967B2 (en) Header compressed packet receiving apparatus and method
US8872677B2 (en) Method and apparatus for compressing data-carrying signals
EP2971721B1 (en) Data compression for priority-based data traffic, on an aggregate traffic level, in a multi-stream communications system
CN106503165A (en) Compression, decompressing method, device and equipment
JP2693338B2 (en) Error control processing method in data compression / decompression processing
JP4002155B2 (en) How to compress data
JP3038223B2 (en) Data compression method
JP2693339B2 (en) Error control processing method in data compression / decompression processing
JP2004007582A (en) Low-cost method and device for decoding product code
EP2779467A2 (en) Staged data compression, including block-level long-range compression, for data streams in a communications system
JP3117760B2 (en) Data restoration method
JP2957801B2 (en) Data compression method and its restoration method
AU678942B2 (en) Data compression encoder/decoder and method for efficient duplicate string handling
JPH05298061A (en) System and device for compressing and restoring data
JPH05252049A (en) Data compression processing system and data decoding processing system
JP2999587B2 (en) Data compression and decompression method
JP2005160074A (en) Two input differential round accumulator
JPH05181641A (en) Data compressing/restoring device
JP4380052B2 (en) Failure detection method and failure detection device for slide dictionary
KR100443012B1 (en) Decoding process for byte stream of compressed data

Legal Events

Date Code Title Description
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 19970819

LAPS Cancellation because of no payment of annual fees