JP3949937B2 - Interactive error correction method in information communication - Google Patents

Interactive error correction method in information communication Download PDF

Info

Publication number
JP3949937B2
JP3949937B2 JP2001346340A JP2001346340A JP3949937B2 JP 3949937 B2 JP3949937 B2 JP 3949937B2 JP 2001346340 A JP2001346340 A JP 2001346340A JP 2001346340 A JP2001346340 A JP 2001346340A JP 3949937 B2 JP3949937 B2 JP 3949937B2
Authority
JP
Japan
Prior art keywords
block
sequence
information
receiver
bits
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP2001346340A
Other languages
Japanese (ja)
Other versions
JP2003152690A (en
Inventor
浩一 山崎
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
TAMAGAWA ACADEMY & UNIVERSITY
Original Assignee
TAMAGAWA ACADEMY & UNIVERSITY
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 TAMAGAWA ACADEMY & UNIVERSITY filed Critical TAMAGAWA ACADEMY & UNIVERSITY
Priority to JP2001346340A priority Critical patent/JP3949937B2/en
Publication of JP2003152690A publication Critical patent/JP2003152690A/en
Application granted granted Critical
Publication of JP3949937B2 publication Critical patent/JP3949937B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Error Detection And Correction (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)

Description

【0001】
【産業上の利用分野】
この発明は情報通信における対話方式の誤り訂正方法に関するものであり、より詳しくは送受信者間において情報の伝送のための通信は私的通信路を介し情報を訂正するための通信は公衆通信路を介して対話形式で行うシステムにおいて、パリティ照合により抽出された誤りを含んだ情報ブロック内の誤りのあるビットを決定する技術の改良に関するものである。
【0002】
この明細書において「情報ブロック」とは送信者が受信者に伝えたい系列構成するビットからなる単位集合を言う。また「検査ブロック」とは誤り訂正を行うのに必要なビットからなる単位集合を言う。
【0003】
上記のような通信においては一般に、送受信者間の約定により全情報ビット群を各kビットからなる複数個の情報ブロックに分割する。そして各情報ブロックについてパリティ照合が行われる。
【0004】
パリティ照合は送受信者間の約定に従って行われるが、一般には情報ブロック(kビット)内の1の数が偶数の場合にはパリティを0とし、奇数の場合にはパリティを1とする。この約定にしたがってパリティ照合が行われて、パリティの異なる情報ブロック(すなわち誤りを含んだ情報ブロック)が抽出される。
【0005】
ところがこの方法では情報ブロック内の誤りが1個である場合には問題ないが、2個である場合にはその情報ブロックに誤りがあるか否かの判断ができないのである。そこで最初の全情報ビット群をランダムに並び替えて、上記と同様なパリティ照合を行う。
【0006】
このパリティ照合の繰返しは送受信者間で約定した所定回数だけ行われる。そして所定回数繰り返した後に残った情報ブロックには「誤りがない」と統計的に推定する。そしてこの所定回数のパリティ照合で抽出された情報ブロックの各々について検査ブロック内における誤りの位置(つまりビット)を検出して、そのビットについて誤りの訂正が行われる。
【0007】
この誤りビットの検出には「二分探索法」という手法が用いられていた。この手法においては(1)誤りがあるとして抽出された情報ブロック(kビット)を2個の子情報ブロック(1/2kビット)に分割し、(2)誤りのない子情報ブロックは無視して誤りのある子情報ブロック(1/2ビット)を2個の孫情報ブロック(1/4)に分割し、(3)誤りのない孫情報ブロックは無視して誤りのある孫情報ブロック(1/4ビット)を…という分割を繰り返してゆく。
【0008】
この繰返し回数、すなわち通信回数は(log2k)で表わされるが、情報ブロックのサイズ(k)が大きくなると通信回数が大きくなるという問題があった。つまり二分探索法に代わる誤りビット検出法の必要性が生じてきたのである。
【0009】
この要請に応えて提案されたのが「検査ブロック」の利用という技術思想である。つまり誤りのある情報ブロックについて検査ブロックを形成して、これに基づいて誤りビットの検出を行うという手法である。つまり情報ブロック(kビット)と検査ブロック(n−kビット)により総ブロック(nビット)が構成されるのである。
【0010】
この検査ブロックを用いた従来技術としてはハミングの方法が知られている。この方法ではつぎのハミングの限界式を満たす検査ブロックを決定しようとするものである。
【0011】
【数1】

Figure 0003949937
【0012】
情報ブロックが1ビットすなわちk=1の場合を具体的な例として挙げると、上記の限界式から計算してn=3となる。すなわち情報ブロックは1ビットであり、検査ブロックは2ビットであり、総通信ブロックは3ビットとなる。
【0013】
【発明が解決しようとする課題】
しかしこのハミングの方法では、誤りの検出に際して検査ブロックも考慮に入れているので、それだけ処理時間ひいては通信時間が長くなるという問題がある。
【0014】
情報ブロックと検査ブロックとを考えた場合、情報ブロックには誤りの起きる可能性はあるが、検査ブロックには誤りは起きないのである。そこでこの発明にあっては、誤りの検出に際して、検査ブロックの存在は無視できるという点に着目したのである。
【0015】
つまりこの発明は、情報通信における対話方式の誤り訂正作業における通信時間の低減、を目的とするものである。
【0016】
【課題を解決するための手段】
このためこの出願の第1の発明においては、送信者はあるビット数からなる総情報ビット群を私的通信路を介して受信者に伝送し、総受信者間の合意により該総情報ビット群を系列の誤り率を考慮して各kビットの複数の情報ブロックに分割し、送信者側において求めた各ブロックのパリティを公衆通信路を介して受信者に伝送し、受信者は受信者側において求めたパリティと受信した上記パリティとをブロック毎に比較し、受信者はパリティの相違により誤りを含んだ情報ブロックを抽出し、どの情報ブロックが誤りを含むかを公衆通信路を介して送信者に伝送し、送信者は限界式(k=2n-k)に基づいて検査ブロックを決定し、この決定された検査ブロックに基づいて対応する含誤り情報ブロック内の誤りビットを検出して訂正することを要旨とするものである。
【0017】
また第2の発明においては、送信者はあるビットからなる総情報ビット群を私的通信路を介して受信者に伝送し、送受信者間の合意により該総情報ビット群を系列の誤り率を考慮して各kビットの複数の情報ブロックに分割し、送信者側において求めた各ブロックのパリティを公衆通信路を介して受信者側に伝送し、受信者側では受信者側において求めたパリティと受信したパリティとをブロック毎で比較し、パリティの相違により誤りを含んだ情報ブロックを抽出して、どの情報ブロックが誤りを含むかを公衆通信路を介して送信者に伝送し、送信者は限界式(k=2k-1-1)に基づいて乱数発生器により1ビットの乱数系列を作成し、この乱数系列に基づいて対応する誤りを含んだ情報ブロック内の誤りビットを検出して、訂正することを要旨とする。
【0018】
【実施例】
上記したようにこの出願の第1の発明は限界式(k=2n-k)を採用するものであるが、これには(1)誤りは情報ブロックのみに存在する、および(2)誤りを含む情報ブロックには必ず1個以上の奇数個の誤りがあるという2通りの条件が基となっている。
【0019】
具体的な例として情報ブロックが2ビット、すなわちk=2の場合を考える。
上記の限界式から計算してn=3となるから、検査ブロックは(n−k)で1ビットである。この結果(情報ブロック=2ビット:検査ブロック=1ビット)を前記したハミングの方法の場合(情報ブロック=1ビットで検査ブロック=2ビット)と比較すると、ハミングの方法に比べてこの発明の場合には、情報ブロックは倍ビットなのに検査ブロックは半ビットとなっている。
【0020】
つまりこの発明によれば、公衆通信路で伝送するビット数(各検査ブロックのビット数の総和)を小さくすることができ、通信回数が減って、結果的に通信時間が短くなる。
【0021】
つぎにこの第1の発明による誤りビット検出作業の手順を逐次説明する。
【0022】
(a)ステップ。誤りのある情報ブロックはkビットであるとして、送信者は情報ブロックJを有しており、受信者は情報ブロックJ’を受け取ったものとする。
【0023】
(b)ステップ。受信者は限界式(k=2n-k)からnの値を計算する。
【0024】
(c)ステップ。このnの値を用いて検査ブロックは(n−k)ビットであると決定する。
【0025】
(d)ステップ。ついで完全符号の生成行列Gを作成する。つまり行数がkであり、列数が(n−k)である行列を作成する。
【0026】
(e)ステップ。J・Gにより検査ブロックKを作成する。
【0027】
(f)ステップ。送信者はこの検査ブロックKを公衆通信路を介して受信者に伝送する。
【0028】
(g)受信者は受け取った情報ブロックJ’に検査ブロックKを付加して和Rを作成する。
【0029】
(h)ついで行列Gを転置してG(T)を作成する。
【0030】
(i)この転置された行列G(T)に単位行列を付加して和Hを作成する。ここで単位行列には(n−k)の行と列を有する系列で、かつ対角線に1がある系列を用いる。
【0031】
(j)前記の和Rの転置系列R(T)を作成する。
【0032】
(k)行列HとこのR(T)との乗算により積を作成する。
【0033】
(l)この積と合致する行列H内の列(m)を探す。
【0034】
(m)受信者が受け取った系列J’中のm番目のビットに誤りがある。
【0035】
(n)したがって該m番目のビットを1→0または0→1と訂正する。
【0036】
【実験例】
上記したようなこの発明の各ステップを以下具体的な値について実験した結果を次の数式により示す。
【0037】
【数2】
Figure 0003949937
Figure 0003949937
【0038】
ついで第2の発明のステップを説明する。(a)ステップ。誤りのある情報ブロックはkビットであるとして、送信者は情報ブロックJを有しており、受信者は情報ブロックJ’を受け取ったものとする。
【0039】
(b)ステップ。前記の限界式により乱数系列Lのビット数lの値を計算して乱数系列Lを求める。
【0040】
(c)ステップ。k=w+1を満たすwを求めて、l行でw列の既知の完全符号の生成行列G’を定める。
【0041】
(d)ステップ。系列Lと行列G’との乗算によりビット数wの系列Wを求める。
【0042】
(e)ステップ。情報ブロックJの最初のwビットと系列Wの対応するビット毎の排他的論理和を計算して、系列Yを形成する。
【0043】
(f)ステップ。この系列Yを送受信者間で伝送する。
【0044】
(g)ステップ。情報ブロックJ’の最初のwビットと系列Yの対応するビット毎の排他的論理和を計算して、系列Zを作成する。
【0045】
(h)ステップ。この系列Zを転置して系列Z(T)を作成する。
【0046】
(i)ステップ。行列G’の後半(w−l)ビットを転置したものに単位行列を付加して(w−l)行でw列の行列Hを作成する。
【0047】
(j)ステップ。行列Hと系列Z(T)との乗算により積を得る。
【0048】
(k)ステップ。この積と合致する行列H内の列(m)を探し出す。
【0049】
(l)ステップ。情報ブロックJ’のm番目のビットを訂正する。ただしこの積が全ゼロ列ベクトルとなった場合には、情報ブロックJ’の最後のビットを訂正する。
【0050】
【実験例】
上記したようなこの発明のステップを以下具体的な値について実験した結果を次の数式により示す。
【0051】
【数3】
Figure 0003949937
【0052】
【発明の効果】
以上から明らかなように、この発明によれば伝送する情報量は若干増加するものの、通信回数すなわち通信時間は大幅に減少するのである。より具体的にはこの発明の方法によった場合には、ハミングの方法によった場合に比べて伝送する情報量は約7〜14%増加するが、通信回数は約1/4に削減できる。[0001]
[Industrial application fields]
The present invention relates to an interactive error correction method in information communication. More specifically, communication for transmitting information between a sender and a receiver is performed via a private channel, and communication for correcting information is performed using a public channel. The present invention relates to an improvement in a technique for determining an erroneous bit in an information block including an error extracted by parity check in a system that performs interactive processing via the network.
[0002]
In this specification, an “information block” refers to a unit set made up of bits constituting a sequence that the sender wants to convey to the receiver. The “check block” refers to a unit set consisting of bits necessary for error correction.
[0003]
In the communication as described above, generally, all information bit groups are divided into a plurality of information blocks each consisting of k bits according to a contract between the sender and the receiver. Parity verification is performed for each information block.
[0004]
Parity verification is performed according to the agreement between the sender and the receiver. In general, the parity is 0 when the number of 1s in the information block (k bits) is an even number, and the parity is 1 when the number is odd. Parity verification is performed according to this contract, and information blocks having different parity (that is, information blocks including errors) are extracted.
[0005]
However, in this method, there is no problem when there is one error in the information block, but when there are two errors, it cannot be determined whether there is an error in the information block. Therefore, the first all information bit group is rearranged at random, and the parity check similar to the above is performed.
[0006]
This parity check is repeated a predetermined number of times agreed between the sender and the receiver. Then, it is statistically estimated that “there is no error” in the information block remaining after the predetermined number of repetitions. Then, the error position (that is, bit) in the check block is detected for each of the information blocks extracted by the predetermined number of parity checks, and the error is corrected for the bit.
[0007]
A technique called “binary search method” has been used to detect this error bit. In this method, (1) an information block (k bits) extracted as having errors is divided into two child information blocks (1/2 k bits), and (2) child information blocks without errors are ignored. An errored child information block (1/2 bit) is divided into two grandchild information blocks (1/4), and (3) an errored grandchild information block (1 / (4 bits) is repeated.
[0008]
The number of repetitions, that is, the number of communications, is represented by (log 2 k). However, there is a problem that the number of communications increases as the information block size (k) increases. In other words, the need for an error bit detection method that replaces the binary search method has arisen.
[0009]
In response to this request, the technical idea of using an “inspection block” was proposed. That is, this is a technique in which a check block is formed for an erroneous information block, and error bits are detected based on the check block. That is, the information block (k bits) and the check block (n−k bits) constitute a total block (n bits).
[0010]
A Hamming method is known as a conventional technique using this inspection block. In this method, an inspection block that satisfies the following Hamming limit equation is determined.
[0011]
[Expression 1]
Figure 0003949937
[0012]
Taking a case where the information block is 1 bit, that is, k = 1, as a specific example, n = 3 calculated from the above limit equation. That is, the information block is 1 bit, the check block is 2 bits, and the total communication block is 3 bits.
[0013]
[Problems to be solved by the invention]
However, this hamming method has a problem that the processing time and therefore the communication time become longer because the check block is taken into consideration when detecting an error.
[0014]
When an information block and a check block are considered, an error may occur in the information block, but no error occurs in the check block. Therefore, the present invention focuses on the fact that the presence of a check block can be ignored when an error is detected.
[0015]
That is, the object of the present invention is to reduce communication time in interactive error correction work in information communication.
[0016]
[Means for Solving the Problems]
For this reason, in the first invention of this application, the sender transmits a total information bit group consisting of a certain number of bits to the receiver via a private channel, and the total information bit group is agreed by the total receiver. Is divided into a plurality of k-bit information blocks in consideration of the error rate of the sequence, and the parity of each block obtained on the sender side is transmitted to the receiver via the public communication path. The received parity is compared with the received parity for each block, the receiver extracts information blocks containing errors due to the difference in parity, and transmits which information blocks contain errors via the public channel. The sender determines a check block based on the limit equation (k = 2 nk ), and detects and corrects the error bit in the corresponding error-containing information block based on the determined check block. thing Is a summary.
[0017]
In the second invention, the sender transmits a total information bit group consisting of a certain bit to the receiver via a private communication channel, and the total information bit group is transmitted with the error rate of the sequence by agreement between the sender and the receiver. In consideration, it is divided into a plurality of information blocks each of k bits, and the parity of each block obtained on the sender side is transmitted to the receiver side via the public communication path, and the parity obtained on the receiver side on the receiver side And received parity are compared for each block, information blocks containing errors due to differences in parity are extracted, and which information blocks contain errors are transmitted to the sender via the public communication path. Creates a 1-bit random number sequence by a random number generator based on the limit equation (k = 2 k-1-1 ), and detects error bits in the information block containing the corresponding error based on the random number sequence. To correct The gist.
[0018]
【Example】
As described above, the first invention of this application adopts the limit equation (k = 2 nk ), which includes (1) an error exists only in an information block, and (2) includes an error. The information block is based on two conditions that there are always at least one odd number of errors.
[0019]
As a specific example, consider a case where the information block is 2 bits, that is, k = 2.
Since n = 3 is calculated from the above limit equation, the check block is (n−k) and is 1 bit. When this result (information block = 2 bits: check block = 1 bit) is compared with the case of the Hamming method described above (information block = 1 bit and check block = 2 bits), the present invention is compared with the Hamming method. The information block is double bit, but the check block is half bit.
[0020]
That is, according to the present invention, the number of bits transmitted on the public communication path (the total number of bits of each check block) can be reduced, and the number of communications is reduced, resulting in a shortened communication time.
[0021]
Next, the procedure of error bit detection work according to the first invention will be sequentially described.
[0022]
(A) Step. It is assumed that the information block having an error is k bits, the sender has the information block J, and the receiver has received the information block J ′.
[0023]
(B) Step. The receiver calculates the value of n from the limit equation (k = 2 nk ).
[0024]
(C) Step. Using this value of n, the test block is determined to be (n−k) bits.
[0025]
(D) Step. Next, a complete code generation matrix G is created. That is, a matrix having k rows and (n−k) columns is created.
[0026]
(E) Step. The inspection block K is created by J · G.
[0027]
(F) Step. The sender transmits this inspection block K to the receiver via the public communication path.
[0028]
(G) The receiver creates a sum R by adding the check block K to the received information block J ′.
[0029]
(H) Next, transpose the matrix G to create G (T) .
[0030]
(I) A unit matrix is added to the transposed matrix G (T) to create a sum H. Here, a series having (n−k) rows and columns and having a diagonal line of 1 is used as the unit matrix.
[0031]
(J) Create a transposed sequence R (T) of the sum R.
[0032]
(K) A product is created by multiplying the matrix H by this R (T) .
[0033]
(L) Find the column (m) in the matrix H that matches this product.
[0034]
(M) There is an error in the mth bit in the sequence J ′ received by the receiver.
[0035]
(N) Therefore, the m-th bit is corrected as 1 → 0 or 0 → 1.
[0036]
[Experimental example]
The results obtained by experimenting each step of the present invention as described above with respect to specific values are shown by the following mathematical expressions.
[0037]
[Expression 2]
Figure 0003949937
Figure 0003949937
[0038]
Next, the steps of the second invention will be described. (A) Step. It is assumed that the information block having an error is k bits, the sender has the information block J, and the receiver has received the information block J ′.
[0039]
(B) Step. The random number sequence L is obtained by calculating the value of the number of bits l of the random number sequence L by the above limit expression.
[0040]
(C) Step. Find w satisfying k = w + 1, and determine a known complete code generation matrix G ′ of l columns and w columns.
[0041]
(D) Step. A sequence W having the number of bits w is obtained by multiplying the sequence L and the matrix G ′.
[0042]
(E) Step. A series Y is formed by calculating an exclusive OR for each bit corresponding to the first w bits of the information block J and the series W.
[0043]
(F) Step. This sequence Y is transmitted between the sender and the receiver.
[0044]
(G) Step. A series Z is created by calculating an exclusive OR for each bit corresponding to the first w bits of the information block J ′ and the series Y.
[0045]
(H) Step. This sequence Z is transposed to create a sequence Z (T) .
[0046]
(I) Step. A unit matrix is added to the transpose of the latter half (wl) bits of the matrix G 'to create a matrix H of w columns with (wl) rows.
[0047]
(J) Step. A product is obtained by multiplying the matrix H and the sequence Z (T) .
[0048]
(K) Step. Find the column (m) in matrix H that matches this product.
[0049]
(L) Step. The mth bit of the information block J ′ is corrected. However, if this product becomes an all-zero column vector, the last bit of the information block J ′ is corrected.
[0050]
[Experimental example]
The results obtained by experimenting the steps of the present invention as described above with respect to specific values are shown by the following mathematical expressions.
[0051]
[Equation 3]
Figure 0003949937
[0052]
【The invention's effect】
As is apparent from the above, according to the present invention, although the amount of information to be transmitted is slightly increased, the number of communications, that is, the communication time is significantly reduced. More specifically, according to the method of the present invention, the amount of information to be transmitted is increased by about 7 to 14% compared to the case of using the Hamming method, but the number of communications can be reduced to about 1/4. .

Claims (2)

送信者はあるビット数からなる総情報ビット群を私的通信路を介して受信者に伝送し、総受信者間の合意により該総情報ビット群を系列の誤り率を考慮して各kビットの複数の情報ブロックに分割し、送信者側において求めた各ブロックのパリティを公衆通信路を介して受信者に伝送し、受信者は受信者側において求めたパリティと受信した上記パリティとをブロック毎に比較し、受信者はパリティの相違により誤りを含んだ情報ブロックを抽出し、どの情報ブロックが誤りを含むかを公衆通信路を介して送信者に伝送し、送信者は限界式(k=2n-k)に基づいて検査ブロックを決定し、この決定された検査ブロックに基づいて対応する含誤り情報ブロック内の誤りビットを検出して訂正し、情報ブロックのビット数はkであり、送信者は情報ブロックJを持っており、受信者は情報ブロックJ’を受け取ったとの前提において、前記の誤りの訂正に際して(1)送信者は前記の限界式によりnの値を求め、(2)検査ブロックは(n−k)ビットであると決定し、(3)kを行とし、(n−k)を列として完全符号の生成行列を作成し、(4)J・G=Kにより検査ブロックKを作成し、(5)送信者は公衆通信路を介してこの検査ブロックKを受信者に伝送し、(6)受信者は自分の受け取った情報ブロックJ’に検査ブロックKを加算して和Rを得て、(7)行列Gを転置してG (T) を得て、(8)この転置系列に単位行列を付加して行列Hを得て、(9)Rの転置系列R (T) を作成し、(10)HとR (T) の乗算により積を得て、(11)この積と合致する行列H内の列(m)を探し出し、(12)情報ブロックJ’のm番目のビットを訂正することを特徴とする情報通信における対話方式の誤り訂正方法。The sender transmits a total information bit group consisting of a certain number of bits to the receiver via a private channel, and the total information bit group is each k bits in consideration of the error rate of the sequence by agreement between the total receivers. Are divided into a plurality of information blocks, and the parity of each block obtained on the sender side is transmitted to the receiver via the public communication path, and the receiver blocks the parity obtained on the receiver side and the received parity. Each time, the receiver extracts an information block containing an error due to a difference in parity, and transmits which information block contains an error to the sender via the public communication path. = 2 nk ), a check block is determined, error bits in the corresponding error-containing information block are detected and corrected based on the determined check block, the number of bits of the information block is k, and transmission Person is emotion (1) The sender obtains the value of n by the above limit equation, and (2) the check block, on the assumption that the receiver has the information block J and the receiver has received the information block J ′. Is determined to be (n−k) bits, (3) a complete code generator matrix is created with k as a row and (n−k) as a column, and (4) a check block K according to J · G = K. (5) The sender transmits this check block K to the receiver via the public channel, and (6) the receiver adds the check block K to the information block J ′ received by himself / herself. R is obtained, (7) the matrix G is transposed to obtain G (T) , (8) the matrix H is obtained by adding the unit matrix to this transposed sequence, and (9) the transposed sequence R ( T) to create a, (10) to give H and product by multiplication of R (T), (11) columns in the matrix H that matches the product (m) And out, (12) information error correction method interactive in the information communication, characterized in that to correct the m-th bit block J '. 送信者はあるビットからなる総情報ビット群を私的通信路を介して受信者に伝送し、送受信者間の合意により該総情報ビット群を系列の誤り率を考慮して各kビットの複数の情報ブロックに分割し、送信者側において求めた各ブロックのパリティを公衆通信路を介して受信者側に伝送し、受信者側では受信者側において求めたパリティと受信したパリティとをブロック毎で比較し、パリティの相違により誤りを含んだ情報ブロックを抽出して、どの情報ブロックが誤りを含むかを公衆通信路を介して送信者に伝送し、送信者は限界式(k=2The sender transmits a total information bit group consisting of a certain bit to the receiver via a private channel, and the total information bit group is converted into a plurality of k bits by considering the error rate of the sequence by agreement between the sender and the receiver. And the parity of each block obtained on the sender side is transmitted to the receiver side via the public communication path, and the parity obtained on the receiver side and the received parity are separated for each block on the receiver side. And the information block containing the error due to the difference in parity is extracted, and which information block contains the error is transmitted to the sender via the public communication path. k-1-1k-1-1 )に基づいて乱数発生器により1ビットの乱数系列を作成し、この乱数系列に基づいて対応する誤りを含んだ情報ブロック内の誤りビットを検出して、訂正し、情報ブロックのビット数はkであり、送信者は情報ブロックJを持っており、受信者は情報ブロックJ’を受け取ったとの前提において、前記の乱数系列Lの作成と誤りの訂正に際して(1)前記の限界式により乱数系列Lのビット数lの値を計算して乱数系列Lを求め、(2)k=w+1を満たすwを求めて、l行でw列の既知の完全符号の生成行列G’を定め、(3)系列Lと行列G’との乗算によりビット数wの系列Wを求め、(4)情報ブロックJの最初のwビットと系列Wの対応するビット毎の排他的論理和を計算して、系列Yを形成し、(5)この系列Yを送受信者間で伝送し、(6)情報ブロックJ’の最初のwビットと系列Yの対応するビット毎の排他的論理和を計算して、系列Zを作成し、(7)この系列Zを転置して系列Z) To generate a 1-bit random number sequence by a random number generator, detect and correct an error bit in the information block containing the corresponding error based on the random number sequence, and the number of bits of the information block is k On the assumption that the sender has the information block J and the receiver has received the information block J ′, when the random number sequence L is generated and the error is corrected, (1) the random number sequence according to the limit equation Calculate the value of the number of bits l of L to obtain a random number sequence L, (2) obtain w satisfying k = w + 1, determine a known complete code generation matrix G ′ of w columns in l rows, and (3 ) A sequence W having the number of bits w is obtained by multiplying the sequence L and the matrix G ′, and (4) calculating the exclusive OR for each bit corresponding to the first w bits of the information block J and the sequence W, Y is formed, and (5) this sequence Y is transmitted between the sender and the receiver. And (6) calculating the exclusive OR of each bit corresponding to the first w bits of the information block J ′ and the sequence Y to create a sequence Z, and (7) transposing the sequence Z to generate a sequence Z (T)(T) を作成し、(8)行列G’の後半(w−l)ビットを転置したものに単位行列を付加して(w−l)行でw列の行列Hを作成し、(9)行列Hと系列Z(8) A unit matrix is added to the transpose of the latter half (wl) bits of the matrix G 'to create a matrix H of w columns with (wl) rows, and (9) the matrix H And series Z (T)(T) との乗算により積を得て、(10)この積と合致する行列H内の列(m)を探し出し、(11)情報ブロックJ’のm番目のビットを訂正する。ただしこの積が全ゼロ列ベクトルとなった場合には、情報ブロックJ’の最後のビットを訂正することを特徴とする情報通信における対話方式の誤り訂正方法。(10) Find the column (m) in the matrix H that matches this product, and (11) correct the mth bit of the information block J '. However, when this product becomes an all-zero column vector, an interactive error correction method in information communication, wherein the last bit of the information block J 'is corrected.
JP2001346340A 2001-11-12 2001-11-12 Interactive error correction method in information communication Expired - Fee Related JP3949937B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2001346340A JP3949937B2 (en) 2001-11-12 2001-11-12 Interactive error correction method in information communication

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2001346340A JP3949937B2 (en) 2001-11-12 2001-11-12 Interactive error correction method in information communication

Publications (2)

Publication Number Publication Date
JP2003152690A JP2003152690A (en) 2003-05-23
JP3949937B2 true JP3949937B2 (en) 2007-07-25

Family

ID=19159538

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2001346340A Expired - Fee Related JP3949937B2 (en) 2001-11-12 2001-11-12 Interactive error correction method in information communication

Country Status (1)

Country Link
JP (1) JP3949937B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
RU2367007C2 (en) * 2007-08-30 2009-09-10 Станислав Антонович Осмоловский Method of transmission and complex protection of information

Also Published As

Publication number Publication date
JP2003152690A (en) 2003-05-23

Similar Documents

Publication Publication Date Title
EP1929637B1 (en) Method and apparatus for error management
US6550035B1 (en) Method and apparatus of Reed-Solomon encoding-decoding
US20080155372A1 (en) Methods and apparatus for improving error indication performance in systems with low-density parity check codes
JP6417937B2 (en) Decoding device, program, and information transmission system
US6920588B1 (en) Transmitting data in a communication network
US20080104492A1 (en) Data Processing
JP3255386B2 (en) Error correction code decoder
US7539929B1 (en) Error correction for data communication
US4110735A (en) Error detection and correction
US9191029B2 (en) Additional error correction apparatus and method
Lee et al. Unique decoding of general AG codes
JP3949937B2 (en) Interactive error correction method in information communication
US8347169B1 (en) System and method for encoding using common partial parity products
CN112165338A (en) Estimation method for interleaving relation of convolutional code random interleaving sequence
US7546516B2 (en) System and method for forward error correction
US9645883B2 (en) Circuit arrangement and method for realizing check bit compacting for cross parity codes
US20030061559A1 (en) Apparatus and method for accelerating cyclic redundancy check calculations
US20130111304A1 (en) Cyclic code decoding method and cyclic code decoder
US6968491B1 (en) Generating a check matrix for error correction
JP2691973B2 (en) Decoding device for single error correction and multiple error detection BCH code
RU2774103C1 (en) Method for forming encryption/decryption key
Rodríguez-Sarmiento et al. Procedure for identifying odd-sized nucleotide sequences as codewords of BCH codes over GF (4)
RU2766319C1 (en) Method for generating the encryption/decryption key
Anfalov et al. Comparative analysis of coding effectiveness in telecommunication systems with ARQ
US20230370092A1 (en) Error Correction With Fast Syndrome Calculation

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20041105

A977 Report on retrieval

Free format text: JAPANESE INTERMEDIATE CODE: A971007

Effective date: 20060502

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20060509

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20060706

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20061024

A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A523

Effective date: 20061214

TRDD Decision of grant or rejection written
A01 Written decision to grant a patent or to grant a registration (utility model)

Free format text: JAPANESE INTERMEDIATE CODE: A01

Effective date: 20070403

A61 First payment of annual fees (during grant procedure)

Free format text: JAPANESE INTERMEDIATE CODE: A61

Effective date: 20070419

R150 Certificate of patent or registration of utility model

Free format text: JAPANESE INTERMEDIATE CODE: R150

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20100427

Year of fee payment: 3

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: R3D02

FPAY Renewal fee payment (event date is renewal date of database)

Free format text: PAYMENT UNTIL: 20110427

Year of fee payment: 4

LAPS Cancellation because of no payment of annual fees