JPH08163179A - Data compression transmitter - Google Patents

Data compression transmitter

Info

Publication number
JPH08163179A
JPH08163179A JP30063894A JP30063894A JPH08163179A JP H08163179 A JPH08163179 A JP H08163179A JP 30063894 A JP30063894 A JP 30063894A JP 30063894 A JP30063894 A JP 30063894A JP H08163179 A JPH08163179 A JP H08163179A
Authority
JP
Japan
Prior art keywords
data
compression
quality
dictionary
compressed data
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.)
Pending
Application number
JP30063894A
Other languages
Japanese (ja)
Inventor
Shinichi Higuchi
口 信 一 樋
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.)
Panasonic Holdings Corp
Original Assignee
Matsushita Electric Industrial Co 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 Matsushita Electric Industrial Co Ltd filed Critical Matsushita Electric Industrial Co Ltd
Priority to JP30063894A priority Critical patent/JPH08163179A/en
Publication of JPH08163179A publication Critical patent/JPH08163179A/en
Pending legal-status Critical Current

Links

Abstract

PURPOSE: To measure a state in which the quality of a communication channel is deteriorated, to set a dictionary reset period, to reduce the delivery period of erroneous information when a bit error occurs in the communication channel and to efficiently use the communication channel in a data compression transmitter by an LZ code. CONSTITUTION: Transmission side equipment performs data compression by selecting plural kinds of frame length corresponding to a quality deteriorated state informed from reception side equipment, and initializes compressed data, and attaches an error detection code on the compressed data, and assembles it in a transmission frame. then, sends it out to the communication channel. The reception side equipment disassembles a received transmission frame, and performs error detection, and expands the compressed data, then, restores original information. Expansion dictionary memery 33 is initalized at every transmission frame, and a comparator 40 compares a threshold value held in quality threshold value memory 37 with the coefficient value of a quality measuring counter 39 which holds the number of times of bit errors generated in fixed time, and judges the case that the coefficient value exceeds the threshold value as the quality deteriorated state, and informs it to the transmission side equipment.

Description

【発明の詳細な説明】Detailed Description of the Invention

【0001】[0001]

【産業上の利用分野】本発明は、通信回線を介して相互
に接続された通信制御装置において、送信側で情報を圧
縮したうえで通信回線に送出し、受信側において受信し
た圧縮情報を伸長することにより原情報を復元するデー
タ圧縮伝送装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a communication control device connected to each other through a communication line, compressing the information on the transmitting side and then transmitting the information to the communication line, and expanding the compressed information received on the receiving side. The present invention relates to a data compression transmission device that restores original information by doing the above.

【0002】[0002]

【従来の技術】近年、情報化社会においては情報伝送の
役割が非常に大きく、多量の情報を効率よく伝送する手
段が重要となっている。情報を伝送する際に通信回線を
効率よく使用することを目的として、通信回線を介して
相互に接続された通信制御装置において、送信側装置で
情報を圧縮したうえで通信回線に送出し、受信側装置に
おいて圧縮情報を伸長し原情報を復元することにより、
実効伝送情報量を削減し通信回線を効率よく使用するこ
とが提案されている。情報通信における情報圧縮/伸長
方式としては、処理遅延時間が少なく、圧縮効率に優れ
ていることで知られるユニバーサル符号の一種であるL
empel−Ziv符号(またはZiv−Lempel
符号、以下においてはLZ符号と表す。)およびLZW
符号やLZSS符号などの改良方式が広く使用されてい
る。
2. Description of the Related Art In recent years, information transmission plays an extremely important role in the information society, and means for efficiently transmitting a large amount of information has become important. In order to use the communication line efficiently when transmitting information, in a communication control device mutually connected via the communication line, the sending side device compresses the information before sending it to the communication line and receiving it. By decompressing the compressed information and restoring the original information in the side device,
It has been proposed to reduce the amount of effective transmission information and use communication lines efficiently. As an information compression / decompression method in information communication, L is a kind of universal code that is known to have a short processing delay time and excellent compression efficiency.
empel-Ziv code (or Ziv-Lempel
A code, hereinafter referred to as an LZ code. ) And LZW
Improved schemes such as codes and LZSS codes are widely used.

【0003】LZ符号の基本アルゴリズムは、圧縮対象
であるデータ系列を部分列に分解し、データ系列の過去
の部分列から最も長く一致するものを検索し、その位置
と長さの情報を持って当該部分列を置換表現することに
より、情報量圧縮を行なうものである。LZ符号におけ
る符号化(圧縮処理)および復号化(伸長処理)のアル
ゴリズムについて、図6を参照しながら説明する。
The basic algorithm of the LZ code is to decompose the data sequence to be compressed into subsequences, search the past subsequence of the data sequence for the longest match, and obtain the position and length information. The amount of information is compressed by substituting and expressing the subsequence. Encoding (compression processing) and decoding (decompression processing) algorithms in the LZ code will be described with reference to FIG.

【0004】まず、圧縮処理の手順について説明する。
初期状態において、圧縮辞書は空である。圧縮処理を開
始すると、入力される原データを部分列D1に分解す
る。当該時点において圧縮辞書は空であり、参照する過
去のデータ系列が存在しないため、部分列D1に対する
置換表現は行なわず、部分列D1のビットパターン、位
置情報および長さなどの辞書情報を圧縮辞書に登録す
る。部分列D2は、圧縮辞書に登録された辞書情報と一
致しないため、部分列D2に対する置換表現はせずに、
部分列D2の辞書情報を圧縮辞書に登録する。部分列D
3は、圧縮辞書に登録された部分列D1と同じビットパ
ターンを持つので、圧縮辞書に登録されている部分列D
1の辞書情報D1′により部分列D3を置換表現する。
部分列D4は圧縮辞書に登録された辞書情報D2′によ
り置換表現し、部分列D5は圧縮辞書に未登録のため置
換表現せずに圧縮辞書に追加登録を行ない、部分列D6
は圧縮辞書に登録された辞書情報D5′により置換表現
し、以後上記の動作を繰り返し行なうことにより圧縮デ
ータを得る。
First, the procedure of compression processing will be described.
In the initial state, the compression dictionary is empty. When the compression process is started, the input original data is decomposed into the subsequence D1. Since the compression dictionary is empty at that time point and there is no past data sequence to refer to, the replacement expression for the subsequence D1 is not performed, and the dictionary information such as the bit pattern, position information and length of the subsequence D1 is compressed. Register with. Since the subsequence D2 does not match the dictionary information registered in the compression dictionary, the replacement expression for the subsequence D2 is not performed,
The dictionary information of the subsequence D2 is registered in the compression dictionary. Subsequence D
3 has the same bit pattern as the subsequence D1 registered in the compression dictionary, the subsequence D registered in the compression dictionary
The partial sequence D3 is replaced and expressed by the dictionary information D1 'of 1.
The subsequence D4 is replaced and expressed by the dictionary information D2 ′ registered in the compression dictionary, and the subsequence D5 is not registered in the compression dictionary and therefore is not registered as replacement and additionally registered in the compression dictionary.
Is replaced with the dictionary information D5 'registered in the compression dictionary, and the above operation is repeated to obtain compressed data.

【0005】次に、伸長処理の手順について説明する。
初期状態において伸長辞書は空である。伸長処理を開始
すると、圧縮データを検証することにより部分列D1を
抽出し、部分列D1が辞書情報でないことを検出する
と、部分列D1をそのまま復元データに設定するととも
に、伸長辞書に部分列D1に関する辞書情報を登録す
る。同じく部分列D2についても辞書情報でないことを
検出し、部分列2をそのまま復元データに設定するとと
もに、伸長辞書に部分列D2に関する辞書情報を登録す
る。続いて部分列D1′を抽出し、部分列D1′が部分
列D1を示す辞書情報であることを検出すると、部分列
D1′を伸長辞書に登録された部分列D1のビットパタ
ーンにより置換し、復元データに設定する。以下、部分
列D2′は伸長辞書に登録された部分列D2によりビッ
トパターンを復元し、部分列D5は辞書情報でないので
そのまま復元データに設定するとともに、辞書情報を伸
長辞書に登録し、部分列D5′は伸長辞書に登録された
部分列D5によりビットパターンを復元し、復元データ
に設定する。
Next, the procedure of decompression processing will be described.
In the initial state, the decompression dictionary is empty. When the decompression process is started, the subsequence D1 is extracted by verifying the compressed data, and when it is detected that the subsequence D1 is not dictionary information, the subsequence D1 is set as the decompressed data as it is and the subsequence D1 is set in the decompression dictionary. Register dictionary information about. Similarly, it is detected that the partial sequence D2 is not the dictionary information, the partial sequence 2 is set as the restored data as it is, and the dictionary information about the partial sequence D2 is registered in the decompression dictionary. Then, the subsequence D1 'is extracted, and when it is detected that the subsequence D1' is dictionary information indicating the subsequence D1, the subsequence D1 'is replaced by the bit pattern of the subsequence D1 registered in the decompression dictionary, Set it in the restored data. Hereinafter, the subsequence D2 'restores the bit pattern by the subsequence D2 registered in the decompression dictionary, and the subsequence D5 is not the dictionary information, so it is set as the restored data as it is, and the dictionary information is registered in the decompression dictionary. D5 'restores the bit pattern by the subsequence D5 registered in the decompression dictionary and sets it as the restored data.

【0006】以上の処理を繰り返し継続的に行なうこと
により、LZ符号においては、データの圧縮処理および
伸長処理が実現される。
By repeatedly performing the above processing continuously, data compression processing and decompression processing are realized in the LZ code.

【0007】上記のアルゴリズムによるLZ符号は、以
下の特徴を有する。すなわち、何らかの原因により圧縮
データの一部が破壊された場合、伸長処理により原デー
タを正しく復元することができない。特に圧縮データに
おける当該破壊箇所が辞書情報でなく伸長辞書に登録さ
れる部分列(例えば図6における圧縮データの部分列D
1,D2,D5に相当)であった場合には、伸長辞書が
正しく作成されず誤りを含むため、伸長辞書の当該登録
情報を参照する以後の伸長処理において復元誤りが継続
的に発生してしまう。
The LZ code according to the above algorithm has the following features. That is, if some of the compressed data is destroyed for some reason, the original data cannot be correctly restored by the decompression process. In particular, the subsequence in which the destroyed portion in the compressed data is registered in the decompression dictionary instead of the dictionary information (for example, the subsequence D of the compressed data in FIG. 6).
1, D2, D5), the decompression dictionary is not created correctly and contains an error. Therefore, a decompression error continuously occurs in the decompression process after referring to the registration information of the decompression dictionary. I will end up.

【0008】以上の特徴を有することから、LZ符号に
おいては、圧縮データが何らかの原因で破壊された場合
には、圧縮辞書および伸長辞書を同期して初期化すると
により、辞書誤りによる継続的な復元誤りを防ぐことが
必要となる。
Due to the above characteristics, in the LZ code, if the compressed data is destroyed for some reason, the compression dictionary and the decompression dictionary are initialized in synchronism with each other, so that the LZ code is continuously restored due to a dictionary error. It is necessary to prevent mistakes.

【0009】以下に、上記特徴を持つLZ符号を使用し
たデータ圧縮伝送装置を実現する従来技術について説明
する。図7は従来のデータ圧縮伝送装置を備えた通信シ
ステムの構成を示すブロック図である。また、図8は、
従来のデータ圧縮伝送装置の動作を説明するタイミング
図である。
A conventional technique for realizing a data compression transmission device using the LZ code having the above characteristics will be described below. FIG. 7 is a block diagram showing the configuration of a communication system including a conventional data compression transmission device. In addition, FIG.
It is a timing diagram explaining operation | movement of the conventional data compression transmission apparatus.

【0010】図7において、70はデータ圧縮伝送装
置、71はデータ伸長伝送装置、72は通信回線、73
はデータ入力回線、74はデータ出力回線である。
In FIG. 7, reference numeral 70 is a data compression transmission device, 71 is a data expansion transmission device, 72 is a communication line, and 73 is a communication line.
Is a data input line, and 74 is a data output line.

【0011】データ圧縮伝送装置70は、データ入力回
線73から受信する原データを固定長Lのビット列に分
割し、当該固定長のビット列に対しLZ符号により圧縮
辞書を構成しながら圧縮処理を行ない、圧縮データを通
信回線72に送出するとともに、当該固定長のビット列
に対し圧縮処理が終了した時点で圧縮辞書を初期化す
る。データ伸長伝送装置71は、通信回線72から圧縮
データを受信すると、これをLZ符号により伸長した伸
長辞書を構成しながら原データを復元し、原データの復
元が終了した時点で、伸長辞書を初期化する。
The data compression transmission device 70 divides the original data received from the data input line 73 into a bit string of fixed length L, and performs compression processing on the fixed length bit string while constructing a compression dictionary by LZ code. The compressed data is sent to the communication line 72, and the compression dictionary is initialized when the compression process is completed for the fixed length bit string. Upon receiving the compressed data from the communication line 72, the data decompression transmission device 71 restores the original data while constructing the decompression dictionary by decompressing the compressed data by the LZ code, and when the restoration of the original data is completed, the decompression dictionary is initialized. Turn into.

【0012】以上の動作を繰り返し行なうことにより、
送信側のデータ圧縮伝送装置70におけ圧縮辞書と、受
信側のデータ伸長伝送装置71における伸長辞書を同期
して定期的に初期化し、通信回線72において圧縮デー
タ伝送中に発生するビット誤りなどにより圧縮データが
破壊された際の継続的な原データの復元誤りの波及を一
定範囲内のみに抑えることが可能となる。
By repeating the above operation,
The compression dictionary in the data compression transmission device 70 on the transmission side and the decompression dictionary in the data decompression transmission device 71 on the reception side are initialized in synchronization with each other periodically, and due to a bit error or the like occurring during transmission of the compressed data on the communication line 72. When the compressed data is destroyed, it is possible to suppress the continuous spread of the restoration error of the original data only within a certain range.

【0013】[0013]

【発明が解決しようとする課題】しかしながら、上記従
来のデータ圧縮伝送装置においては、送信側圧縮処理に
おいて常に一定の周期によって圧縮辞書の初期化を行な
うために、過去に蓄積した辞書情報が定期的に失われる
ことになり、LZ符号による圧縮効率を一定以上に向上
させることができず、通信回線の有効利用を図ることが
できないという問題があった。
However, in the above-described conventional data compression transmission apparatus, since the compression dictionary is always initialized at a constant period in the compression process on the transmission side, the dictionary information accumulated in the past is periodically stored. Therefore, there is a problem that the compression efficiency by the LZ code cannot be improved to a certain level or more, and the communication line cannot be effectively used.

【0014】また、通信回線においてビット誤りが発生
した場合に、伸長辞書が誤りを含むことにより、次に辞
書が初期化されるまでの期間復元データが誤りを含み、
その間受信側端末に誤情報が送信されるという問題点が
あった。
When a bit error occurs in the communication line, the decompression dictionary contains an error, so that the restored data for the period until the dictionary is initialized contains an error.
During that time, there was a problem that erroneous information was transmitted to the receiving side terminal.

【0015】本発明は、上記従来の問題点を解決するも
のであり、受信側伸長処理において受信した圧縮情報に
ビット誤りが発生しているかを検出することにより、当
該辞典における通信回線の通信品質を監視し、通信品質
の劣化状態に応じてLZ符号の辞書初期化周期を増減す
ることにより、ビット誤り発生時の伸長辞書の無効期間
を低減するとともに、より高い圧縮効率を得ることを可
能とするデータ圧縮伝送装置を提供することを目的とす
る。
The present invention solves the above-mentioned conventional problems, and detects whether or not a bit error has occurred in the compression information received in the decompression processing on the receiving side, thereby detecting the communication quality of the communication line in the dictionary. It is possible to reduce the invalid period of the decompression dictionary when a bit error occurs and to obtain a higher compression efficiency by monitoring the above and increasing / decreasing the dictionary initialization period of the LZ code according to the deterioration state of the communication quality. It is an object of the present invention to provide a data compression transmission device that does.

【0016】また本発明は、ビット誤り発生による伸長
辞書情報の誤り発生か辞書の初期化までの辞書無効期間
において、受信側のデータ圧縮伝送装置に接続される端
末に対し、無通信を示すアイドルパターンを継続的に送
信し、受信端末への誤情報送出を防ぐことを可能とする
データ圧縮伝送装置を提供することを目的とする。
Further, according to the present invention, an idle indicating no communication is given to the terminal connected to the data compression transmission device on the receiving side during the dictionary invalid period until the error of the expansion dictionary information due to the bit error occurrence or the initialization of the dictionary. An object of the present invention is to provide a data compression transmission device capable of continuously transmitting a pattern and preventing erroneous information transmission to a receiving terminal.

【0017】[0017]

【課題を解決するための手段】本発明は、上記目的を達
成するために、送信側装置において、送信側データ圧縮
伝送装置に接続されたデータ入力回線から受信するデー
タにビット同期した単位クロックを発生する第1のクロ
ック発生手段と、データ圧縮を行なう単位フレーム長に
関する情報を保持する複数のフレーム長記憶手段と、受
信側データ圧縮伝送装置から通知される通信回線の品質
劣化状態を保持する記憶手段と、記憶手段からフレーム
同期タイミングごとに通知される品質劣化状態に応じて
複数のフレーム長記憶手段を一つ選択し、その保持内容
を出力する第1の選択手段と、第1のクロック発生手段
が発生する単位クロックごとに1ずつ計数し、計数値が
第1の選択手段が表示するデータ圧縮の単位フレーム長
と等しくなるとフレーム同期タイミングを発生するフレ
ーム長計数手段と、データ圧縮処理に使用される圧縮辞
書情報を保持し、フレーム同期タイミングごとに保持内
容を初期化する圧縮辞書記憶手段と、フレーム同期タイ
ミングごとに圧縮辞書記憶手段に保持された圧縮辞書情
報を参照・更新しながらデータ入力回線から受信した情
報を圧縮し、圧縮データを出力するデータ圧縮手段と、
圧縮データに誤り検出符号を付加し、これを出力する第
1の誤り制御手段と、誤り検出符号の付加された圧縮デ
ータを伝送フレームに組み立てる伝送フレーム組立手段
とを備え、また受信側装置において、受信側データ圧縮
伝送装置に接続された通信回線から受信するデータにビ
ット同期した単位クロックを発生する第2のクロック発
生手段と、通信回線を介して受信した伝送フレームを分
解し誤り検出符号付き圧縮データを抽出し、これを出力
する伝送フレーム分解手段と、誤り検出符号付き圧縮デ
ータを検証し、圧縮データにおけるビット誤りの有無を
検出するとともに圧縮データを送出する第2の誤り制御
手段と、データ伸長処理に使用される伸長辞書情報を保
持し、フレーム同期タイミングごとに保持内容を初期化
する伸長辞書記憶手段と、圧縮データを受信し伸長辞書
情報を参照・更新しながら圧縮データを伸長し、原情報
を復元するとともにフレーム同期タイミングを発生する
データ伸長手段と、初期状態において通信品質観測時間
を保持し、第2の単位クロック発生手段が発生する単位
クロック受信ごとに保持値を1ずつ減じ、保持値が0と
等しくなると品質計測タイミングを発生する計時手段
と、初期状態において保持値が0に初期化され、誤り検
出通知ごとに1ずつ計数し、品質計測タイミングごとに
保持値が0に初期化される品質計測計数手段と、通信回
線におけるビット誤り発生回数に関する一つないしは複
数の閾値を保持する品質閾値記憶手段と、品質計測タイ
ミングの受信ごとに品質計測計数手段の保持値と品質閾
値記憶手段に保持されたビット誤り発生回数に関する閾
値とを比較し、品質計測計数手段の保持値が閾値を越え
た場合には通信品質劣化状態を、また保持値が閾値以下
の場合は通信品質非劣化状態を示す品質通知信号を発生
する比較手段とを備えたものである。
In order to achieve the above-mentioned object, the present invention provides a unit clock, which is bit-synchronized with data received from a data input line connected to a data compression transmission apparatus of the transmission side in a transmission side apparatus. A first clock generating means for generating, a plurality of frame length storing means for holding information on a unit frame length for data compression, and a memory for holding a quality deterioration state of a communication line notified from a receiving side data compression transmission apparatus. Means, and a first selecting means for selecting one of a plurality of frame length storing means according to the quality deterioration state notified from the storing means at each frame synchronization timing and outputting the held contents, and a first clock generating means. The unit counts by 1 for each unit clock generated by the means, and when the count value becomes equal to the unit frame length of data compression displayed by the first selection means, Frame length counting means for generating the frame synchronization timing, compression dictionary storage means for retaining the compression dictionary information used for the data compression processing and initializing the retained contents at each frame synchronization timing, and compression for each frame synchronization timing A data compression unit that compresses the information received from the data input line while referring to and updating the compression dictionary information held in the dictionary storage unit, and outputs the compressed data;
An error detection code is added to the compressed data, the first error control means for outputting the error detection code, and a transmission frame assembling means for assembling the compressed data with the error detection code added into a transmission frame are provided. Second side clock generation means for generating a unit clock bit-synchronized with the data received from the communication line connected to the receiving side data compression transmission device, and the transmission frame received via the communication line is decomposed and compressed with error detection code Transmission frame decomposing means for extracting data and outputting the data, second error control means for verifying the compressed data with error detection code, detecting presence or absence of a bit error in the compressed data, and transmitting the compressed data, and data. Decompression dictionary storage that retains decompression dictionary information used for decompression processing and initializes the retained contents at each frame synchronization timing Stage, a data decompression unit that decompresses the compressed data while receiving and decompressing the decompressed dictionary information and updating the decompressed dictionary information, restores the original information, and generates the frame synchronization timing, and maintains the communication quality observation time in the initial state. , A holding value is decremented by 1 each time the unit clock is generated by the second unit clock generating means, and a quality measuring timing is generated when the holding value becomes equal to 0, and the holding value is initialized to 0 in the initial state. The quality measurement / counting means counts one by one for each error detection notification and initializes the holding value to 0 at each quality measurement timing, and holds one or a plurality of thresholds regarding the number of bit error occurrences in the communication line. The quality threshold value storage means, the value held by the quality measurement / counting means each time a quality measurement timing is received, and the bit error occurrence held in the quality threshold value storage means. Generates a quality notification signal that indicates a communication quality deterioration state when the value held by the quality measurement / counting means exceeds the threshold value, and a communication quality non-deterioration state when the held value is less than the threshold value. And a comparison means for doing so.

【0018】また本発明は、上記の受信側データ圧縮伝
送装置において、無通信状態を示すアイドルパターンを
継続的に発生するアイドルパターン発生手段と、第2の
誤り制御手段から受信した圧縮データにおける誤り検出
通知により、アイドルパターン発生手段からの入力デー
タを選択し、これをデータ出力回線に出力し、データ伸
長手段からフレーム同期タイミングを受信することによ
り、データ伸長手段から入力される復元された原情報を
選択し、これをデータ出力回線に出力する第2の選択手
段とを備えたものである。
Further, according to the present invention, in the above-mentioned receiving side data compression transmission apparatus, an idle pattern generating means for continuously generating an idle pattern indicating a non-communication state, and an error in the compressed data received from the second error control means. By the detection notification, the input data from the idle pattern generating means is selected, this is output to the data output line, and the frame synchronization timing is received from the data decompressing means, whereby the restored original information input from the data decompressing means. And a second selection means for selecting this and outputting it to the data output line.

【0019】[0019]

【作用】本発明は、上記送信側データ圧縮伝送装置にお
いて、第1の選択手段が、受信側装置から通知される通
信回線の品質劣化状態に関する情報に応じて、データ圧
縮を行なう単位フレーム長に関する情報を保持する複数
のフレーム長記憶手段からの入力を選択し、品質が劣化
した状態においてはより短い単位フレーム長を選択し、
これを表示する。計数手段は、データ入力回線から受信
する情報とビット同期した単位クロックごとに1つずつ
計数し、その計数値が選択手段が選択し表示する単位フ
レーム長と等しくなるとフレーム化完了信号を発生す
る。データ圧縮手段は、データ入力回線から受信する情
報を、計数手段が発生するフレーム化完了信号を受信す
るごとに初期化される圧縮辞書記憶手段に保持された圧
縮辞書情報を参照・更新しながら圧縮し、第1の誤り制
御手段は、圧縮データに誤り検出信号を付加し、伝送フ
レーム組立手段は、誤り検出符号付き圧縮データを伝送
フレームに組み立て、これを通信回線に送出する。
The present invention relates to a unit frame length in which the first selecting means compresses data according to the information about the quality deterioration state of the communication line notified from the receiving side device in the transmitting side data compression transmitting device. Input from a plurality of frame length storage means for holding information is selected, and in the state where quality is deteriorated, a shorter unit frame length is selected,
Display this. The counting means counts one by one for each unit clock bit-synchronized with the information received from the data input line, and generates a framing completion signal when the counted value becomes equal to the unit frame length selected and displayed by the selecting means. The data compression means compresses the information received from the data input line while referring to and updating the compression dictionary information held in the compression dictionary storage means which is initialized every time the framing completion signal generated by the counting means is received. Then, the first error control means adds an error detection signal to the compressed data, and the transmission frame assembling means assembles the compressed data with error detection code into a transmission frame and sends it to the communication line.

【0020】また、受信側データ圧縮伝送装置におい
て、伝送フレーム分解手段は、通信回線から受信する伝
送フレームを分解し、誤り検出符号付き圧縮データを抽
出し、第2の誤り制御手段は、誤り検出符号付き圧縮デ
ータから圧縮データを抽出するとともに、圧縮データに
おけるビット誤りを検出し、データ伸長手段は、圧縮デ
ータを受信すると伝送フレーム同期信号を発生し、伝送
フレーム同期信号を受信するとにより保持内容が初期化
される伸長辞書記憶手段に保持される伸長辞書情報を参
照・更新して圧縮データを伸長し原情報を復元する。計
時手段は、通信回線から受信する情報ビットに同期した
単位クロックを受信するごとに品質計測信号を発生す
る。品質計測計数手段は、品質計測信号を受信するごと
にその計数値が0に初期化され、ビット誤り検出通知の
受信回数を計数し、比較手段は、品質計測信号を受信す
るごとに品質計測計数手段の計数値と、品質閾値記憶手
段に保持された通信回線の品質劣化状態を判定する閾値
とを比較し、計数値が閾値を越えた場合は品質劣化状態
を、計数値が閾値以下の場合は品質非劣化状態を表す品
質通知信号を発生する。
Further, in the receiving side data compression transmitting apparatus, the transmission frame disassembling means decomposes the transmission frame received from the communication line and extracts the compressed data with error detection code, and the second error control means the error detecting means. The compressed data is extracted from the signed compressed data, a bit error in the compressed data is detected, and the data decompression means generates a transmission frame synchronization signal when receiving the compression data and retains the contents held by receiving the transmission frame synchronization signal. The expanded dictionary information held in the initialized expanded dictionary storage means is referenced / updated to expand the compressed data and restore the original information. The clock means generates a quality measurement signal each time a unit clock synchronized with the information bit received from the communication line is received. The quality measurement counting means initializes the count value to 0 every time the quality measurement signal is received, counts the number of times of receiving the bit error detection notification, and the comparing means counts the quality measurement count each time the quality measurement signal is received. The count value of the means and the threshold value for judging the quality deterioration state of the communication line held in the quality threshold value storage means are compared, and if the count value exceeds the threshold value, the quality deterioration state is determined, and if the count value is less than or equal to the threshold value. Generates a quality notification signal indicating a non-degraded state.

【0021】本発明はまた、受信側データ圧縮伝送装置
において、アイドルパターン発生手段が、無通信状態を
示すアイドルパターンを継続的に発生し、第2の選択手
段は、第2の誤り制御手段から誤り検出信号を受信する
と、アイドルパターン発生手段から入力されるアイドル
パターンを選択し、データ伸長手段が発生する伝送フレ
ーム同期信号を受信するとデータ伸長手段から入力され
る原データを選択し、これをデータ出力回線に送出す
る。
According to the present invention, in the data compression transmission apparatus on the receiving side, the idle pattern generating means continuously generates an idle pattern indicating a non-communication state, and the second selecting means outputs the idle pattern from the second error control means. When the error detection signal is received, the idle pattern input from the idle pattern generating means is selected, and when the transmission frame synchronization signal generated by the data decompressing means is received, the original data input from the data decompressing means is selected, and this is selected as the data. Send to the output line.

【0022】[0022]

【実施例】以下、本発明のデータ圧縮伝送装置の一実施
例について図面を参照しながら説明する。図1は本発明
のデータ圧縮伝送装置を備えた通信システムの構成を示
すブロック図である。図1において、1Aは送信側のデ
ータ圧縮伝送装置、1Bは受信側のデータ圧縮伝送装
置、2A、2Bはそれぞれ通信回線、3はデータ入力回
線、4はデータ出力回線、5A、5B、5C、5Dはそ
れぞれデータ端末、6はホストコンピュータ、7は多重
装置、8は多重分離装置である。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of the data compression transmission device of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the configuration of a communication system including a data compression transmission device of the present invention. In FIG. 1, 1A is a data compression transmission apparatus on the transmission side, 1B is a data compression transmission apparatus on the reception side, 2A and 2B are communication lines, 3 is a data input line, 4 is a data output line, 5A, 5B, 5C, and 5D is a data terminal, 6 is a host computer, 7 is a multiplexer, and 8 is a demultiplexer.

【0023】図1において、多重化装置7は、データ端
末5A、5Bおよびホストコンピュータ6が出力するデ
ータを多重化し、送信側データ圧縮伝送装置1Aにおい
て多重化されたデータLZ符号により圧縮し、圧縮デー
タを通信回線2Aに送出する。受信側データ圧縮伝送装
置1Bには、通信回線2Aから受信した圧縮データをL
Z符号により伸長し、多重分離装置8において多重化さ
れたデータが多重分離され、分離された各データはデー
タ端末5Cまたは5dに配信される。なお、データ圧縮
伝送装置1A、1Bの構成はいずれも同じであり、LZ
符号によるデータ圧縮機能およびデータ伸長機能の両機
能を備えている。
In FIG. 1, a multiplexing device 7 multiplexes the data output from the data terminals 5A, 5B and the host computer 6, compresses the data by the data LZ code multiplexed in the transmitting side data compression transmission device 1A, and compresses it. The data is sent to the communication line 2A. The compressed data received from the communication line 2A is transmitted to the receiving side data compression transmission apparatus 1B as L
The data decompressed by the Z code and multiplexed by the demultiplexer 8 is demultiplexed, and each demultiplexed data is delivered to the data terminal 5C or 5d. The data compression transmission devices 1A and 1B have the same configuration, and the LZ
It has both a code compression function and a data decompression function.

【0024】図2は上記実施例における送信側データ圧
縮伝送装置1Aのデータ圧縮部の構成を示すブロック図
である。図2において、21はクロック発生器A(第1
のクロック発生手段)であり、データ入力回線3から入
力されるデータにビット同期した単位クロックを発生す
る。22はレジスタ(通信回線の品質劣化状態を保持す
る記憶手段)であり、受信側データ圧縮伝送装置1Bか
ら通信回線2Bを介して通知される品質通知信号を受信
するとその値を保持し、リードパルスとしてフレーム長
カウンタ25からフレーム化完了信号を受信することに
より、保持内容をフレーム長切替信号として出力する。
23A、23Bはそれぞれフレーム長メモリ(フレーム
長記憶手段)であり、LZ符号器27において入力デー
タを何ビットまとめて圧縮するかを示す圧縮の単位長L
A、LB(ただし、LA>LB)をそれぞれ保持する。
24はセレクタA(第1の選択手段)であり、フレーム
長メモリ23A、23Bに接続され、初期状態において
フレーム長メモリ23Aの値を選択してこれを出力し、
レジスタ22が出力するフレーム長切替信号が0の場合
はフレーム長メモリ23Aの保持内容LAを、フレーム
長切替信号が1の場合はフレーム長メモリ23Bの保持
内容LBを出力する。25はフレーム長カウンタ(フレ
ーム長計数手段)であり、初期状態で0を保持し、クロ
ック発生器21から単位クロックを受信するごとに1ず
つ計数し、計数値がセレクタ24の出力する値と等しく
なった場合にフレーム化完了信号を発生するとともに、
0に初期化される。26は圧縮辞書メモリ(圧縮辞書記
憶手段)であり、初期状態において保持される圧縮され
る圧縮辞書が未登録状態に初期化され、LZ符号器27
が生成する圧縮辞書情報を保持し、フレーム長カウンタ
25からフレーム化完了信号を受信することにより圧縮
辞書メモリ26の保持内容を初期化し、圧縮辞書を未登
録状態とする。27はLZ符号器(データ圧縮手段)で
あり、データ入力回線3から原データのビット列を読み
込み、フレーム長カウンタ25からフレーム化完了信号
を受信するごとにそれまで読み込んだ原データの全ビッ
ト列に対しLZ符号による圧縮処理を施し、圧縮データ
を出力する。LZ符号器27は、上記の圧縮処理におい
て、圧縮辞書メモリ26に保持された圧縮辞書情報を参
照するとともに、圧縮辞書に未登録の情報についてはこ
れを追加登録することにより圧縮辞書を更新する。28
は誤り制御器A(第1の誤り制御手段)であり、LZ符
号器27から受信する圧縮データに対する誤り検出符号
を算出し、圧縮データの末尾に付加し、これを保持す
る。29は伝送フレーム組立器(伝送フレーム組立手
段)であり、誤り制御器A28から受信した誤り検出符
号付き圧縮データの先頭に伝送フレームの先頭を示すヘ
ッダを付加し、末尾にフレームの末尾を示すトレイラを
付加することにより伝送フレームを組み立て、これを通
信回線2Aに送出する。
FIG. 2 is a block diagram showing the configuration of the data compression section of the transmission side data compression transmission apparatus 1A in the above embodiment. In FIG. 2, reference numeral 21 denotes a clock generator A (first
And a unit clock that is bit-synchronized with the data input from the data input line 3. Reference numeral 22 denotes a register (a storage unit that holds the quality deterioration state of the communication line). When a quality notification signal notified from the receiving side data compression transmission apparatus 1B via the communication line 2B is received, the value is held and a read pulse is given. By receiving the framing completion signal from the frame length counter 25, the held content is output as a frame length switching signal.
Reference numerals 23A and 23B denote frame length memories (frame length storage means), respectively, and a unit length L of compression indicating how many bits of input data are collectively compressed by the LZ encoder 27.
A and LB (where LA> LB) are held respectively.
A selector A (first selection means) 24 is connected to the frame length memories 23A and 23B, selects the value of the frame length memory 23A in the initial state, and outputs it.
When the frame length switching signal output from the register 22 is 0, the held content LA of the frame length memory 23A is output, and when the frame length switching signal is 1, the held content LB of the frame length memory 23B is output. Reference numeral 25 denotes a frame length counter (frame length counting means), which holds 0 in the initial state, counts by 1 each time a unit clock is received from the clock generator 21, and the count value is equal to the value output by the selector 24. When it becomes, the framing completion signal is generated and
It is initialized to 0. Reference numeral 26 is a compression dictionary memory (compression dictionary storage means), in which the compression dictionary to be compressed which is held in the initial state is initialized to the unregistered state, and the LZ encoder 27 is used.
Holds the compression dictionary information generated by, and upon receiving a framing completion signal from the frame length counter 25, initializes the contents held in the compression dictionary memory 26 and puts the compression dictionary in an unregistered state. Reference numeral 27 is an LZ encoder (data compression means), which reads a bit string of original data from the data input line 3, and every time a framing completion signal is received from the frame length counter 25, with respect to all bit strings of the original data read so far. The compression processing is performed by the LZ code, and the compressed data is output. In the above compression processing, the LZ encoder 27 refers to the compression dictionary information held in the compression dictionary memory 26, and additionally updates the compression dictionary by registering the information that is not registered in the compression dictionary. 28
Is an error controller A (first error control means), which calculates an error detection code for the compressed data received from the LZ encoder 27, adds it to the end of the compressed data, and holds it. Reference numeral 29 denotes a transmission frame assembling unit (transmission frame assembling means), which adds a header indicating the beginning of the transmission frame to the beginning of the compressed data with error detection code received from the error controller A28, and a trailer indicating the end of the frame at the end. To assemble a transmission frame and send it to the communication line 2A.

【0025】図3は上記実施例における受信側データ圧
縮伝送装置1Bのデータ伸長部の構成を示すブロック図
である。図において、30はクロック発生部B(第2の
クロック発生手段)であり、通信回線2Aから受信する
データにビット同期した単位クロックを発生する。31
は伝送フレーム分解器(伝送フレーム分解手段)であ
り、クロック発生器B30から単位クロックを受信する
ごとに通信回線2Aからデータを受信し、通信回線2A
から一つの伝送フレームを受信すると伝送フレームから
ヘッダおよびトレイラを取り除き、圧縮データおよび誤
り検出符号を抽出し、これを誤り制御器B32に送出す
る。32は誤り制御器B(第2の誤り制御手段)であ
り、伝送フレーム分解器31から誤り検出符号付き圧縮
データを受信し、誤り検出符号を除いた圧縮データのみ
をLZ複合器34に送出するとともに、圧縮データ部に
おけるビット誤り発生を検証し、ビット誤りが検出され
た場合は誤り検出信号を発生する。33は伸長辞書メモ
リ(伸長辞書記憶初段)であり、初期状態において保持
される伸長辞書が未登録状態に初期化され、LZ複合器
34が生成する伸長辞書情報を保持し、LZ複合器34
から受信する伝送フレーム同期信号を受信することによ
り、伸長辞書メモリを初期化し伸長辞書の登録内容を未
登録状態とする。34はLZ複合器(データ伸長手段)
であり、誤り制御器B32から受信した圧縮データのビ
ット列を読み込むと伝送フレーム同期信号を発生すると
ともに、当該ビット列に対しLZ符号によるデータ伸長
処理を行ない、原データを復元してこれをセレクタB3
6に送出する。LZ複合器34は、上記の伸長処理にお
いて、伸長辞書メモリ33に保持された伸長辞書情報を
参照するとともに、伸長辞書に未登録の情報については
これを伸長辞書に追加登録し、伸長辞書を更新する。3
5はアイドルパターン発生器(アイドルターン発生手
段)であり、データ圧縮伝送装置1Bに収容されるデー
タ端末などにおいて無通信状態を示すアイドルパターン
を継続して送出する。36はセレクタB(第2の選択手
段)であり、LZ複合器34の出力線およびアイドルパ
ターン発生器35に接続されており、初期状態において
LZ複合器34が出力する原データを読み込み、誤り制
御器B32が発生する誤り検出信号を受信した場合は、
アイドルパターン発生器35が出力するアイドルパター
ンを読み込んでデータ出力回線4に送出し、LZ複合器
34が発生する伝送フレーム同期信号を受信した場合
は、LZ複合器34が出力するデータを読み込んでデー
タ出力回線4に送出する。37は品質閾値メモリ(品質
閾値記憶手段)であり、ビット誤り発生回数に関する閾
値Nを保持する。38はタイマ(計時手段)であり、初
期状態において予め設定された品質計測時間Tを保持
し、クロック発生器B30から単位クロックを受信する
ごとに1ずつタイマ値を減算し、タイマ値が0と等しく
なると品質計測信号を発生するとともにタイマ値がTに
初期化される。39は品質計測カウンタ(品質計測計数
手段)であり、初期状態において計数値が0に初期化さ
れ、誤り制御器B32から誤り検出信号を受信するごと
に1ずつ計数し、タイマ38から品質計測信号を受信す
ると計数値が0に初期化される。40は比較器(比較手
段)であり、タイマ38から品質計測信号を受信する
と、品質閾値メモリ37に保持されたビット誤り発生回
数に関する閾値Nと品質計測カウンタ39の計測値とを
比較し、計数値が閾値Nを越えた場合は、通信回線2A
の通信品質が劣化したものと判定して品質通知信号とし
て1を発生し、整数値が閾値N以下の場合は、通信回線
2Aの通信品質が劣化していないものと判定して品質通
知信号として0を発生し、これを通信回線2Bに送出す
る。
FIG. 3 is a block diagram showing the configuration of the data decompression unit of the receiving side data compression transmission apparatus 1B in the above embodiment. In the figure, reference numeral 30 denotes a clock generator B (second clock generator), which generates a unit clock bit-synchronized with the data received from the communication line 2A. 31
Is a transmission frame disassembly unit (transmission frame disassembly unit), which receives data from the communication line 2A every time it receives a unit clock from the clock generator B30,
When one transmission frame is received, the header and trailer are removed from the transmission frame, the compressed data and the error detection code are extracted, and this is sent to the error controller B32. An error controller B (second error control means) 32 receives the compressed data with an error detection code from the transmission frame decomposer 31 and sends only the compressed data excluding the error detection code to the LZ composite device 34. At the same time, the occurrence of a bit error in the compressed data section is verified, and if a bit error is detected, an error detection signal is generated. Reference numeral 33 denotes a decompression dictionary memory (first stage of decompression dictionary storage), in which the decompression dictionary held in the initial state is initialized to an unregistered state, holds decompression dictionary information generated by the LZ compound device 34, and stores in the LZ compound device 34.
By receiving the transmission frame synchronization signal received from, the decompression dictionary memory is initialized and the registered contents of the decompression dictionary are set to the unregistered state. 34 is an LZ compound device (data expansion means)
When the bit string of the compressed data received from the error controller B32 is read, a transmission frame synchronization signal is generated, and the bit string is subjected to data decompression processing by the LZ code to restore the original data and restore it to the selector B3.
Send to 6. In the decompression process, the LZ composite device 34 refers to the decompression dictionary information held in the decompression dictionary memory 33, and additionally registers information not registered in the decompression dictionary in the decompression dictionary and updates the decompression dictionary. To do. Three
Reference numeral 5 denotes an idle pattern generator (idle turn generating means), which continuously sends out an idle pattern indicating a non-communication state in a data terminal or the like accommodated in the data compression transmission device 1B. A selector B (second selection means) 36 is connected to the output line of the LZ composite device 34 and the idle pattern generator 35, reads the original data output from the LZ composite device 34 in the initial state, and performs error control. When the error detection signal generated by the device B32 is received,
When the idle pattern output from the idle pattern generator 35 is read and sent to the data output line 4 and the transmission frame synchronization signal generated by the LZ composite device 34 is received, the data output from the LZ composite device 34 is read and the data is output. It is sent to the output line 4. A quality threshold memory (quality threshold storage means) 37 holds a threshold N relating to the number of bit error occurrences. Reference numeral 38 denotes a timer (time measuring means), which holds a preset quality measurement time T in the initial state, subtracts the timer value by 1 each time a unit clock is received from the clock generator B30, and sets the timer value to 0. When they become equal, a quality measurement signal is generated and the timer value is initialized to T. Reference numeral 39 denotes a quality measuring counter (quality measuring / counting means), the count value of which is initialized to 0 in the initial state, counts by one each time an error detection signal is received from the error controller B32, and the quality measuring signal from the timer 38. Is received, the count value is initialized to 0. Reference numeral 40 denotes a comparator (comparison means), which receives the quality measurement signal from the timer 38, compares the threshold value N regarding the number of bit error occurrences held in the quality threshold value memory 37 with the measurement value of the quality measurement counter 39, and calculates the total value. If the numerical value exceeds the threshold value N, the communication line 2A
If the integer value is less than or equal to the threshold value N, it is determined that the communication quality of the communication line 2A has not deteriorated and the quality notification signal is determined as a quality notification signal. 0 is generated and sent to the communication line 2B.

【0026】次に、上記構成のデータ圧縮伝送装置の動
作について図面を参照しながら説明する。図4は本実施
例のデータ圧縮伝送装置の動作を説明するタイミング図
である。また、図5はデータ圧縮伝送装置において扱う
伝送フレームの構造を説明する模式図である。
Next, the operation of the data compression transmission apparatus having the above configuration will be described with reference to the drawings. FIG. 4 is a timing chart for explaining the operation of the data compression transmission device of this embodiment. FIG. 5 is a schematic diagram for explaining the structure of a transmission frame handled by the data compression transmission device.

【0027】初期状態において、フレーム長カウンタ2
5の計数値、圧縮辞書メモリ26の保持内容、伸長辞書
メモリ33の保持内容、品質計測カウンタ39の計数値
はそれぞれ0に初期化され、タイマ38の保持値は品質
計測時間Tに初期化され、セレクタA24はフレーム長
メモリ23Aの保持内容LAを出力し、セレクタB36
はLZ複合器34から受信するデータを出力する。
In the initial state, the frame length counter 2
The count value of 5, the content stored in the compression dictionary memory 26, the content stored in the expansion dictionary memory 33, and the count value of the quality measurement counter 39 are initialized to 0, respectively, and the value stored in the timer 38 is initialized to the quality measurement time T. , The selector A24 outputs the content LA held in the frame length memory 23A, and the selector B36
Outputs the data received from the LZ combiner 34.

【0028】送信側データ圧縮伝送装置1Aにおいて、
セレクタA24は、受信側データ圧縮伝送装置1Bから
通信回線2Aを介して通知される品質通知信号をもとに
生成されるフレーム長切替信号を受信し、フレーム長切
替信号が0の場合は、フレーム長メモリ23Aに保持さ
れた、より長い圧縮の単位長を示すLAを読み込んでこ
れを出力し、フレーム長切替信号が1の場合は、フレー
ム長メモリ23Bに保持されたより短い圧縮の単位長L
Bを読み込んでこれを出力する。フレーム長カウンタ2
5は、クロック発生器A21が発生する単位クロックを
受信するごとに1ずつ計数し、計数値がセレクタA24
の出力値と等しくなるとフレーム化完了信号を発生す
る。これにより、フレーム長カウンタ25は、当該時点
において、通信回線24の通信品質が劣化している場合
には、より短い周期LBごとにフレーム化完了信号を発
生し、上記通信品質が劣化していない場合には、より長
い周期LAごとに、フレーム化完了信号を発生する。
In the transmission side data compression transmission apparatus 1A,
The selector A24 receives the frame length switching signal generated based on the quality notification signal notified from the receiving side data compression transmission apparatus 1B via the communication line 2A. If the frame length switching signal is 0, the frame is switched. When the frame length switching signal is 1, the LA, which is stored in the long memory 23A and indicates the unit length of the longer compression, is read and output. When the frame length switching signal is 1, the unit length L of the shorter compression stored in the frame length memory 23B is read.
B is read and this is output. Frame length counter 2
5 counts by 1 each time the unit clock generated by the clock generator A21 is received, and the counted value is the selector A24.
When it becomes equal to the output value of, a framing completion signal is generated. As a result, if the communication quality of the communication line 24 is deteriorated at that time, the frame length counter 25 generates a framing completion signal for each shorter cycle LB, and the communication quality is not deteriorated. In this case, the framing completion signal is generated every longer period LA.

【0029】圧縮辞書メモリ26は、フレーム化完了信
号を受信するごとにその保持内容を初期化する。LZ符
号器27は、データ入力回線3から原データのビット列
を受信し、フレーム化完了信号を受信すると、データ入
力回線3から読み込んだ原データに対しLZ符号による
圧縮処理を行ない、圧縮データを誤り制御器A28に送
出する。これにより、LZ符号器27は、当該時点でセ
レクタA24が選択しているフレーム長メモリ23A、
23Bのいずれかに保持されたビット数(LAまたはL
B)を単位として、LZ符号によるデータ圧縮処理が行
なわれる。したがって、通信回線2Aの通信品質が劣化
していない状態においては、圧縮の単位としてより長い
LAビットが選択され、通信品質が劣化した状態におい
ては、圧縮の単位としてより短いLBビットが選択され
ることになり、選択された圧縮の単位長に基づき圧縮処
理および辞書リセット処理が行なわれる。
The compression dictionary memory 26 initializes the contents held therein each time it receives a framing completion signal. When the LZ encoder 27 receives the bit string of the original data from the data input line 3 and receives the framing completion signal, the LZ encoder 27 performs compression processing by the LZ code on the original data read from the data input line 3 and makes an error in the compressed data. It is sent to the controller A28. As a result, the LZ encoder 27 causes the frame length memory 23A selected by the selector A24 at that time,
The number of bits held in any of 23B (LA or L
The data compression processing by the LZ code is performed in units of B). Therefore, when the communication quality of the communication line 2A is not deteriorated, a longer LA bit is selected as a unit of compression, and when the communication quality is deteriorated, a shorter LB bit is selected as a unit of compression. Therefore, the compression process and the dictionary reset process are performed based on the selected unit length of compression.

【0030】誤り制御器A28は、LZ符号器27から
圧縮データを受信すると、当該圧縮データに対する誤り
検出符号を計算し、結果を圧縮データの末尾に付加す
る。伝送フレーム組立器29は、誤り制御器A28から
誤り検出符号の付加された圧縮データを受信すると、先
頭に伝送フレームの先頭を示すヘッダを、末尾に伝送フ
レームの末尾を示すトレーラをそれぞれ付加することに
より、伝送フレームを組み立ててこれを通信回線2Aに
送出する。
Upon receiving the compressed data from the LZ encoder 27, the error controller A28 calculates an error detection code for the compressed data and adds the result to the end of the compressed data. Upon receiving the compressed data to which the error detection code is added from the error controller A28, the transmission frame assembler 29 adds a header indicating the beginning of the transmission frame to the beginning and a trailer indicating the end of the transmission frame to the end. Thus, the transmission frame is assembled and sent to the communication line 2A.

【0031】受信側データ圧縮装置において、伝送フレ
ーム分解器31は、通信回線2Aを介して送信側データ
圧縮伝送装置1Aから送出された伝送フレームを受信す
ると、伝送フレームのヘッダおよびトレーラを伝送フレ
ームから除去し、誤り検出符号の付加された圧縮データ
を抽出する。誤り制御器B32は、誤り検出符号の付加
された圧縮データを受信すると、圧縮データを送出する
とともに、誤り検出符号と圧縮データの内容を比較し、
圧縮データにビット誤りが発生していることを検出する
と誤り検出信号を発生する。
In the receiving side data compression apparatus, when the transmission frame decomposer 31 receives the transmission frame transmitted from the transmission side data compression transmission apparatus 1A via the communication line 2A, the transmission frame header and trailer are transferred from the transmission frame. Then, the compressed data to which the error detection code has been added is extracted. Upon receiving the compressed data to which the error detection code is added, the error controller B32 sends the compressed data and compares the content of the error detection code and the compressed data,
When it is detected that a bit error has occurred in the compressed data, an error detection signal is generated.

【0032】タイマ38は、クロック発生器30から単
位クロックを受信すると、予め設定された固定値Tから
タイマ値を1ずつ減算し、タイマ値が0と等しくなる
と、品質計測信号を発生するとともにタイマ値がTに初
期化される。品質計測カウンタ39は、誤り制御器32
が発生する誤り検出信号を受信するごとに1ずつ計数
し、タイマ38から品質計測信号を受信すると、計数値
が0に初期化される。これにより、品質計測カウンタ3
9は、通信品質を観測する一定周期Tごとに通信回線2
Aにおいて発生するビット誤りを含むフレームの受信回
数を保持することになる。
When the timer 38 receives the unit clock from the clock generator 30, the timer 38 subtracts the timer value from the preset fixed value T by one, and when the timer value becomes equal to 0, the timer 38 generates the quality measurement signal and the timer. The value is initialized to T. The quality measurement counter 39 uses the error controller 32.
1 is counted each time an error detection signal that occurs is received, and when the quality measurement signal is received from the timer 38, the count value is initialized to 0. As a result, the quality measurement counter 3
9 is a communication line 2 for every fixed period T for observing communication quality.
The number of times of reception of a frame including a bit error occurring in A is held.

【0033】比較器40は、タイマ38から品質計測信
号を受信すると、品質閾値メモリ37に予め保持された
ビット誤り発生回数に関する閾値Nと品質計測カウンタ
39の計数値とを比較し、計数値が閾値Nを越えた場合
は、通信回線2Aの通信品質が劣化したものと判定して
品質通知信号として1を発生し、計数値が閾値N以下の
場合は、通信回線2Aの通信品質が劣化していないもの
と判定して品質通知信号として0を発生する。この品質
通知信号は、通信回線2Bを介して送信側データ圧縮伝
送装置1Bに通知され、上述の通り圧縮処理の単位長を
選定する際に使用される。
Upon receiving the quality measurement signal from the timer 38, the comparator 40 compares the threshold value N regarding the number of bit error occurrences held in advance in the quality threshold memory 37 with the count value of the quality measurement counter 39, and the count value is When the threshold value N is exceeded, it is determined that the communication quality of the communication line 2A has deteriorated, and 1 is generated as a quality notification signal. When the count value is equal to or less than the threshold value N, the communication quality of the communication line 2A deteriorates. It is determined that the quality notification signal is not present and 0 is generated as the quality notification signal. This quality notification signal is notified to the transmission side data compression transmission apparatus 1B via the communication line 2B, and is used when selecting the unit length of compression processing as described above.

【0034】LZ複合器34は、誤り制御器B32から
圧縮データを受信すると、伝送フレーム同期信号を発生
するとともに、LZ符号によるデータ伸長処理を行なう
ことにより原データを復元する。伸長辞書メモリ33
は、LZ複合器34から伝送フレーム同期信号を受信す
ると、保持している伸長辞書を初期化する。したがっ
て、LZ複合器34は、誤り制御器B32から圧縮デー
タを受信するごとに初期化された伸長辞書を参照、更新
しながら原データを復元することになる。
Upon receiving the compressed data from the error controller B32, the LZ combiner 34 restores the original data by generating a transmission frame sync signal and performing data decompression processing by the LZ code. Expansion dictionary memory 33
When receiving the transmission frame synchronization signal from the LZ combiner 34, initializes the held expansion dictionary. Therefore, the LZ combiner 34 restores the original data while referring to and updating the decompression dictionary initialized each time the compressed data is received from the error controller B32.

【0035】セレクタB36は、誤り検出信号を受信し
ない場合は、LZ複合器34の出力を選択して正しく復
元された原データをデータ出力回線4に送出する。ま
た、セレクタB36が誤り検出信号を受信した場合すな
わち誤って復元された原データが複合器34から出力さ
れている場合には、アイドルパターン発生器35が発生
する無通信状態を示すアイドルパターンをデータ出力回
線4に送出し続け、次にセレクタB36がフレーム同期
信号を受信すると、原データが正しく復元されたと判定
してLZ複合器34の出力を選択し、これをデータ出力
回線4に送出する。これにより、通信回線2Aにおいて
ビット誤りが発生し伸長辞書が誤り含んでいる場合にお
いても、当該時点から伸長辞書が初期化されるまでの
間、データ出力回線4にアイドルパターンを出力し続け
ることが可能となる。
When the error detection signal is not received, the selector B36 selects the output of the LZ composite device 34 and sends the correctly restored original data to the data output line 4. When the selector B 36 receives the error detection signal, that is, when the original data erroneously restored is output from the composite device 34, the idle pattern generator 35 generates an idle pattern indicating a non-communication state as data. When the selector B36 receives the frame synchronization signal next time, it determines that the original data has been correctly restored, selects the output of the LZ composite device 34, and sends it to the data output line 4. As a result, even if a bit error occurs in the communication line 2A and the decompression dictionary contains an error, the idle pattern can be continuously output to the data output line 4 from that point until the decompression dictionary is initialized. It will be possible.

【0036】以上のように動作を送信側および受信側デ
ータ圧縮伝送装置において繰り返し行なうことにより、
通信回線2Aにおいて一定の観測期間におけるビット誤
りの発生回数と閾値値Nとを比較して通信品質の劣化状
態を判定し、通信回線2Aの通信品質が劣化したと判定
した場合には、LZ符号の圧縮/伸長の単位ビット数を
より短いLBビットに設定することにより、ビット誤り
発生時の伸長辞書の無効区間をより少なくすることが可
能となる。また、通信品質が劣化していないと判定した
場合には、符号の圧縮/伸長の単位ビット数をより長い
LAビットに設定することにより、より圧縮効率の高い
データ伝送が可能となる。
By repeating the above operation in the transmitting side and the receiving side data compression transmitting apparatus,
In the communication line 2A, the number of occurrences of bit errors in a certain observation period is compared with the threshold value N to determine the deterioration state of the communication quality, and when it is determined that the communication quality of the communication line 2A has deteriorated, the LZ code is used. By setting the unit number of bits for compression / expansion of LB to a shorter LB bit, it is possible to further reduce the invalid section of the expansion dictionary when a bit error occurs. When it is determined that the communication quality has not deteriorated, the number of unit bits for code compression / expansion is set to a longer LA bit, which enables data transmission with higher compression efficiency.

【0037】また、通信回線2Aにおいてビット誤りが
発生し、伝送フレームが破壊されたことを検出した場合
に、当該圧縮データから復元された誤りを含む原データ
がLZ複合器34から出力されている間に限り、受信側
データ圧縮伝送装置1Bにおいて無通信状態を示すアイ
ドルパターンをデータ出力回線4に出力し、データ圧縮
伝送装置に収容されるデータ端末などへの誤り情報の送
出を防ぐことが可能となる。
When it is detected that a bit error has occurred in the communication line 2A and the transmission frame has been destroyed, original data including an error restored from the compressed data is output from the LZ composite device 34. Only during the period, it is possible to output an idle pattern indicating a non-communication state in the data compression transmission device 1B on the receiving side to the data output line 4 to prevent the transmission of error information to a data terminal accommodated in the data compression transmission device. Becomes

【0038】なお、本実施例においては、受信側データ
圧縮伝送装置において、通信回線2Aの通信品質劣化を
ただ一つの閾値により判定して圧縮の単位長を2種類と
しているが、閾値を複数設けてより細かな品質監視を行
なうことも可能であり、その場合は閾値の個数+1個の
圧縮単位長を通信品質の劣化状態に応じて選択すること
により、より細かな辞書の初期化期間の制御が可能とな
る。
In the present embodiment, the receiving side data compression / transmission apparatus determines the communication quality deterioration of the communication line 2A with only one threshold value and sets the compression unit length to two types. However, a plurality of threshold values are provided. It is also possible to perform more detailed quality monitoring, and in that case, by selecting the number of thresholds + 1 compression unit length according to the deterioration state of communication quality, finer control of the initialization period of the dictionary is possible. Is possible.

【0039】[0039]

【発明の効果】上記実施例から明らかなように、本発明
によれば、通信回線を介して接続されたデータ圧縮伝送
装置間において、データを圧縮して伝送するに際して、
受信側データ圧縮伝送装置において当該受信通信回線の
ビット誤り率を実測することにより通信品質の劣化状態
を判定し、劣化状態に応じてLZ符号の辞書初期化周期
を増減することにより、通信品質が劣化していない場合
は辞書初期化周期をより大きく設定して、圧縮効率を向
上させ、通信品質が劣化した場合は辞書初期化区間をよ
り小さく設定して圧縮効率が若干悪化するものの、誤っ
た辞書に基づいて原データを復元する区間を短くし、デ
ータ端末などへの誤情報の送出継続時間をより短くでき
るという効果を有する。
As is apparent from the above embodiments, according to the present invention, in compressing and transmitting data between the data compression transmission devices connected via the communication line,
In the receiving side data compression transmission apparatus, the deterioration state of the communication quality is determined by actually measuring the bit error rate of the receiving communication line, and the communication quality is improved by increasing or decreasing the LZ code dictionary initialization period according to the deterioration state. If it is not deteriorated, the dictionary initialization cycle is set to a larger value to improve compression efficiency, and if the communication quality is deteriorated, the dictionary initialization section is set to a smaller value and the compression efficiency is slightly deteriorated. This has the effect of shortening the section for restoring the original data based on the dictionary, and further shortening the transmission duration of erroneous information to a data terminal or the like.

【0040】また、本発明によれば、受信側データ圧縮
伝送装置において、通信回線を伝送中に発生するビット
誤りなどにより圧縮データが破壊されることを検出した
場合に誤って復元されたデータに替わって、無通信状態
を示すアイドルパターンを送出することにより、接続さ
れるデータ端末などへの誤情報の送出を防ぐことができ
るという効果を有する。
Further, according to the present invention, when the receiving side data compression transmission apparatus detects that the compressed data is destroyed due to a bit error or the like occurring during transmission through the communication line, the data is erroneously restored to the restored data. Instead, by transmitting an idle pattern indicating a non-communication state, it is possible to prevent the transmission of erroneous information to a connected data terminal or the like.

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

【図1】本発明の一実施例におけるデータ圧縮伝送装置
を備えた通信システムの構成を示すブロック図
FIG. 1 is a block diagram showing a configuration of a communication system including a data compression transmission device according to an embodiment of the present invention.

【図2】同装置のデータ圧縮部の構成を示すブロック図FIG. 2 is a block diagram showing a configuration of a data compression unit of the device.

【図3】同装置のデータ伸長部の構成を示すブロック図FIG. 3 is a block diagram showing a configuration of a data decompression unit of the same device.

【図4】同装置の動作を説明するタイミング図FIG. 4 is a timing diagram illustrating the operation of the device.

【図5】同装置が扱う伝送フレームの構造を説明する模
式図
FIG. 5 is a schematic diagram illustrating a structure of a transmission frame handled by the device.

【図6】LZ符号によるデータ圧縮・伸長方式の概念を
説明する模式図
FIG. 6 is a schematic diagram illustrating the concept of a data compression / decompression method using LZ code.

【図7】従来のデータ圧縮伝送装置を備えた通信システ
ムの構成を示すブロック図
FIG. 7 is a block diagram showing a configuration of a communication system including a conventional data compression transmission device.

【図8】従来のデータ圧縮伝送装置の動作を説明するタ
イミング図
FIG. 8 is a timing diagram illustrating the operation of a conventional data compression transmission device.

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

1A 送信側データ圧縮伝送装置 1B 受信側データ圧縮伝送装置 2 通信回線 3 データ入力回線 4 データ出力回線 21 クロック発生器A(第1のクロック発生手段) 22 レジスタ(通信回線の品質劣化状態を保持する記
憶手段) 23 フレーム長メモリ(フレーム長記憶手段) 24 セレクタA(第1の選択手段) 25 フレーム長カウンタ(フレーム長計数手段) 26 圧縮辞書メモリ(圧縮辞書記憶手段) 27 LZ符号器(データ圧縮手段) 28 誤り制御器A(第1の誤り制御手段) 29 伝送フレーム組立器(伝送フレーム組立手段) 30 クロック発生器(第2のクロック発生手段) 31 伝送フレーム分解器(伝送フレーム分解手段) 32 誤り制御器(第2の誤り制御手段) 33 伸長辞書メモリ(伸長辞書記憶手段) 34 LZ複合器(データ伸長手段) 35 アイドルパターン発生器(アイドルパターン発生
手段) 36 セレクタB(第2の選択手段) 37 品質閾値メモリ(品質閾値記憶手段) 38 タイマ(計時手段) 39 品質計測カウンタ(品質計測計数手段) 40 比較器(比較手段)
1A Data compression transmission device on transmission side 1B Data compression transmission device on reception side 2 Communication line 3 Data input line 4 Data output line 21 Clock generator A (first clock generation means) 22 Register (holds deterioration state of communication line) Storage means 23 Frame length memory (frame length storage means) 24 Selector A (first selection means) 25 Frame length counter (frame length counting means) 26 Compression dictionary memory (compression dictionary storage means) 27 LZ encoder (data compression) Means) 28 Error controller A (first error control means) 29 Transmission frame assembler (transmission frame assembling means) 30 Clock generator (second clock generation means) 31 Transmission frame decomposing device (transmission frame decomposing means) 32 Error controller (second error control means) 33 Expansion dictionary memory (expansion dictionary storage means) 34 L Z compound device (data decompression means) 35 idle pattern generator (idle pattern generation means) 36 selector B (second selection means) 37 quality threshold memory (quality threshold storage means) 38 timer (timekeeping means) 39 quality measurement counter ( Quality measuring / counting means) 40 Comparator (comparing means)

Claims (4)

【特許請求の範囲】[Claims] 【請求項1】 通信回線を介して相互に接続され、送信
側において入力情報を圧縮した上で通信回線に送出し、
受信側において圧縮された情報を伸長し原情報を復元す
るデータ圧縮伝送装置の送信側装置において、送信側デ
ータ圧縮伝送装置に接続されたデータ入力回線から受信
するデータにビット同期した単位クロックを発生する第
1のクロック発生手段と、データ圧縮を行なう単位フレ
ーム長に関する情報を保持する複数のフレーム長記憶手
段と、受信側データ圧縮伝送装置から通知される通信回
線の品質劣化状態を保持する記憶手段と、前記記憶手段
からフレーム同期タイミングごとに通知される品質劣化
状態に応じて前記複数のフレーム長記憶手段を一つ選択
し、その保持内容を出力する第1の選択手段と、前記第
1のクロック発生手段が発生する単位クロックごとに1
つずつ計数し、計数値が前記第1の選択手段が表示する
データ圧縮の単位フレーム長と等しくなるとフレーム同
期タイミングを発生するフレーム長計数手段と、データ
圧縮処理に使用される圧縮辞書情報を保持し、フレーム
同期タイミングごとに保持内容を初期化する圧縮辞書記
憶手段と、フレーム同期タイミングごとに前記圧縮辞書
記憶手段に保持された圧縮辞書情報を参照・更新しなが
らデータ入力回線から受信した情報を圧縮し、圧縮デー
タを出力するデータ圧縮手段と、前記圧縮データに誤り
検出符号を付加しこれを出力する第1の誤り制御手段
と、前記誤り検出符号の付加された圧縮データを伝送フ
レームに組み立てる伝送フレーム組立手段とを備え、ま
た受信側装置において、受信側データ圧縮伝送装置に接
続された通信回線から受信するデータにビット同期した
単位クロックを発生する第2のクロック発生手段と、通
信回線を介して受信した伝送フレームを分解し誤り検出
符号付き圧縮データを抽出しこれを出力する伝送フレー
ム分解手段と、前記誤り検出符号付き圧縮データを検証
し圧縮データにおけるビット誤りの有無を検出するとと
もに圧縮データを送出する第2の誤り制御手段と、デー
タ伸長処理に使用される伸長辞書情報を保持し、フレー
ム同期タイミングごとに保持内容を初期化する伸長辞書
記憶手段と、前記圧縮データを受信し前記伸長事象情報
を参照・更新しながら圧縮データを伸長し、原情報を復
元するとともにフレーム同期タイミングを発生するデー
タ伸長手段と、初期状態において通信品質観測時間を保
持し、前記第2の単位クロック発生手段が発生する単位
クロック受信ごとに保持値を1ずつ減じ、保持値が0と
等しくなると品質計測タイミングを発生する計時手段
と、初期状態において保持値が0に初期化され、前記誤
り検出通知ごとに1ずつ計数し、品質計測タイミングご
とに保持値が0に初期化される品質計測計数手段と、通
信回線におけるビット誤り発生回数に関する一つないし
は複数の閾値を保持する品質閾値記憶手段と、前記品質
計測タイミングの受信ごとに前記品質計測計数手段の保
持値と前記品質閾値記憶手段に保持されたビット誤り発
生回数に関する閾値とを比較し、品質計測計数手段の保
持値が前記閾値を越えた場合には通信品質劣化状態を、
また保持値が閾値以下の場合は通信品質非劣化状態を示
す品質通知信号を発生する比較手段とを備えたデータ圧
縮伝送装置。
1. Connected to each other through a communication line, compressing input information at a transmitting side and then sending out to the communication line,
Generates a unit clock bit-synchronized with the data received from the data input line connected to the data compression transmission device at the transmission side of the data compression transmission device that decompresses the information compressed at the reception side and restores the original information First clock generating means, a plurality of frame length storing means for holding information on a unit frame length for data compression, and a storing means for holding a quality deterioration state of the communication line notified from the receiving side data compression transmission apparatus. A first selecting means for selecting one of the plurality of frame length storing means according to a quality deterioration state notified from the storing means at each frame synchronization timing and outputting the held content; and the first selecting means. 1 for each unit clock generated by the clock generation means
Holds the frame length counting means for generating a frame synchronization timing when the counted value becomes equal to the unit frame length of the data compression displayed by the first selecting means, and the compression dictionary information used for the data compression processing. The compression dictionary storage means for initializing the held contents at each frame synchronization timing, and the information received from the data input line while referring to and updating the compression dictionary information held in the compression dictionary storage means for each frame synchronization timing. Data compression means for compressing and outputting compressed data, first error control means for adding an error detection code to the compressed data and outputting the same, and assembling the compressed data with the error detection code added to a transmission frame And a communication line connected to the data compression transmission device on the receiving side in the receiving side device. Second clock generating means for generating a unit clock bit-synchronized with the data to be received, and transmission frame decomposing means for decomposing the transmission frame received via the communication line to extract the error detection coded compressed data and outputting it. Second error control means for verifying the compressed data with error detection code to detect the presence or absence of a bit error in the compressed data and transmitting the compressed data, and holding the expansion dictionary information used for the data expansion processing, Decompression dictionary storage means for initializing the held contents at each synchronization timing, and decompressing the compressed data while receiving the compressed data and referring / updating the decompression event information to restore the original information and generate the frame synchronization timing. The data decompression means and the communication quality observation time in the initial state are held, and the second unit clock generation means is held. The holding value is decremented by 1 each time the unit clock is generated, and when the holding value becomes equal to 0, a timing means for generating a quality measurement timing, and the holding value is initialized to 0 in the initial state, A quality measurement / counting unit that counts one by one and initializes a holding value to 0 at each quality measurement timing; a quality threshold value storage unit that holds one or a plurality of threshold values related to the number of bit error occurrences in a communication line; When the value held by the quality measurement / counting means exceeds the threshold value by comparing the value held by the quality measurement / counting means with the threshold value relating to the number of bit error occurrences held by the quality threshold value storage means each time the quality measurement timing is received. Is the communication quality deterioration state,
Further, a data compression transmission apparatus comprising a comparison means for generating a quality notification signal indicating a communication quality non-deterioration state when the held value is equal to or less than a threshold value.
【請求項2】 送信側装置において、受信側装置から通
知される通信回線の通信品質劣化状態に応じて、品質劣
化が大きいときほど短いデータ圧縮の単位フレーム長を
選択し、選択した単位フレーム長ごとに圧縮辞書を初期
化しながら入力情報のデータ圧縮を行ないこれを通信回
線に送出し、受信側装置においては、通信回線から圧縮
データを受信するごとに伸長辞書を初期化したうえで圧
縮データを伸長することにより原情報を復元し、これを
データ出力回線に出力するとともに、受信する圧縮デー
タに対してビット誤りが発生する頻度を実測し、通信回
線の通信品質劣化状態を判定、通知するようにした請求
項1記載のデータ圧縮伝送装置。
2. The transmission side apparatus selects a unit frame length for data compression that is shorter as the quality deterioration is larger, according to the communication quality deterioration state of the communication line notified from the reception side apparatus, and the selected unit frame length is selected. The compression of the input information is performed while initializing the compression dictionary for each, and this is sent to the communication line.The receiving side device initializes the decompression dictionary each time the compressed data is received from the communication line and then compresses the compressed data. Decompress the original information by decompressing it, output it to the data output line, measure the frequency of bit errors in the received compressed data, and determine and notify the communication quality deterioration state of the communication line. The data compression transmission device according to claim 1.
【請求項3】 受信側装置において、無通信状態を示す
アイドルパターンを継続的に発生するアイドルパターン
発生手段と、第2の誤り制御手段から受信した圧縮デー
タにおける誤り検出通知により、前記アイドルパターン
発生手段からの入力データを選択しこれをデータ出力回
線に出力し、前記データ伸長手段からフレーム同期タイ
ミングを受信することにより、前記データ伸長手段から
入力される復元された原情報を選択しこれをデータ出力
回線に出力する第2の選択手段とを備えた請求項1記載
の圧縮データ伝送装置。
3. The idle pattern generation means, in the receiving side device, by idle pattern generation means for continuously generating an idle pattern indicating a non-communication state, and error detection notification in the compressed data received from the second error control means. Selecting the input data from the means, outputting the data to the data output line, and receiving the frame synchronization timing from the data decompressing means to select the restored original information input from the data decompressing means. 2. The compressed data transmission device according to claim 1, further comprising a second selection means for outputting to an output line.
【請求項4】 通信回線から受信した圧縮データにビッ
ト誤りが検出された場合に、当該圧縮データをもとに復
元された誤りを含む原情報をデータ出力回線に送出せ
ず、無通信状態を示すアイドルパターンを送出するよう
にした請求項3記載のデータ圧縮伝送装置。
4. When a bit error is detected in the compressed data received from the communication line, the original information including the error restored based on the compressed data is not sent to the data output line and the non-communication state is set. The data compression transmission apparatus according to claim 3, wherein the idle pattern shown is transmitted.
JP30063894A 1994-12-05 1994-12-05 Data compression transmitter Pending JPH08163179A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP30063894A JPH08163179A (en) 1994-12-05 1994-12-05 Data compression transmitter

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP30063894A JPH08163179A (en) 1994-12-05 1994-12-05 Data compression transmitter

Publications (1)

Publication Number Publication Date
JPH08163179A true JPH08163179A (en) 1996-06-21

Family

ID=17887281

Family Applications (1)

Application Number Title Priority Date Filing Date
JP30063894A Pending JPH08163179A (en) 1994-12-05 1994-12-05 Data compression transmitter

Country Status (1)

Country Link
JP (1) JPH08163179A (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19706749C1 (en) * 1997-02-20 1998-08-13 Siemens Ag Transmission error detection in method GSM mobile radio system
US6233708B1 (en) 1997-02-27 2001-05-15 Siemens Aktiengesellschaft Method and device for frame error detection
JP2013097332A (en) * 2011-11-04 2013-05-20 Fujitsu Ltd Conversion program, conversion device, conversion method, and conversion system

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
DE19706749C1 (en) * 1997-02-20 1998-08-13 Siemens Ag Transmission error detection in method GSM mobile radio system
US6233708B1 (en) 1997-02-27 2001-05-15 Siemens Aktiengesellschaft Method and device for frame error detection
JP2013097332A (en) * 2011-11-04 2013-05-20 Fujitsu Ltd Conversion program, conversion device, conversion method, and conversion system

Similar Documents

Publication Publication Date Title
CA2128127C (en) Method and system for data compression
JPH04503421A (en) Adaptive data compression device for tape drive systems
CN101594150B (en) Method of efficient compression for measurement data
EP0653889A2 (en) Transport apparatus for compressed video signal
JPH0879749A (en) Synchronous restoration method for variable-length decoder and its device
CN108702160B (en) Method, apparatus and system for compressing and decompressing data
JP2007536829A (en) Method and apparatus for information source-channel integrated MAP decoding
US5566192A (en) Variable-length decoder for bit-stuffed data
JPH01125028A (en) Method and apparatus for compression of compatible data
US20140266816A1 (en) Method and apparatus for compressing data-carrying signals
US20010008001A1 (en) Switching system and scramble control method
GB2469955A (en) Data compression/decompression method,and compression/decompression program
WO2000079687A1 (en) Lzw data compression/decompression apparatus and method with embedded run-length encoding/decoding
EP1266455A1 (en) Method and apparatus for optimized lossless compression using a plurality of coders
JPH08163179A (en) Data compression transmitter
CN112825562B (en) Video frame compensation method and device and video processing chip
JP2830697B2 (en) Data processing device
JPH06324719A (en) Programmable controller
KR100481204B1 (en) Data compression method and apparatus with embedded run-length encoding
JP2693338B2 (en) Error control processing method in data compression / decompression processing
JP3673222B2 (en) Variable length encoding method and apparatus, and variable length decoding method and apparatus
AU678942B2 (en) Data compression encoder/decoder and method for efficient duplicate string handling
JPH0818981A (en) Data compressing/expanding system
KR100364838B1 (en) Processor for optimization of data transmission bandwidth and bandwidth optimization apparatus with the same
JPH088754A (en) Data compression transmission system and data transmitter and storage device using it