JPH0964850A - Radio communication system - Google Patents

Radio communication system

Info

Publication number
JPH0964850A
JPH0964850A JP23478995A JP23478995A JPH0964850A JP H0964850 A JPH0964850 A JP H0964850A JP 23478995 A JP23478995 A JP 23478995A JP 23478995 A JP23478995 A JP 23478995A JP H0964850 A JPH0964850 A JP H0964850A
Authority
JP
Japan
Prior art keywords
error
error correction
data
code
exclusive
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
JP23478995A
Other languages
Japanese (ja)
Inventor
Akio Nakasuji
章雄 中筋
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 JP23478995A priority Critical patent/JPH0964850A/en
Publication of JPH0964850A publication Critical patent/JPH0964850A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To enhance a processing speed of error correction and the reliability by surely and quickly conducting the error detection processing. SOLUTION: An error correction addition means 2 provides an error correction code to data to generate coded data, a biphase code conversion means 7 converts the coded data into a biphase code, a radio transmission means 3 modulates the data and sends the result by a radio signal. A radio reception means 5 receives a modulation signal of the same kind as above to provide an output of demodulation data, an error detection means 8 uses the demodulation data as a biphase signal and exclusive OR between bits in pairs is outputted by pairs and the coded data are decoded by arranging bits being a partner of each pair. Furthermore, an error correction means 6 uses the error correction code with decoded data to correct error check.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、無線通信システム
における誤り検出、誤り訂正方式に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an error detection and error correction system in a wireless communication system.

【0002】[0002]

【従来の技術】近年、テレメタリングなどにおいてデー
タを無線により伝送する無線通信システムが広く活用さ
れている。
2. Description of the Related Art In recent years, wireless communication systems for transmitting data wirelessly such as in telemetering have been widely used.

【0003】以下、従来の無線通信システムについて説
明する。従来の無線通信システムでは、誤り検出、およ
び誤り訂正を行うために、特開昭62−298254号
公報に示されているように、誤り訂正符号化、パリティ
ビットの付加、バイフェーズ符号化とその排他的論理和
のチェックなどを行っていた。また、信頼性を向上させ
るために上記手段を互いに関連なく組み合わせて2重に
行っていた。
A conventional wireless communication system will be described below. In a conventional wireless communication system, in order to perform error detection and error correction, as shown in Japanese Patent Laid-Open No. 62-298254, error correction coding, parity bit addition, bi-phase coding and They were checking for exclusive OR. Further, in order to improve the reliability, the above-mentioned means have been combined and doubly performed.

【0004】図2は従来の無線通信システムにおける送
受信装置の第1の構成を示すブロック図である。図にお
いて、制御手段1から出力されたデータは、誤り訂正付
加手段2で誤り訂正符号を付加され、無線送信手段3で
高周波に変調され、アンテナ4から送信される。また、
アンテナ4で受信された高周波は、無線受信手段5でデ
ータに復調され、誤り訂正手段6で誤りの検出と、誤り
が発生しているときは誤り訂正が行われる。誤り訂正が
不可能な場合は前記誤り訂正手段6は再送を制御手段1
に要求し、制御手段1は再送要求を出力する。誤りのな
いデータおよび誤り訂正されたデータは誤り訂正手段6
から制御手段1に送られる。
FIG. 2 is a block diagram showing a first configuration of a transmitting / receiving apparatus in a conventional wireless communication system. In the figure, the data output from the control means 1 is added with an error correction code by the error correction addition means 2, modulated to a high frequency by the wireless transmission means 3, and transmitted from the antenna 4. Also,
The high frequency wave received by the antenna 4 is demodulated into data by the wireless reception means 5, and the error correction means 6 detects the error and corrects the error when the error occurs. When the error correction is impossible, the error correction means 6 controls the retransmission by the control means 1.
The control means 1 outputs a resend request. Error-free data and error-corrected data are corrected by the error correction means 6
Sent to the control means 1.

【0005】図3は従来の無線通信システムにおける送
受信装置の第2の構成を示すブロック図である。図にお
いて、制御手段1から出力されたデータは、バイフェー
ズ符号変換手段7でバイフェーズ符号に変換される。バ
イフェーズ符号は伝送すべきデータに対してそれぞれビ
ット中央で立ち下がり、または立ち上がりを有する信号
で、データの「1」を「01」、データの「0」を「1
0」で表す。したがって、たとえば8ビットの伝送デー
タ「00101100」のバイフェーズ符号は、図4に
示したような波形となる。前記バイフェーズ符号は無線
送信手段3で高周波に変調され、アンテナ4から送信さ
れる。また、アンテナ4で受信された高周波は、無線受
信手段5で受信データに復調される。誤り検出手段8で
前記受信データのバイフェーズ符号からの復元と誤りの
検出とが行われる。バイフェーズ符号は、図4において
矢印で示したように、各ビットの後半が0か1かを判断
することによりそのまま元のデータに復元できる。ま
た、各ビットの前半と後半の排他的論理和を求め、出力
が0となるところを求めることで誤りの発生箇所が検出
できる。誤りが発生したときは誤り検出手段8は再送を
制御手段1に要求し、制御手段1は再送要求を出力す
る。なお、バイフェーズ符号は直流分を持たないデータ
列を構成するので、無線通信に適した符号でもある。
FIG. 3 is a block diagram showing a second configuration of a transmitting / receiving apparatus in a conventional wireless communication system. In the figure, the data output from the control means 1 is converted into a biphase code by a biphase code conversion means 7. The bi-phase code is a signal having a falling edge or a rising edge at the center of each bit to be transmitted, and the data "1" is "01" and the data "0" is "1".
It is represented by "0". Therefore, for example, the bi-phase code of 8-bit transmission data "00101100" has a waveform as shown in FIG. The biphase code is modulated to a high frequency by the wireless transmission means 3 and transmitted from the antenna 4. Further, the high frequency waves received by the antenna 4 are demodulated by the wireless reception means 5 into received data. The error detecting means 8 restores the received data from the bi-phase code and detects an error. The bi-phase code can be restored to the original data as it is by judging whether the latter half of each bit is 0 or 1, as shown by the arrow in FIG. Further, the place where an error has occurred can be detected by obtaining the exclusive OR of the first half and the latter half of each bit and obtaining the place where the output becomes 0. When an error occurs, the error detection means 8 requests the control means 1 to resend, and the control means 1 outputs a resend request. The bi-phase code is a code suitable for wireless communication because it forms a data string having no DC component.

【0006】[0006]

【発明が解決しようとする課題】このような従来の無線
通信システムにおいて、誤り訂正符号を付加する方式は
誤り検出や誤り訂正の処理が複雑で時間がかかってい
た。たとえば、誤り訂正にBCH符号を使用し、106
ビットのデータに21ビットのBCH符号を付加した場
合、3ビットの誤りを訂正できるが、これを8ビットC
PUで処理するのに約30msecかかっていた。伝送速度
9600bps で前記127ビット(106ビットのデー
タ+21ビットのBCH符号)のビット列を通信したと
き、約13msec かかるので、通信時間よりも誤り検出
や誤り訂正処理に要する時間の方が長かった。また、誤
り発生ビットが多くなると、異なったデータに復元する
ことがあった。
In such a conventional radio communication system, the method of adding an error correction code requires complicated and time-consuming processing for error detection and error correction. For example, using a BCH code for error correction, 106
If a 21-bit BCH code is added to the bit data, a 3-bit error can be corrected.
It took about 30 msec to process with PU. When the 127-bit (106-bit data + 21-bit BCH code) bit string is communicated at a transmission rate of 9600 bps, it takes about 13 msec. Therefore, the time required for error detection and error correction processing is longer than the communication time. Moreover, when the number of error occurrence bits increases, different data may be restored.

【0007】また、バイフェーズ符号の排他的論理和を
チェックする方式は、ビットの排他的論理をとるだけで
誤りの発生箇所を簡単に、短時間で、正確に、誤り発生
数によらず検出できるが、誤り訂正ができないため、1
ビットの誤りが発生しただけで再送要求をしなければな
らず、再送要求の回数が多かった。
Further, in the method of checking the exclusive OR of the biphase code, the error occurrence location can be detected simply, in a short time, accurately and irrespective of the number of error occurrences only by taking the exclusive OR of the bits. Yes, but because error correction is not possible, 1
Retransmission requests had to be made just because a bit error occurred, and the number of retransmission requests was high.

【0008】本発明は上記の課題を解決するもので、誤
り検出を速やかに行って再送要求を出力できるととも
に、誤りについても確実に訂正でき、処理速度と信頼性
とを両立させた無線通信システムを提供することを目的
とする。
The present invention solves the above-mentioned problems, and it is possible to promptly detect an error and output a retransmission request, and also to reliably correct an error, thereby achieving both a processing speed and reliability. The purpose is to provide.

【0009】[0009]

【課題を解決するための手段】請求項1に係わる本発明
は、データに誤り訂正符号を付加して符号化データを生
成する誤り訂正付加手段と、前記符号化データを1ビッ
ト内の中央で立ち上がりまたは立ち下がりを有するバイ
フェーズ符号に変換する変換手段と、前記バイフェーズ
符号を変調して無線で送信する無線送信部と、前記変調
信号と同種の変調信号を受信して復調データを出力する
無線受信部と、前記復調データをバイフェーズ符号とし
て対となるビット間の排他的論理和を出力するとともに
前記対となるビットの一方から符号化データを復元する
誤り検出手段と、前記復元符号化データについて付加さ
れた誤り訂正符号により誤り検出と誤り訂正を行う誤り
訂正手段と、前記排他的論理和により誤りを検出すると
ともに前記誤り訂正手段を制御する判定手段と、装置全
体の動作を制御する制御手段とを備えた無線送受信装置
で構成される無線通信システムにおいて、前記判定手段
は前記排他的論理和により誤りが検出されなかったと
き、前記誤り訂正手段の処理を実行せず、前記復元符号
化データから誤り訂正符号部分を除いた残りを有効なデ
ータとして前記制御手段に出力するようにした無線通信
システムであり、請求項2に係わる本発明は、データに
誤り訂正符号を付加して符号化データを生成する誤り訂
正付加手段と、前記符号化データを1ビット内の中央で
立ち上がりまたは立ち下がりを有するバイフェーズ符号
に変換する変換手段と、前記バイフェーズ符号を変調し
て無線で送信する無線送信部と、前記変調信号と同種の
変調信号を受信して復調データを出力する無線受信部
と、前記復調データをバイフェーズ符号として対となる
ビット間の排他的論理和を出力するとともに前記対とな
るビットの一方から符号化データを復元する誤り検出手
段と、前記復元符号化データについて付加された誤り訂
正符号により誤り検出と誤り訂正を行う誤り訂正手段
と、前記排他的論理和により誤りを検出するとともに前
記誤り訂正手段を制御する判定手段と、装置全体の動作
を制御する制御手段とを備えた無線送受信装置で構成さ
れる無線通信システムにおいて、前記判定手段は、前記
排他的論理和により検出が検出され、その個数が前記誤
り訂正手段で訂正可能な個数よりも多いとき、前記誤り
訂正手段の処理を実行せず、再送要求を前記制御手段に
指示するようにした無線通信システムであり、また、請
求項3に係わる本発明は、データに誤り訂正符号を付加
して符号化データを生成する誤り訂正付加手段と、前記
符号化データを1ビット内の中央で立ち上がりまたは立
ち下がりを有するバイフェーズ符号に変換する変換手段
と、前記バイフェーズ符号を変調して無線で送信する無
線送信部と、前記変調信号と同種の変調信号を受信して
復調データを出力する無線受信部と、前記復調データを
バイフェーズ符号として対となるビット間の排他的論理
和を出力するとともに前記対となるビットの一方から符
号化データを復元する誤り検出手段と、前記復元符号化
データについて付加された誤り訂正符号により誤り検出
と誤り訂正を行う誤り訂正手段と、前記排他的論理和に
より誤りを検出するとともに前記誤り訂正手段を制御す
る判定手段と、装置全体の動作を制御する制御手段とを
備えた無線送受信装置で構成される無線通信システムに
おいて、前記判定手段は、前記排他的論理和により誤り
が検出されたとき、訂正手段の処理を実行させ、前記排
他的論理和で検出した誤りの位置が前記誤り検出手段で
訂正した位置と異なるときは再送要求を前記制御手段に
指示するようにした無線通信システムであり、また、請
求項4に係わる本発明は、データに誤り訂正符号を付加
して符号化データを生成する誤り訂正付加手段と、前記
符号化データを1ビット内の中央で立ち上がりまたは立
ち下がりを有するバイフェーズ符号に変換する変換手段
と、前記バイフェーズ符号を変調して無線で送信する無
線送信部と、前記変調信号と同種の変調信号を受信して
復調データを出力する無線受信部と、前記復調データを
バイフェーズ符号として対となるビット間の排他的論理
和を出力するとともに前記対となるビットの一方から符
号化データを復元する誤り検出手段と、前記復元符号化
データについて付加された誤り訂正符号により誤り検出
と誤り訂正を行う誤り訂正手段と、前記排他的論理和に
より誤りを検出するとともに前記誤り訂正手段を制御す
る判定手段と、装置全体の動作を制御する制御手段とを
備えた無線送受信装置で構成される無線通信システムに
おいて、前記判定手段は、前記排他的論理和により誤り
訂正符号の部分に誤りを検出したとき、前記誤り訂正手
段の処理を実行せず、再送要求を前記制御手段に指示す
るようにした無線通信システムであり、また、請求項5
に係わる本発明は、データに誤り訂正符号を付加して符
号化データを生成する誤り訂正付加手段と、前記符号化
データを1ビット内の中央で立ち上がりまたは立ち下が
りを有するバイフェーズ符号に変換する変換手段と、前
記バイフェーズ符号を変調して無線で送信する無線送信
部と、前記変調信号と同種の変調信号を受信して復調デ
ータを出力する無線受信部と、前記復調データをバイフ
ェーズ符号として対となるビット間の排他的論理和を出
力するとともに前記対となるビットの一方から符号化デ
ータを復元する誤り検出手段と、前記復元符号化データ
について付加された誤り訂正符号により誤り検出と誤り
訂正を行う誤り訂正手段と、前記排他的論理和により誤
りを検出するとともに前記誤り訂正手段を制御する判定
手段と、装置全体の動作を制御する制御手段とを備えた
無線送受信装置で構成される無線通信システムにおい
て、前記判定手段は、前記排他的論理和により誤りが検
出され、その誤りの個数が前記誤り訂正手段で訂正可能
な個数以内のときのみ前記誤り訂正手段の処理を実行す
るとともに、訂正された誤りの位置が前記排他的論理和
により検出した誤りの位置と同じときのみ訂正されたデ
ータを有効なデータとして前記制御手段に出力するよう
にした無線通信システムである。
According to a first aspect of the present invention, there is provided error correction adding means for adding an error correction code to data to generate coded data, and the coded data in the center of one bit. Conversion means for converting to a bi-phase code having a rising or falling edge, a wireless transmission section for modulating the bi-phase code and transmitting it by radio, and a modulated signal of the same type as the modulated signal, and outputs demodulated data. A radio receiving unit, error detection means for outputting an exclusive OR between paired bits by using the demodulated data as a biphase code, and restoring coded data from one of the paired bits, and the restoration coding Error correction means for performing error detection and error correction with an error correction code added to data; and error detection and error correction by the exclusive OR. In a wireless communication system including a wireless transmission / reception device including a determination unit that controls the means and a control unit that controls the operation of the entire device, the determination unit determines that no error is detected by the exclusive OR. 3. The wireless communication system, wherein the processing of the error correction means is not executed, and the rest of the restored encoded data excluding the error correction code portion is output to the control means as valid data. The present invention relates to an error correction adding means for adding an error correction code to data to generate coded data, and a conversion for converting the coded data into a bi-phase code having a leading edge or a trailing edge in the center of one bit. Means, a wireless transmission unit that modulates the bi-phase code and wirelessly transmits it, and receives a modulation signal of the same type as the modulation signal and outputs demodulated data A radio receiving section, error detection means for outputting the exclusive OR between the paired bits by using the demodulated data as a biphase code, and for restoring the encoded data from one of the paired bits, and the restoration code. Error correction means for performing error detection and error correction using the error correction code added to the encoded data, determination means for detecting an error by the exclusive OR and controlling the error correction means, and controlling the operation of the entire apparatus In the wireless communication system including a wireless transmission / reception device including a control unit that performs the detection, the determination unit detects the detection by the exclusive OR, and the number is larger than the number that can be corrected by the error correction unit. At this time, the wireless communication system is such that the processing of the error correction means is not executed and a retransmission request is instructed to the control means. The present invention relates to an error correction adding means for adding an error correction code to data to generate coded data, and converting the coded data into a bi-phase code having a rising or falling edge in the center of one bit. A conversion unit, a wireless transmission unit that modulates the bi-phase code and wirelessly transmits it, a wireless reception unit that receives a modulation signal of the same type as the modulation signal and outputs demodulation data, and a bi-phase code for the demodulation data. As error detection means for outputting the exclusive OR between the paired bits and restoring the encoded data from one of the paired bits, and error detection by the error correction code added to the restored encoded data. Error correction means for performing error correction, judgment means for detecting an error by the exclusive OR and controlling the error correction means, and the entire apparatus In a wireless communication system including a wireless transmission / reception device including a control unit for controlling an operation, the determination unit causes a process of a correction unit to be executed when an error is detected by the exclusive OR, and the exclusion unit The present invention according to claim 4 is a wireless communication system in which a retransmission request is instructed to the control means when the position of the error detected by the logical OR is different from the position corrected by the error detection means. An error correction adding means for adding an error correction code to the data to generate encoded data; a conversion means for converting the encoded data into a bi-phase code having a leading edge or a trailing edge in the center of one bit; A wireless transmission unit that modulates a bi-phase code and wirelessly transmits it; a wireless reception unit that receives a modulated signal of the same type as the modulated signal and outputs demodulated data; Error detection means for outputting the exclusive OR between the pair of bits as the tonal data as the bi-phase code and restoring the encoded data from one of the pair of bits, and the error added to the restored encoded data An error correction means for performing error detection and error correction by a correction code, a determination means for detecting an error by the exclusive OR and controlling the error correction means, and a control means for controlling the operation of the entire apparatus are provided. In a wireless communication system including a wireless transmission / reception device, the determination unit does not execute the process of the error correction unit when the error is detected in the portion of the error correction code by the exclusive OR, and sends the retransmission request. 6. A wireless communication system for instructing control means, and claim 5
The present invention relates to an error correction adding means for adding an error correction code to data to generate coded data, and converting the coded data into a bi-phase code having a rising or falling edge in the center of one bit. A conversion unit, a wireless transmission unit that modulates the bi-phase code and wirelessly transmits it, a wireless reception unit that receives a modulation signal of the same type as the modulation signal and outputs demodulation data, and a bi-phase code for the demodulation data. As error detection means for outputting the exclusive OR between the paired bits and restoring the encoded data from one of the paired bits, and error detection by the error correction code added to the restored encoded data. Error correction means for performing error correction, judgment means for detecting an error by the exclusive OR and controlling the error correction means, and the entire apparatus In a wireless communication system including a wireless transmission / reception device having a control unit for controlling an operation, the determination unit detects an error by the exclusive OR, and the number of errors can be corrected by the error correction unit. The error correction means performs the processing only when the number of the error correction means is within the appropriate number, and the corrected data is controlled as valid data only when the position of the corrected error is the same as the position of the error detected by the exclusive OR. It is a wireless communication system configured to output to a means.

【0010】[0010]

【発明の実施の形態】本発明において、制御手段、誤り
訂正付加手段、バイフェーズ符号変換手段、誤り検出手
段、誤り訂正手段、および判定手段はいずれもデータ列
の処理であって、それらは一括してマイクロコンピュー
タなどのプログラム処理により実現できる手段である。
なお、付与した誤り訂正符号により誤り検出および誤り
訂正を行う誤り訂正手段においては、演算処理の簡略化
および高速化のために記憶手段に設けた演算テーブルを
用いてもよい。
BEST MODE FOR CARRYING OUT THE INVENTION In the present invention, the control means, the error correction addition means, the biphase code conversion means, the error detection means, the error correction means, and the determination means are all processing of a data string, and they are collectively performed It is a means that can be realized by a program processing such as a microcomputer.
In addition, in the error correction means for performing error detection and error correction with the added error correction code, an operation table provided in the storage means may be used for simplifying and speeding up the operation processing.

【0011】請求項1ないし請求項5において、上記の
誤り訂正付加手段およびバイフェーズ符号変換手段は通
常の手段である。誤り検出手段は、無線受信手段の復調
データ出力をバイフェーズ符号として扱い、その対とな
るビット間の排他的論理和を各対ごとに出力するととも
に、各対の一方のビット、通常は後半のビットを配列し
たビット列を復元データとして出力する。なお、上記の
処理はバイフェーズ符号の性質に基づく。また、判定手
段は前記排他的論理和が0となる場合に、その部分に誤
りがあるとして検出する。誤り訂正手段は前記復元デー
タについて、付加された誤り訂正符号を用いて誤り検出
および誤り訂正処理を行う手段であり、実施例ではBC
H符号を用いて説明しているがBCHには限定されるも
のではない。
In the first to fifth aspects, the error correction adding means and the biphase code converting means are ordinary means. The error detecting means treats the demodulated data output of the wireless receiving means as a bi-phase code, outputs the exclusive OR between the paired bits for each pair, and outputs one bit of each pair, usually the latter half of the pair. A bit string in which bits are arranged is output as restored data. The above process is based on the property of the bi-phase code. Further, when the exclusive OR becomes 0, the judging means detects that part has an error. The error correction means is means for performing error detection and error correction processing on the restored data using the added error correction code, and in the embodiment, BC
Although the H code is used for the description, the HCH code is not limited to the BCH.

【0012】本発明の特徴とするところは、排他的論理
和による誤り検出処理を訂正符号による誤り検出訂正処
理に組み合わせる判定手段にある。
The feature of the present invention resides in the determination means for combining the error detection processing by the exclusive OR with the error detection and correction processing by the correction code.

【0013】請求項1に係わる本発明の無線通信システ
ムにおいては、排他的論理和により誤りが検出されなか
ったときには、処理に時間がかかる誤り訂正手段の処理
を実行せず、上記復元符号化データから誤り訂正符号部
分を除いた残りを有効なデータとして直ちに出力する。
また、請求項2に係わる本発明の無線通信システムにお
いては、排他的論理和により誤りを検出し、その個数が
誤り訂正手段で訂正可能な個数を超えるときには再送を
要求する。また、請求項3に係わる本発明の無線通信シ
ステムにおいては、排他的論理和により誤り検出したと
き、誤り訂正手段の処理を実行し、その訂正位置が排他
的論理和による誤り検出位置と異なるときには再送を要
求する。また、請求項4に係わる本発明の無線通信シス
テムにおいては、排他的論理和により誤り訂正符号の部
分に誤りを検出したときには再送を要求する。また、請
求項5に係わる本発明の無線通信システムにおいては、
排他的論理和により誤り検出し、その個数が誤り訂正手
段で訂正可能な個数以内であるときのみ誤り訂正手段の
処理を実行し、その訂正位置が排他的論理和による誤り
検出位置と合致するときのみ、訂正した結果を有効なデ
ータとする。なお、上記発明における判定手段の処理を
制御手段の処理に含めてもよいことは言うまでもない。
In the wireless communication system of the present invention according to claim 1, when the error is not detected by the exclusive OR, the processing of the error correction means, which takes a long time, is not executed, and the restored encoded data is processed. The rest except the error correction code part is immediately output as valid data.
Further, in the wireless communication system of the present invention according to claim 2, an error is detected by exclusive OR, and when the number exceeds the number that can be corrected by the error correction means, retransmission is requested. Further, in the wireless communication system of the present invention according to claim 3, when the error is detected by the exclusive OR, the process of the error correction means is executed, and when the correction position is different from the error detection position by the exclusive OR. Request resend. Further, in the wireless communication system of the present invention according to claim 4, when an error is detected in the error correction code portion by exclusive OR, retransmission is requested. In the wireless communication system of the present invention according to claim 5,
When an error is detected by exclusive OR, and the processing of the error correction means is executed only when the number is within the number that can be corrected by the error correction means, and the correction position matches the error detection position by exclusive OR. Only the corrected result is valid data. Needless to say, the processing of the determination means in the above invention may be included in the processing of the control means.

【0014】以下、本発明の実施例について説明する。Examples of the present invention will be described below.

【0015】[0015]

【実施例】以下、本発明の無線通信システムの一実施例
について図面を参照しながら説明する。図1は本実施例
の構成を示すブロック図である。図において、制御手段
1から出力されたデータは、誤り訂正付加手段2で、た
とえば104ビットにつき21ビットのBCH符号を付
加される。この符号化により3ビットまでの誤り訂正が
可能となる。この誤り訂正符号を付加されたデータはバ
イフェーズ符号変換手段7でバイフェーズ符号に変換さ
れる。バイフェーズ符号は伝送すべきデータに対してそ
れぞれビットの中央で立ち下がりまたは立ち上がりを有
する信号で、データの「1」を「01」、データの
「0」を「10」で表す。前記バイフェーズ符号は無線
送信手段3で400MHz 帯の高周波にFSK方式で変調
され、アンテナ4から送信される。また、アンテナ4で
受信された同種の被変調高周波は無線受信手段5で復調
され、復調データとなる。誤り検出手段8は復調データ
をバイフェーズ符号として、その対となるビット、「0
1」または「10」の前半と後半のビット相互の排他的
論理和を求め、0となるところを誤り発生箇所として検
出する。すなわち、排他的論理和が0であれば「00」
または「11」となっているので誤りありとなる。ま
た、バイフェーズ符号は各ビットの後半が0か1かを判
断することにより、そのまま元のデータに復元できる。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS An embodiment of a wireless communication system of the present invention will be described below with reference to the drawings. FIG. 1 is a block diagram showing the configuration of this embodiment. In the figure, the data output from the control means 1 is added with a BCH code of 21 bits for every 104 bits by the error correction addition means 2. This encoding enables error correction up to 3 bits. The data to which the error correction code is added is converted into a biphase code by the biphase code conversion means 7. The bi-phase code is a signal that has a falling edge or a rising edge at the center of each bit of data to be transmitted, and represents "1" of data as "01" and "0" of data as "10". The bi-phase code is modulated by the wireless transmission means 3 to a high frequency of 400 MHz band by the FSK method and transmitted from the antenna 4. Further, the same type of modulated high frequency wave received by the antenna 4 is demodulated by the radio receiving means 5 and becomes demodulated data. The error detecting means 8 uses the demodulated data as a bi-phase code, and a pair of bits "0".
The exclusive OR of the bits in the first half and the latter half of "1" or "10" is obtained, and the place where it becomes 0 is detected as the error occurrence place. That is, if the exclusive OR is 0, "00"
Or, since it is "11", there is an error. The bi-phase code can be restored to the original data as it is by judging whether the latter half of each bit is 0 or 1.

【0016】誤り検出手段8で誤り発生箇所が検出され
なかったとき、判定手段9は、誤り訂正手段6で処理を
しないで、制御手段1に前記復元されたデータを送る。
また、前記誤り検出手段8で検出された誤り発生箇所の
数が4箇所以上であれば、誤り訂正手段6では誤り訂正
できないとして判定手段9は再送を制御手段1に要求
し、制御手段1は再送要求を出力する。また、誤り検出
手段8で検出された誤り発生箇所の数が1ないし3個の
ときは、誤り訂正手段6の処理を実行して誤り訂正し、
誤り訂正された箇所が排他的論理和で検出した誤り発生
箇所と一致するときは誤り訂正されたデータを有効なデ
ータとして制御手段1に送り、誤り訂正された箇所が前
記誤り発生箇所と一致しないときは再送を制御手段1に
要求し、制御手段1は再送要求を出力する。
When the error detecting means 8 does not detect an error occurrence portion, the judging means 9 sends the restored data to the control means 1 without the error correcting means 6 processing.
If the number of error occurrence points detected by the error detecting means 8 is 4 or more, the error correcting means 6 determines that the error cannot be corrected, and the judging means 9 requests the controlling means 1 to resend, and the controlling means 1 Output a resend request. When the number of error occurrence points detected by the error detection means 8 is 1 to 3, the error correction means 6 executes the processing to correct the error,
When the error-corrected location matches the error-occurring location detected by exclusive OR, the error-corrected data is sent to the control means 1 as valid data, and the error-corrected location does not match the error-occurring location. At this time, the control means 1 is requested to retransmit, and the control means 1 outputs a retransmission request.

【0017】以上のように、誤り検出手段8で復調デー
タをバイフェーズ符号化として対となるビット間で排他
的論理和を求め、判定手段9で前記排他的論理和により
誤りとその発生箇所を検出し、その結果を誤り訂正手段
の処理と組み合わせることにより、誤り検出手段単独で
処理する場合に比べ、応答時間を短く、誤り訂正の信頼
性を向上させることができた。
As described above, the error detecting means 8 performs bi-phase coding on the demodulated data to obtain an exclusive OR between the bits forming a pair, and the judging means 9 uses the exclusive OR to determine the error and its location. By detecting and combining the result with the processing of the error correction means, the response time can be shortened and the reliability of error correction can be improved as compared with the case of processing by the error detection means alone.

【0018】たとえば、104ビットデータに21ビッ
トのBCH符号を付加して伝送速度9600bps で通信
する場合、受信開始から制御手段がデータを入手するま
での時間を従来の誤り訂正符号を付加する方式と比較す
ると、従来方式では125ビットの伝送時間が13mse
c、誤り訂正処理時間が30msec であるため、計43ms
ec かかっていた。本発明の方式では、バイフェーズ符
号化するため、伝送時間は倍の26msec かかるが、バ
イフェーズ符号化されたデータの同一ビット内で排他的
論理和を求める時間が5msec と短いため、合計で31m
secと約3/4に短縮することができた。
For example, when a 21-bit BCH code is added to 104-bit data and communication is performed at a transmission rate of 9600 bps, the time from the start of reception to the time when the control means obtains the data is the conventional error correction code addition method. By comparison, the transmission time of 125 bits is 13 mse in the conventional method.
c, error correction processing time is 30msec, total 43ms
It was ec. According to the method of the present invention, the transmission time is doubled to 26 msec because the bi-phase encoding is performed, but the time for obtaining the exclusive OR within the same bit of the bi-phase encoded data is as short as 5 msec.
It was possible to shorten to sec and about 3/4.

【0019】また、誤り訂正を行うときは訂正結果を誤
り位置でチェックすることにより2重のチェックがなさ
れ、誤訂正が防止でき、より高い信頼でデータが得られ
るようになった。
Further, when error correction is performed, a double check is performed by checking the correction result at the error position, erroneous correction can be prevented, and data can be obtained with higher reliability.

【0020】なお、排他的論理和で誤りを検出したと
き、その誤り個数に係わらず誤り訂正手段の処理を実行
させ、誤り訂正位置を排他的論理和で検出した誤り位置
と比較して、異なる場合に再送要求を出力するようにす
ることもできる。この場合は誤訂正を防止することがで
きる。
When an error is detected by exclusive OR, the error correction means executes the processing regardless of the number of errors, and the error correction position is different from the error position detected by exclusive OR. In this case, a resend request may be output. In this case, erroneous correction can be prevented.

【0021】また、排他的論理和で検出した誤り個数が
誤り訂正手段で訂正可能な個数以内であっても、誤り位
置が誤り訂正符号の位置であれば直ちに再送要求しても
よいことは言うまでもない。
Needless to say, even if the number of errors detected by the exclusive OR is within the number correctable by the error correction means, if the error position is the position of the error correction code, the retransmission request may be sent immediately. Yes.

【0022】[0022]

【発明の効果】以上の説明から明らかなように、請求項
1に係わる本発明の無線通信システムは、データに誤り
訂正符号を付加して符号化データを生成する誤り訂正付
加手段と、前記符号化データを1ビット内の中央で立ち
上がりまたは立ち下がりを有するバイフェーズ符号に変
換する変換手段と、前記バイフェーズ符号を変調して無
線で送信する無線送信部と、前記変調信号と同種の変調
信号を受信して復調データを出力する無線受信部と、前
記復調データをバイフェーズ符号として対となるビット
間の排他的論理和を出力するとともに前記対となるビッ
トの一方から符号化データを復元する誤り検出手段と、
前記復元符号化データについて付加された誤り訂正符号
により誤り検出と誤り訂正を行う誤り訂正手段と、前記
排他的論理和により誤りを検出するとともに前記誤り訂
正手段を制御する判定手段と、装置全体の動作を制御す
る制御手段とを備えた無線送受信装置で構成される無線
通信システムにおいて、前記判定手段は前記排他的論理
和により誤りが検出されなかったとき、前記誤り訂正手
段の処理を実行せず、前記復元符号化データから誤り訂
正符号部分を除いた残りを有効なデータとして前記制御
手段に出力するようにしたことにより、処理に時間がか
かる誤り訂正手段の処理結果を待たずに再送要求を出力
して、誤り検出から再送要求までの処理を高速にでき
る。また、請求項2に係わる本発明の無線通信システム
は、データに誤り訂正符号を付加して符号化データを生
成する誤り訂正付加手段と、前記符号化データを1ビッ
ト内の中央で立ち上がりまたは立ち下がりを有するバイ
フェーズ符号に変換する変換手段と、前記バイフェーズ
符号を変調して無線で送信する無線送信部と、前記変調
信号と同種の変調信号を受信して復調データを出力する
無線受信部と、前記復調データをバイフェーズ符号とし
て対となるビット間の排他的論理和を出力するとともに
前記対となるビットの一方から符号化データを復元する
誤り検出手段と、前記復元符号化データについて付加さ
れた誤り訂正符号により誤り検出と誤り訂正を行う誤り
訂正手段と、前記排他的論理和により誤りを検出すると
ともに前記誤り訂正手段を制御する判定手段と、装置全
体の動作を制御する制御手段とを備えた無線送受信装置
で構成される無線通信システムにおいて、前記判定手段
は、前記排他的論理和により検出が検出され、その個数
が前記誤り訂正手段で訂正可能な個数よりも多いとき、
前記誤り訂正手段の処理を実行せず、再送要求を前記制
御手段に指示するようにしたことにより、処理に時間が
かかる誤り訂正手段の処理結果を待たずに再送要求を出
力して、誤り検出から再送要求までの処理を高速にでき
るとともに、誤訂正も防止できる。また、請求項3に係
わる本発明の無線通信システムは、データに誤り訂正符
号を付加して符号化データを生成する誤り訂正付加手段
と、前記符号化データを1ビット内の中央で立ち上がり
または立ち下がりを有するバイフェーズ符号に変換する
変換手段と、前記バイフェーズ符号を変調して無線で送
信する無線送信部と、前記変調信号と同種の変調信号を
受信して復調データを出力する無線受信部と、前記復調
データをバイフェーズ符号として対となるビット間の排
他的論理和を出力するとともに前記対となるビットの一
方から符号化データを復元する誤り検出手段と、前記復
元符号化データについて付加された誤り訂正符号により
誤り検出と誤り訂正を行う誤り訂正手段と、前記排他的
論理和により誤りを検出するとともに前記誤り訂正手段
を制御する判定手段と、装置全体の動作を制御する制御
手段とを備えた無線送受信装置で構成される無線通信シ
ステムにおいて、前記判定手段は、前記排他的論理和に
より誤りが検出されたとき、訂正手段の処理を実行さ
せ、前記排他的論理和で検出した誤りの位置が前記誤り
検出手段で訂正した位置と異なるときは再送要求を前記
制御手段に指示するようにしたことにより、誤り訂正手
段による誤訂正を防止できる。また、請求項4に係わる
本発明の無線通信システムは、データに誤り訂正符号を
付加して符号化データを生成する誤り訂正付加手段と、
前記符号化データを1ビット内の中央で立ち上がりまた
は立ち下がりを有するバイフェーズ符号に変換する変換
手段と、前記バイフェーズ符号を変調して無線で送信す
る無線送信部と、前記変調信号と同種の変調信号を受信
して復調データを出力する無線受信部と、前記復調デー
タをバイフェーズ符号として対となるビット間の排他的
論理和を出力するとともに前記対となるビットの一方か
ら符号化データを復元する誤り検出手段と、前記復元符
号化データについて付加された誤り訂正符号により誤り
検出と誤り訂正を行う誤り訂正手段と、前記排他的論理
和により誤りを検出するとともに前記誤り訂正手段を制
御する判定手段と、装置全体の動作を制御する制御手段
とを備えた無線送受信装置で構成される無線通信システ
ムにおいて、前記判定手段は、前記排他的論理和により
誤り訂正符号の部分に誤りを検出したとき、前記誤り訂
正手段の処理を実行せず、再送要求を前記制御手段に指
示するようにしたことにより、処理に時間がかかる誤り
訂正手段の処理結果を待たずに再送要求を出力して、誤
り検出から再送要求までの処理を高速にできるととも
に、誤り訂正符号部分の誤りによる誤訂正を防止でき
る。また、請求項5に係わる本発明の無線通信システム
は、データに誤り訂正符号を付加して符号化データを生
成する誤り訂正付加手段と、前記符号化データを1ビッ
ト内の中央で立ち上がりまたは立ち下がりを有するバイ
フェーズ符号に変換する変換手段と、前記バイフェーズ
符号を変調して無線で送信する無線送信部と、前記変調
信号と同種の変調信号を受信して復調データを出力する
無線受信部と、前記復調データをバイフェーズ符号とし
て対となるビット間の排他的論理和を出力するとともに
前記対となるビットの一方から符号化データを復元する
誤り検出手段と、前記復元符号化データについて付加さ
れた誤り訂正符号により誤り検出と誤り訂正を行う誤り
訂正手段と、前記排他的論理和により誤りを検出すると
ともに前記誤り訂正手段を制御する判定手段と、装置全
体の動作を制御する制御手段とを備えた無線送受信装置
で構成される無線通信システムにおいて、前記判定手段
は、前記排他的論理和により誤りが検出され、その誤り
の個数が前記誤り訂正手段で訂正可能な個数以内のとき
のみ前記誤り訂正手段の処理を実行するとともに、訂正
された誤りの位置が前記排他的論理和により検出した誤
りの位置と同じときのみ訂正されたデータを有効なデー
タとして前記制御手段に出力するようにしたことによ
り、訂正可能な場合にのみ処理に時間のかかる誤り訂正
手段を実行して無駄な処理時間をなくし、かつ訂正結果
も誤り位置でチェックして有効なデータのみを再現する
ことができる。
As is apparent from the above description, in the wireless communication system of the present invention according to claim 1, an error correction addition means for adding an error correction code to data to generate encoded data, and the code. Conversion means for converting the encoded data into a bi-phase code having a rising or falling edge in the center of one bit, a wireless transmission section for modulating the bi-phase code and transmitting it by radio, and a modulation signal of the same type as the modulation signal. And a radio receiving unit that outputs demodulated data and outputs the exclusive OR between the paired bits using the demodulated data as a biphase code and restores the encoded data from one of the paired bits. Error detection means,
An error correction unit that performs error detection and error correction using an error correction code added to the restored encoded data, a determination unit that detects an error by the exclusive OR and controls the error correction unit, and an entire device In a wireless communication system including a wireless transmission / reception device having a control unit for controlling operation, the determination unit does not execute the process of the error correction unit when no error is detected by the exclusive OR. By outputting the rest of the restored encoded data excluding the error correction code portion to the control means as valid data, a retransmission request can be made without waiting for the processing result of the error correction means. It can output and speed up the processing from error detection to retransmission request. Further, in the wireless communication system of the present invention according to claim 2, error correction adding means for adding an error correction code to data to generate coded data, and the coded data rises or rises at the center of one bit. Converting means for converting into a bi-phase code having a drop, a radio transmitting section for modulating the bi-phase code and transmitting by radio, and a radio receiving section for receiving a modulated signal of the same kind as the modulated signal and outputting demodulated data. And an error detecting means for outputting the exclusive OR between the paired bits by using the demodulated data as a biphase code and restoring the encoded data from one of the paired bits, and adding the restored encoded data. Error correction means for performing error detection and error correction using the generated error correction code, and the error correction means for detecting an error by the exclusive OR. In a wireless communication system including a wireless transmission / reception device including a determination unit that controls the operation of the device and a control unit that controls the operation of the entire device, the determination unit detects the detection by the exclusive OR, and determines the number thereof. Is larger than the number that can be corrected by the error correction means,
By sending a retransmission request to the control unit without executing the processing of the error correction unit, the retransmission request is output without waiting for the processing result of the error correction unit, and error detection is performed. It is possible to speed up the processing from to the resend request and prevent erroneous correction. Further, in the wireless communication system of the present invention according to claim 3, an error correction adding means for adding an error correction code to data to generate encoded data, and the encoded data rises or rises at the center of one bit. Converting means for converting into a bi-phase code having a drop, a radio transmitting section for modulating the bi-phase code and transmitting by radio, and a radio receiving section for receiving a modulated signal of the same kind as the modulated signal and outputting demodulated data. And an error detecting means for outputting the exclusive OR between the paired bits by using the demodulated data as a biphase code and restoring the encoded data from one of the paired bits, and adding the restored encoded data. Error correction means for performing error detection and error correction using the generated error correction code, and the error correction means for detecting an error by the exclusive OR. In a wireless communication system including a wireless transmission / reception device including a determination unit that controls the operation of the device and a control unit that controls the operation of the entire device, the determination unit, when an error is detected by the exclusive OR, By executing the processing of the correction means, and when the position of the error detected by the exclusive OR is different from the position corrected by the error detection means, the retransmission request is instructed to the control means, thereby the error correction means. It is possible to prevent erroneous correction due to. The wireless communication system of the present invention according to claim 4 further comprises error correction adding means for adding an error correction code to the data to generate encoded data,
A conversion unit that converts the encoded data into a bi-phase code having a rising or falling edge in the center of one bit, a wireless transmission unit that modulates the bi-phase code and wirelessly transmits the same, and the same type as the modulated signal. A radio receiving unit that receives a modulated signal and outputs demodulated data, outputs an exclusive logical sum between bits that form a pair using the demodulated data as a biphase code, and outputs encoded data from one of the paired bits. Error detecting means for restoring, error correcting means for performing error detection and error correction by the error correcting code added to the restored encoded data, error detection by the exclusive OR, and controlling the error correcting means In a wireless communication system including a wireless transmission / reception device including a determination unit and a control unit that controls the operation of the entire device, The determining means, when detecting an error in the error correction code portion by the exclusive OR, does not execute the processing of the error correcting means and instructs the control means to send a retransmission request. It is possible to output a retransmission request without waiting for the time-consuming processing result of the error correction means, to speed up the processing from error detection to the retransmission request, and to prevent erroneous correction due to an error in the error correction code portion. Further, in the wireless communication system of the present invention according to claim 5, an error correction adding means for adding an error correction code to data to generate coded data, and the coded data rises or rises at the center of one bit. Converting means for converting into a bi-phase code having a drop, a radio transmitting section for modulating the bi-phase code and transmitting by radio, and a radio receiving section for receiving a modulated signal of the same kind as the modulated signal and outputting demodulated data. Error detection means for outputting the exclusive OR between the paired bits as the demodulated data as a bi-phase code and for restoring the encoded data from one of the paired bits, and for the restored encoded data Error correction means for performing error detection and error correction using the generated error correction code, and the error correction means for detecting an error by the exclusive OR. In a wireless communication system including a wireless transmission / reception device including a determination unit that controls the operation of the device and a control unit that controls the operation of the entire device, the determination unit detects an error by the exclusive OR, and detects the error. The error correction means performs the processing only when the number of error corrections is within the number correctable by the error correction means, and corrects only when the corrected error position is the same as the error position detected by the exclusive OR. The corrected data is output to the control means as valid data, so that the error correction means that takes time only for correction is executed to eliminate wasteful processing time, and the correction result is erroneous. Only the valid data can be reproduced by checking the position.

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

【図1】本発明の無線通信システムにおける送受信装置
の一実施例の構成を示すブロック図
FIG. 1 is a block diagram showing the configuration of an embodiment of a transmission / reception device in a wireless communication system of the present invention.

【図2】従来の無線通信システムにおける送受信装置の
第1例の構成を示すブロック図
FIG. 2 is a block diagram showing a configuration of a first example of a transmission / reception device in a conventional wireless communication system.

【図3】従来の無線通信システムにおける送受信装置の
第2例の構成を示すブロック図
FIG. 3 is a block diagram showing a configuration of a second example of a transmission / reception device in a conventional wireless communication system.

【図4】バイフェーズ符号の構成を示す模式図FIG. 4 is a schematic diagram showing the configuration of a biphase code.

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

1 制御手段 2 誤り訂正付加手段 3 無線送信手段 4 アンテナ 5 無線受信手段 6 誤り訂正手段 7 バイフェーズ符号変換手段 8 誤り検出手段 9 判定手段 1 control means 2 error correction addition means 3 wireless transmission means 4 antenna 5 wireless reception means 6 error correction means 7 bi-phase code conversion means 8 error detection means 9 determination means

Claims (5)

【特許請求の範囲】[Claims] 【請求項1】 データに誤り訂正符号を付加して符号化
データを生成する誤り訂正付加手段と、前記符号化デー
タを1ビット内の中央で立ち上がりまたは立ち下がりを
有するバイフェーズ符号に変換する変換手段と、前記バ
イフェーズ符号を変調して無線で送信する無線送信部
と、前記変調信号と同種の変調信号を受信して復調デー
タを出力する無線受信部と、前記復調データをバイフェ
ーズ符号として対となるビット間の排他的論理和を出力
するとともに前記対となるビットの一方から符号化デー
タを復元する誤り検出手段と、前記復元符号化データに
ついて付加された誤り訂正符号により誤り検出と誤り訂
正を行う誤り訂正手段と、前記排他的論理和により誤り
を検出するとともに前記誤り訂正手段を制御する判定手
段と、装置全体の動作を制御する制御手段とを備えた無
線送受信装置で構成される無線通信システムにおいて、
前記判定手段は前記排他的論理和により誤りが検出され
なかったとき、前記誤り訂正手段の処理を実行せず、前
記復元符号化データから誤り訂正符号部分を除いた残り
を有効なデータとして前記制御手段に出力するようにし
た無線通信システム。
1. An error correction adding means for adding an error correction code to data to generate coded data, and a conversion for converting the coded data into a bi-phase code having a leading edge or a trailing edge in the center of one bit. Means, a wireless transmission unit that modulates the biphase code and wirelessly transmits it, a wireless reception unit that receives a modulation signal of the same type as the modulation signal and outputs demodulation data, and the demodulation data as a biphase code Error detection means for outputting exclusive OR between paired bits and restoring coded data from one of the paired bits, and error detection and error by an error correction code added to the restored coded data Error correction means for performing correction, judgment means for detecting an error by the exclusive OR and controlling the error correction means, and operation of the entire apparatus In a wireless communication system including a wireless transmission / reception device including a control unit that controls
When no error is detected by the exclusive OR, the judging means does not execute the processing of the error correcting means, and the rest of the restored encoded data except the error correcting code part is treated as the valid data and the control is performed. A wireless communication system configured to output to a means.
【請求項2】 データに誤り訂正符号を付加して符号化
データを生成する誤り訂正付加手段と、前記符号化デー
タを1ビット内の中央で立ち上がりまたは立ち下がりを
有するバイフェーズ符号に変換する変換手段と、前記バ
イフェーズ符号を変調して無線で送信する無線送信部
と、前記変調信号と同種の変調信号を受信して復調デー
タを出力する無線受信部と、前記復調データをバイフェ
ーズ符号として対となるビット間の排他的論理和を出力
するとともに前記対となるビットの一方から符号化デー
タを復元する誤り検出手段と、前記復元符号化データに
ついて付加された誤り訂正符号により誤り検出と誤り訂
正を行う誤り訂正手段と、前記排他的論理和により誤り
を検出するとともに前記誤り訂正手段を制御する判定手
段と、装置全体の動作を制御する制御手段とを備えた無
線送受信装置で構成される無線通信システムにおいて、
前記判定手段は、前記排他的論理和により検出が検出さ
れ、その個数が前記誤り訂正手段で訂正可能な個数より
も多いとき、前記誤り訂正手段の処理を実行せず、再送
要求を前記制御手段に指示するようにした無線通信シス
テム。
2. An error correction adding means for adding an error correction code to data to generate coded data, and a conversion for converting the coded data into a bi-phase code having a rising edge or a falling edge in the center of one bit. Means, a wireless transmission unit that modulates the biphase code and wirelessly transmits it, a wireless reception unit that receives a modulation signal of the same type as the modulation signal and outputs demodulation data, and the demodulation data as a biphase code Error detection means for outputting exclusive OR between paired bits and restoring coded data from one of the paired bits, and error detection and error by an error correction code added to the restored coded data Error correction means for performing correction, judgment means for detecting an error by the exclusive OR and controlling the error correction means, and operation of the entire apparatus In a wireless communication system including a wireless transmission / reception device including a control unit that controls
When the detection is detected by the exclusive OR, and the number of detections is larger than the number that can be corrected by the error correction unit, the determination unit does not execute the process of the error correction unit and sends a retransmission request to the control unit. A wireless communication system instructed to.
【請求項3】 データに誤り訂正符号を付加して符号化
データを生成する誤り訂正付加手段と、前記符号化デー
タを1ビット内の中央で立ち上がりまたは立ち下がりを
有するバイフェーズ符号に変換する変換手段と、前記バ
イフェーズ符号を変調して無線で送信する無線送信部
と、前記変調信号と同種の変調信号を受信して復調デー
タを出力する無線受信部と、前記復調データをバイフェ
ーズ符号として対となるビット間の排他的論理和を出力
するとともに前記対となるビットの一方から符号化デー
タを復元する誤り検出手段と、前記復元符号化データに
ついて付加された誤り訂正符号により誤り検出と誤り訂
正を行う誤り訂正手段と、前記排他的論理和により誤り
を検出するとともに前記誤り訂正手段を制御する判定手
段と、装置全体の動作を制御する制御手段とを備えた無
線送受信装置で構成される無線通信システムにおいて、
前記判定手段は、前記排他的論理和により誤りが検出さ
れたとき、訂正手段の処理を実行させ、前記排他的論理
和で検出した誤りの位置が前記誤り検出手段で訂正した
位置と異なるときは再送要求を前記制御手段に指示する
ようにした無線通信システム。
3. An error correction adding means for adding an error correction code to data to generate encoded data, and a conversion for converting the encoded data into a bi-phase code having a leading edge or a trailing edge in the center of one bit. Means, a wireless transmission unit that modulates the biphase code and wirelessly transmits it, a wireless reception unit that receives a modulation signal of the same type as the modulation signal and outputs demodulation data, and the demodulation data as a biphase code Error detection means for outputting exclusive OR between paired bits and restoring coded data from one of the paired bits, and error detection and error by an error correction code added to the restored coded data Error correction means for performing correction, judgment means for detecting an error by the exclusive OR and controlling the error correction means, and operation of the entire apparatus In a wireless communication system including a wireless transmission / reception device including a control unit that controls
When the error is detected by the exclusive OR, the judging means executes the processing of the correcting means, and when the position of the error detected by the exclusive OR is different from the position corrected by the error detecting means, A wireless communication system for instructing the control means of a retransmission request.
【請求項4】 データに誤り訂正符号を付加して符号化
データを生成する誤り訂正付加手段と、前記符号化デー
タを1ビット内の中央で立ち上がりまたは立ち下がりを
有するバイフェーズ符号に変換する変換手段と、前記バ
イフェーズ符号を変調して無線で送信する無線送信部
と、前記変調信号と同種の変調信号を受信して復調デー
タを出力する無線受信部と、前記復調データをバイフェ
ーズ符号として対となるビット間の排他的論理和を出力
するとともに前記対となるビットの一方から符号化デー
タを復元する誤り検出手段と、前記復元符号化データに
ついて付加された誤り訂正符号により誤り検出と誤り訂
正を行う誤り訂正手段と、前記排他的論理和により誤り
を検出するとともに前記誤り訂正手段を制御する判定手
段と、装置全体の動作を制御する制御手段とを備えた無
線送受信装置で構成される無線通信システムにおいて、
前記判定手段は、前記排他的論理和により誤り訂正符号
の部分に誤りを検出したとき、前記誤り訂正手段の処理
を実行せず、再送要求を前記制御手段に指示するように
した無線通信システム。
4. An error correction adding means for adding an error correction code to data to generate coded data, and a conversion for converting the coded data into a bi-phase code having a leading edge or a trailing edge in the center of one bit. Means, a wireless transmission unit that modulates the biphase code and wirelessly transmits it, a wireless reception unit that receives a modulation signal of the same type as the modulation signal and outputs demodulation data, and the demodulation data as a biphase code Error detection means for outputting exclusive OR between paired bits and restoring coded data from one of the paired bits, and error detection and error by an error correction code added to the restored coded data Error correction means for performing correction, judgment means for detecting an error by the exclusive OR and controlling the error correction means, and operation of the entire apparatus In a wireless communication system including a wireless transmission / reception device including a control unit that controls
The wireless communication system, wherein the judging means, when detecting an error in a portion of an error correction code by the exclusive OR, does not execute the processing of the error correcting means and instructs a retransmission request to the control means.
【請求項5】 データに誤り訂正符号を付加して符号化
データを生成する誤り訂正付加手段と、前記符号化デー
タを1ビット内の中央で立ち上がりまたは立ち下がりを
有するバイフェーズ符号に変換する変換手段と、前記バ
イフェーズ符号を変調して無線で送信する無線送信部
と、前記変調信号と同種の変調信号を受信して復調デー
タを出力する無線受信部と、前記復調データをバイフェ
ーズ符号として対となるビット間の排他的論理和を出力
するとともに前記対となるビットの一方から符号化デー
タを復元する誤り検出手段と、前記復元符号化データに
ついて付加された誤り訂正符号により誤り検出と誤り訂
正を行う誤り訂正手段と、前記排他的論理和により誤り
を検出するとともに前記誤り訂正手段を制御する判定手
段と、装置全体の動作を制御する制御手段とを備えた無
線送受信装置で構成される無線通信システムにおいて、
前記判定手段は、前記排他的論理和により誤りが検出さ
れ、その誤りの個数が前記誤り訂正手段で訂正可能な個
数以内のときのみ前記誤り訂正手段の処理を実行すると
ともに、訂正された誤りの位置が前記排他的論理和によ
り検出した誤りの位置と同じときのみ訂正されたデータ
を有効なデータとして前記制御手段に出力するようにし
た無線通信システム。
5. An error correction adding means for adding an error correction code to data to generate coded data, and a conversion for converting the coded data into a bi-phase code having a leading edge or a trailing edge in the center of one bit. Means, a wireless transmission unit that modulates the biphase code and wirelessly transmits it, a wireless reception unit that receives a modulation signal of the same type as the modulation signal and outputs demodulation data, and the demodulation data as a biphase code Error detection means for outputting exclusive OR between paired bits and restoring coded data from one of the paired bits, and error detection and error by an error correction code added to the restored coded data Error correction means for performing correction, judgment means for detecting an error by the exclusive OR and controlling the error correction means, and operation of the entire apparatus In a wireless communication system including a wireless transmission / reception device including a control unit that controls
The determination means executes the processing of the error correction means only when an error is detected by the exclusive OR, and the number of errors is within the number that can be corrected by the error correction means. A wireless communication system adapted to output corrected data to the control means as valid data only when the position is the same as the position of the error detected by the exclusive OR.
JP23478995A 1995-08-21 1995-08-21 Radio communication system Pending JPH0964850A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP23478995A JPH0964850A (en) 1995-08-21 1995-08-21 Radio communication system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP23478995A JPH0964850A (en) 1995-08-21 1995-08-21 Radio communication system

Publications (1)

Publication Number Publication Date
JPH0964850A true JPH0964850A (en) 1997-03-07

Family

ID=16976415

Family Applications (1)

Application Number Title Priority Date Filing Date
JP23478995A Pending JPH0964850A (en) 1995-08-21 1995-08-21 Radio communication system

Country Status (1)

Country Link
JP (1) JPH0964850A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008533891A (en) * 2005-03-16 2008-08-21 ローベルト ボッシュ ゲゼルシャフト ミット ベシュレンクテル ハフツング Error handling method
JP2010507340A (en) * 2006-10-20 2010-03-04 シュレイダー エレクトロニクス リミテッド Data error detection and correction method in RF data link

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2008533891A (en) * 2005-03-16 2008-08-21 ローベルト ボッシュ ゲゼルシャフト ミット ベシュレンクテル ハフツング Error handling method
JP2010507340A (en) * 2006-10-20 2010-03-04 シュレイダー エレクトロニクス リミテッド Data error detection and correction method in RF data link

Similar Documents

Publication Publication Date Title
US6947492B2 (en) Encoding and decoding ultra-wideband information
US6931077B2 (en) Data transmitting apparatus and data transmitting method
EP0721714B1 (en) Method of and system for communicating messages
JP3715656B2 (en) Transmission method and transmission system using adaptive coding based on channel characteristics
JP4446338B2 (en) Retransmission request method, radio communication system, and receiver
US7584399B2 (en) Apparatus and method for transmitting and receiving a signal in a communication system
US20020071421A1 (en) Method and system for data loss detection and recovery in wireless communication process
JPH08511400A (en) Forward error correction method
JPH05110539A (en) Digital transmission system
KR20030057589A (en) System and operation method for Variable-length wireless packet data
KR100224386B1 (en) Radio station and signal transceiving method
CA2733900C (en) System and method for communicating using fountain codes
KR100663469B1 (en) Apparatus and method for transmitting/receiving signal in a communication system
JPH0964850A (en) Radio communication system
JPH10164031A (en) Radio packet communication equipment
JPH046140B2 (en)
KR20040084212A (en) Hybrid ARQ Wireless Communication System Using state of Feedback Channel
CN116760507B (en) Coding modulation parameter determining method and routing equipment based on intra-frame index modulation
JPH104413A (en) Data transmission system
JP2001007785A (en) Communications equipment and communication method
JPH05145527A (en) Data transmission method
JPH0761061B2 (en) ARQ method
JPH08130531A (en) Data transmission method
JPH0761059B2 (en) Route identification method
JPH02211724A (en) Data transmission equipment