JP2817638B2 - Error correction code decoder resynchronization device - Google Patents

Error correction code decoder resynchronization device

Info

Publication number
JP2817638B2
JP2817638B2 JP6301807A JP30180794A JP2817638B2 JP 2817638 B2 JP2817638 B2 JP 2817638B2 JP 6301807 A JP6301807 A JP 6301807A JP 30180794 A JP30180794 A JP 30180794A JP 2817638 B2 JP2817638 B2 JP 2817638B2
Authority
JP
Japan
Prior art keywords
syndrome
sequence
bit
error correction
correction code
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Expired - Fee Related
Application number
JP6301807A
Other languages
Japanese (ja)
Other versions
JPH08163108A (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.)
Murata Machinery Ltd
Original Assignee
Murata Machinery 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 Murata Machinery Ltd filed Critical Murata Machinery Ltd
Priority to JP6301807A priority Critical patent/JP2817638B2/en
Publication of JPH08163108A publication Critical patent/JPH08163108A/en
Application granted granted Critical
Publication of JP2817638B2 publication Critical patent/JP2817638B2/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)
  • Synchronisation In Digital Transmission Systems (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】この発明は、データ通信の分野で
使用される誤り訂正符号復号器に関し、詳しくいえば、
誤り訂正符号復号器の同期を再確立する装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to an error correction code decoder used in the field of data communication.
An apparatus for re-establishing synchronization of an error correction code decoder.

【0002】[0002]

【従来の技術】前方向の誤り訂正方式として、データの
誤りを自ら訂正できる誤り訂正符号が知られている。こ
れら誤り訂正符号には、各種符号が提案されており、例
えばブロック符号としては、ハミング符号、BCH符
号、RS(Reed−Solomon)符号が、また畳
み込み符号としては、岩垂符号、Hagelbarge
r符号等が提案されている。
2. Description of the Related Art As a forward error correction method, an error correction code capable of correcting a data error by itself is known. Various codes have been proposed as these error correction codes. For example, Hamming codes, BCH codes, and RS (Reed-Solomon) codes are used as block codes, and Iwanappa codes, Hagebarge codes are used as convolutional codes.
An r code and the like have been proposed.

【0003】一般的に、誤り訂正符号には冗長ビットが
付加される。例えばn−1ビットのデータに1ビットの
冗長ビット(もちろん冗長ビットは1ビットに限られる
ものではない)を付加してnビットの誤り訂正符号とす
る。復号側では、nビットのデータを復号して元のn−
1ビットのデータを再現する。
Generally, redundant bits are added to an error correction code. For example, a 1-bit redundant bit (of course, the redundant bit is not limited to 1 bit) is added to the (n-1) -bit data to form an n-bit error correction code. On the decoding side, the n-bit data is decoded and the original n-
Reproduce 1-bit data.

【0004】[0004]

【発明が解決しようとする課題】上述のように、誤り訂
正符号復号器には、nビットずつデータを入力しなけれ
ばならないが、同期がずれてデータのnビットごとの区
切りがずれた場合には、復号ができなくなってしまうと
いう問題点がある。
As described above, it is necessary to input data to the error correction code decoder n bits at a time. Has a problem that decoding cannot be performed.

【0005】正しく復号ができているかどうかは、シン
ドロームを時系列的に監視していればわかる。すなわ
ち、正しく復号ができておれば、シンドロームは0が連
続してあらわれるが、正しく復号できていなければ、そ
の中に1がまじる。正しく復号できなければできないほ
ど1が多く発生する。
[0005] Whether or not decoding has been correctly performed can be known by monitoring the syndrome in time series. In other words, if the decoding has been performed correctly, 0s appear in the syndrome continuously, but if the decoding has not been performed correctly, 1 appears in the syndrome. The number of 1s increases as the decoding cannot be performed correctly.

【0006】最も単純には、シンドロームが0に連続す
るようになるよう、データ系列をずらせていくことも考
えられる。しかし、データ系列を1つずらせることによ
ってシンドロームが変化するので、1ビットずらせた後
シンドロームが安定するまでに時間がかかり、本当に同
期が回復したかどうか判断できるまでに時間がかかる問
題点がある。というのは、シンドローム計算に使用する
レジスタと、誤り訂正に用いるレジスタを共用している
ので、以前の訂正結果がシンドロームに影響を及ぼすか
らである。
[0006] In the simplest case, it is conceivable to shift the data series so that the syndrome continues to zero. However, since the syndrome is changed by shifting the data series by one, there is a problem that it takes time until the syndrome is stabilized after shifting one bit, and it takes time until it can be determined whether or not the synchronization has really been recovered. . This is because the register used for syndrome calculation and the register used for error correction are shared, so that the previous correction result affects the syndrome.

【0007】他の方法としては、誤り訂正符号復号器を
n個用い、それぞれ1ビットずつずらしたデータ系列を
入力する。そして、各誤り訂正符号復号器のシンドロー
ムの内、最も1の発生の少ない誤り訂正符号復号器の復
号出力を選択して用いる。この方法では、同期誤りは瞬
時に訂正できるものの、誤り訂正符号復号器がn個必要
となり回路規模が大きくなる問題点がある。
As another method, n error-correcting code decoders are used, and a data sequence shifted by 1 bit is input. Then, among the syndromes of the respective error correction code decoders, the decoded output of the error correction code decoder with the least occurrence of 1 is selected and used. In this method, although a synchronization error can be corrected instantaneously, there is a problem that n error correction code decoders are required and the circuit scale becomes large.

【0008】この発明は、上記に鑑みてなされており、
比較的簡単な構成で、速やかに再同期をとることができ
る誤り訂正符号復号器の再同期化装置の提供を目的とし
ている。
[0008] The present invention has been made in view of the above,
An object of the present invention is to provide a resynchronization device for an error correction code decoder that can quickly resynchronize with a relatively simple configuration.

【0009】[0009]

【課題を解決するための手段】上記課題を解決するた
め、請求項1記載の発明の誤り訂正符号復号器の再同期
化装置は、受信系列のnビットの誤り訂正符号を復号す
る復号手段と、受信系列を所定ビットずつずらせて格納
する2n−1系列の記憶系列を有する記憶手段と、2n
−1系列の記憶手段に蓄えられたデータに基づき、1ビ
ットずつずれた受信系列についてn系列のシンドローム
を計算するシンドローム計算手段と、シンドローム計算
手段の計算結果に基づき、n系列のシンドロームより最
も1が少ない系列を決定し、受信系列をビットシフトさ
せるビットシフト手段とを有し、上記記憶手段は、一つ
のシンドロームの計算と次のシンドロームとの計算で
は、n−1の記憶系列が共用されることを特徴としてい
る。
According to a first aspect of the present invention, there is provided a resynchronizing apparatus for an error correction code decoder, comprising: decoding means for decoding an n-bit error correction code of a received sequence; Storage means having a storage sequence of 2n-1 sequences for storing a received sequence shifted by a predetermined bit;
A syndrome calculating means for calculating an n-sequence syndrome for a received sequence shifted by one bit on the basis of the data stored in the -1 series storage means, and the most one of the n-sequence syndromes based on the calculation result of the syndrome calculating means. Bit shift means for determining a sequence with a small number of bits and bit-shifting the received sequence, wherein the storage means shares n-1 storage sequences in the calculation of one syndrome and the calculation of the next syndrome It is characterized by:

【0010】また、請求項2記載の発明は、請求項1記
載の誤り訂正符号復号器の再同期化装置において、上記
ビットシフト手段は、シンドローム計算手段で最も1が
少ないと決定された系列と、元の受信系列とのビットの
ずれ数だけ、受信系列をビットシフトさせる。
According to a second aspect of the present invention, in the resynchronization apparatus for an error correction code decoder according to the first aspect, the bit shift means includes a sequence determined by the syndrome calculation means to be the least one. , The received sequence is bit-shifted by the number of bit shifts from the original received sequence.

【0011】[0011]

【0012】[0012]

【作用】請求項1記載の発明は、元の受信系列に対して
1ビットずつずれたn系列についてそれぞれn系列のシ
ンドロームを作成し、n系列のシンドロームより最も1
が少ない系列を決定して、どの系列で同期がとれている
かを判定する。同期がとれている系列と元の受信系列と
のビットのずれから、元の受信系列を何ビットずらせば
同期がとれるかを即座に判明する。そして、そのビット
数だけ元の受信系列のビットをずらせて、即座に再同期
をとることができる。シンドロームのみを計算すればよ
いから、復号器をn個用いる場合にくらべて回路規模を
小さくすることができる。
According to the first aspect of the present invention, an n-sequence syndrome is created for each of n-sequences shifted by 1 bit from the original received sequence, and the most one of the n-sequence syndromes is generated.
Is determined, and which sequence is synchronized is determined. From the bit shift between the synchronized sequence and the original received sequence, it is immediately known how many bits of the original received sequence should be shifted to achieve synchronization. Then, the bits of the original received sequence are shifted by the number of bits, and resynchronization can be immediately performed. Since only the syndrome needs to be calculated, the circuit scale can be reduced as compared with the case where n decoders are used.

【0013】nビットの誤り訂正符号を用いると、同期
がとれているかどうか判定して再同期をとるためには、
1ビットずつずらした系列についてn個のシンドローム
を計算する必要がある。ところが、シンドロームのみを
計算する場合には、一つのシンドロームの計算と次のシ
ンドロームの計算では、n−1の記憶系列を共用するこ
とができる。従って、n個のシンドロームを計算するの
にn×n個の記憶系列は必要でなく、2n−1個の記憶
系列があればよい。
When an n-bit error correction code is used, it is necessary to determine whether or not synchronization has been achieved and to achieve resynchronization,
It is necessary to calculate n syndromes for a sequence shifted by one bit. However, when calculating only the syndrome, n-1 storage sequences can be shared between the calculation of one syndrome and the calculation of the next syndrome. Therefore, it is not necessary to use n × n storage sequences to calculate n syndromes, and it is sufficient to have 2n−1 storage sequences.

【0014】請求項2の発明は、m(0≦m<n)ビッ
トずれた系列のシンドロームより、この系列の誤りが最
も少ないと判定された時、ビットシフト手段が元の受信
系列をm(又はn−m)ビットずらせて再同期をとる。
According to a second aspect of the present invention, when it is determined that the error of this sequence is the least from the syndrome of the sequence shifted by m (0 ≦ m <n) bits, the bit shift means converts the original received sequence to m ( Or nm) to resynchronize by shifting the bits.

【0015】[0015]

【実施例】本発明の1実施例を図面に基づいて説明す
る。この実施例では、符号化率7/8の岩垂符号につい
て本発明を適用している。符号化率7/8とは、元のデ
ータ7ビットを8ビットの符号に変換することを意味し
ている。従ってn=8であり、復号時には8ビットのデ
ータを7ビットのデータに復号する。
An embodiment of the present invention will be described with reference to the drawings. In this embodiment, the present invention is applied to an Iwadare code having a coding rate of 7/8. The coding rate of 7/8 means that the original data of 7 bits is converted into an 8-bit code. Therefore, n = 8, and at the time of decoding, 8-bit data is decoded into 7-bit data.

【0016】一般的に符号化率をk/nで検査行列Hの
畳み込み符号の符号系列Wを送信するときに、誤り系列
E、 E=(E1(D),・・・・・,En(D)) が加わり、受信系列Y、 Y=(Y1(D),・・・・・,Yn(D)) が受信されたとする(Dは遅延演算子を表している)。
Generally, when transmitting a code sequence W of a convolutional code of a parity check matrix H at a coding rate of k / n, an error sequence E, E = (E1 (D),..., En ( D)) is added, and the received sequence Y, Y = (Y1 (D),..., Yn (D)) is received (D represents a delay operator).

【0017】このとき、 S=(S1(D),・・・・・,Sn−k(D))=YHT となるn−k次元ベクトル系列Sをシンドロームとい
う。符号系列Wは、WHT=0を満たし、S=(W+
E)HT は、EHT となるから、シンドロームSは、送
信系列が何であったかによらず誤り系列によって決定さ
れる。誤りがなければ、シンドロームは常に0になる。
[0017] In this case, S = (S1 (D) , ·····, Sn-k (D)) = YH T to become n-k-dimensional vector sequence S is called syndrome. Code sequence W is, meet the WH T = 0, S = ( W +
E) H T, since the EH T, the syndrome S, the transmission sequence is determined by the error sequence regardless of what the was. If there are no errors, the syndrome will always be zero.

【0018】実際の通信では、チャネル上のノイズ、ジ
ッタ等により、誤りが発生してシンドロームが1になる
ことがある。このような場合では、一時的にシンドロー
ムが1になるだけである。しかし、同期がずれている場
合には、継続的にシンドロームに1が発生し、時系列的
にみれば50%の確率で1が発生する状態が続く。
In actual communication, an error may occur due to noise, jitter, and the like on the channel, and the syndrome may become one. In such a case, the syndrome only temporarily becomes one. However, when the synchronization is out of sync, 1 is continuously generated in the syndrome, and a state in which 1 is generated with a probability of 50% in chronological order continues.

【0019】さて、図1は実施例誤り訂正符号復号器と
その再同期化装置の回路構成を示している。受信系列は
スイッチSWの接点aをへて、シリアル/パラレル(S
/P)変換器2に入力される。シリアル/パラレル変換
器2は、受信系列を8ビットのパラレルデータY1〜Y
8に変換して、岩垂符号復号器3に出力する。岩垂符号
復号器3は、8ビットの岩垂符号Y1〜Y8を7ビット
のデータW1〜W7に復号する。なお、Sは復号器3の
シンドロームである。復号器3の詳細については後述す
る。パラレル/シリアル(P/S)変換器3は7ビット
のパラレルデータW1〜W7をシリアルに変換して出力
する。
FIG. 1 shows a circuit configuration of an error correction code decoder and a resynchronizing device therefor according to the embodiment. The reception sequence is sent to the serial / parallel (S
/ P) is input to the converter 2. The serial / parallel converter 2 converts the received sequence into 8-bit parallel data Y1 to Y.
8 and output to the Iwadare code decoder 3. The Iwadare code decoder 3 decodes the 8-bit Iwadare codes Y1 to Y8 into 7-bit data W1 to W7. Note that S is the syndrome of the decoder 3. The details of the decoder 3 will be described later. The parallel / serial (P / S) converter 3 converts 7-bit parallel data W1 to W7 into serial data and outputs it.

【0020】シンドローム計算部5は、R1〜R15は
シフトレジスタ(以下単にレジスタという)列含んでい
る。各レジスタ列はシンドロームS0〜S7を計算する
のに必要なだけの段数(この実施例では42段)を有し
ている。レジスタR1〜R8には、受信系列のデータY
1〜Y8がそのまま入力する。レジスタR2〜R9に
は、1ビットずれたデータY2〜Y8、Y1’(「’」
はつぎのブロックのデータを示す)が入力する。レジス
タR3〜R10には、さらに1ビットずれたデータY3
〜Y8,Y1’〜Y2’が入力される。このように、レ
ジスタ群R4〜R11,R5〜R12,R6〜R13,
R7〜R14,R8〜R15には、1ビットずつずれた
データが順次格納されていく。
The syndrome calculation unit 5 includes a series of shift registers (hereinafter simply referred to as registers) for R1 to R15. Each register row has as many stages (42 stages in this embodiment) as necessary to calculate the syndromes S0 to S7. The registers R1 to R8 store the data Y of the reception sequence.
1 to Y8 are input as they are. Registers R2 to R9 store data Y2 to Y8 and Y1 ′ (“′”
Indicates the data of the next block). Registers R3 to R10 store data Y3 further shifted by one bit.
To Y8 and Y1 'to Y2' are input. Thus, the register groups R4 to R11, R5 to R12, R6 to R13,
Data shifted one bit at a time is sequentially stored in R7 to R14 and R8 to R15.

【0021】シンドローム計算部5は、レジスタR1〜
R8に格納されたデータに基づいててシンドロームS0
を計算する。そして、得られたシンドロームS0を順次
シンドロームレジスタSR0に格納していく。同様に、
シンドローム計算部5は、レジスタR2〜R9,R3〜
R10,R4〜R11,R5〜R12,R6〜R13,
R7〜R14,R8〜R15に格納されたデータに基づ
いて、それぞれシンドロームS1,S2,S3,S4,
S5,S6,S7を計算して、それぞれシンドロームレ
ジスタSR1,SR2,SR3,SR4,SR5,SR
6,SR7に格納する。
The syndrome calculator 5 includes registers R1 to R1.
Syndrome S0 based on the data stored in R8
Is calculated. Then, the obtained syndromes S0 are sequentially stored in the syndrome register SR0. Similarly,
The syndrome calculation unit 5 includes registers R2 to R9, R3 to
R10, R4 to R11, R5 to R12, R6 to R13,
Based on the data stored in R7 to R14 and R8 to R15, respectively, the syndromes S1, S2, S3, S4
S5, S6, S7 are calculated, and the syndrome registers SR1, SR2, SR3, SR4, SR5, SR, respectively
6, stored in SR7.

【0022】各シンドロームS0,S1,S2,…,S
7は元のデータY1〜Y8に対し、それぞれ0,1,
2,…,7ビットずれた系列についてのシンドロームを
表している。シンドロームレジスタSR0,SR1,S
R2,….SR7はそれぞれ同期の判定をするのに必要
な段数を有している。この実施例では段数を32として
いるが、これに限定されるものではない。
Each of the syndromes S0, S1, S2,..., S
7 are 0, 1, and 1, respectively, for the original data Y1 to Y8.
.. Represents a syndrome for a sequence shifted by 7 bits. Syndrome registers SR0, SR1, S
R2,. The SRs 7 each have the number of stages required to determine synchronization. In this embodiment, the number of stages is 32, but is not limited to this.

【0023】各シンドロームレジスタSR0,SR1,
SR2,…,SR7は、それぞれ重み計数手段C0,C
1,C2,…,C7に接続している。重み計数手段C
0,C1,C2,…,C7は、シンドロームレジスタS
R0,SR1,SR2,…,SR7内の1の数をそれぞ
れ計数して、比較判定部6に出力する。
Each of the syndrome registers SR0, SR1,
SR2,..., SR7 are weight counting means C0, C
1, C2,..., C7. Weight counting means C
, C7 are the syndrome registers S
The number of 1 in R0, SR1, SR2,..., SR7 is counted and output to the comparison / determination unit 6.

【0024】比較判定部6は、重み計数回路C0,C
1,C2,…,C7の計数結果から最も小さいものを選
択し、それに対するビットのずれ数だけ、受信系列のデ
ータがずれるようスイッチSWの接点を切り換える。例
えば受信系列を1ビットずらす場合には、比較判定部6
はSWをb側に切替え、先のデータY8を再びシリアル
/パラレル変換器2に入力する。その後、比較判定部6
はスイッチSWをa側に切り換えて、その後のデータY
1’〜Y7’をシリアル/パラレル変換器2に入力す
る。シリアル/パラレル変換器2は、データY8,Y
1’〜Y7’をパラレルデータに変換して復号器3に出
力する。この動作を繰り返すことによって、任意のビッ
トデータをずらせて復号器3の再同期をとることができ
る。
The comparing and judging section 6 comprises weight counting circuits C0, C
The smallest one is selected from the counting results of 1, C2,..., C7, and the contact point of the switch SW is switched so that the data of the reception sequence is shifted by the number of bit shifts corresponding thereto. For example, when shifting the reception sequence by one bit, the comparison determination unit 6
Switches SW to the b side, and inputs the previous data Y8 to the serial / parallel converter 2 again. After that, the comparison determination unit 6
Switches the switch SW to the a side, and sets the subsequent data Y
1 ′ to Y7 ′ are input to the serial / parallel converter 2. The serial / parallel converter 2 outputs data Y8, Y
1 ′ to Y7 ′ are converted into parallel data and output to the decoder 3. By repeating this operation, it is possible to resynchronize the decoder 3 by shifting any bit data.

【0025】シンドローム計算部5は、復号器3と同様
の計算によりシンドロームを求める。ここで、復号器3
の詳細を図2を参照しながら説明する。11は35段レ
ジスタ、12は28段レジスタ、13は22段レジス
タ、14は17段レジスタ、15は13段レジスタ、1
6は10段レジスタ、17は8段レジスタである。レジ
スタ11,12,13,14,15,16,17には、
それぞれ受信系列のデータY1,Y2,Y3,Y4,Y
5,Y6,Y7が入力される。
The syndrome calculator 5 calculates the syndrome by the same calculation as that of the decoder 3. Here, the decoder 3
Will be described with reference to FIG. 11 is a 35-stage register, 12 is a 28-stage register, 13 is a 22-stage register, 14 is a 17-stage register, 15 is a 13-stage register, 1
6 is a 10-stage register and 17 is an 8-stage register. Registers 11, 12, 13, 14, 15, 16, 17 have
Received sequence data Y1, Y2, Y3, Y4, Y
5, Y6, and Y7 are input.

【0026】19は7段レジスタ、20は6段レジス
タ、21は5段レジスタ、22は4段レジスタ、23は
3段レジスタ、24は2段レジスタ、25は1段レジス
タである。各レジスタ19〜25は、レジスタ11〜1
7の出力を受けている。レジスタ33,34,35,3
6,37,38,39は1段レジスタである。
Reference numeral 19 is a seven-stage register, 20 is a six-stage register, 21 is a five-stage register, 22 is a four-stage register, 23 is a three-stage register, 24 is a two-stage register, and 25 is a one-stage register. Each of the registers 19 to 25 includes a register 11 to 1
7 output. Registers 33, 34, 35, 3
6, 37, 38 and 39 are single-stage registers.

【0027】26は(10000001)パターン検出
器、27は(1000001)パターン検出器、28は
(100001)パターン検出器、29は(1000
1)パターン検出器、30は(1001)パターン検出
器、31は(101)パターン検出器、32は(11)
パターン検出器である。
26 is a (10000001) pattern detector, 27 is a (1000001) pattern detector, 28 is a (100001) pattern detector, and 29 is a (10000001) pattern detector.
1) A pattern detector, 30 is a (1001) pattern detector, 31 is a (101) pattern detector, and 32 is a (11)
It is a pattern detector.

【0028】40は8段レジスタ、41は15段レジス
タ、42は21段レジスタ、43は26段レジスタ、4
4は30段レジスタ、45は33段レジスタである。各
レジスタ40,41,42,43,44,45の出力は
復号データW2,W3,W4,W5,W6,W7とな
る。
40 is an 8-stage register, 41 is a 15-stage register, 42 is a 21-stage register, 43 is a 26-stage register, 4
4 is a 30-stage register and 45 is a 33-stage register. The outputs of the registers 40, 41, 42, 43, 44, 45 are decoded data W2, W3, W4, W5, W6, W7.

【0029】(10000001)パターン検出器2
6、(1000001)パターン検出器27、(100
001)パターン検出器28、(10001)パターン
検出器29、(1001)パターン検出器30、(10
1)パターン検出器31、(11)パターン検出器32
は、1グループの並列入力Y1〜Y8中Y1〜Y7の誤
りを検出するビットパターン検出器である。
(10000001) Pattern detector 2
6, (1000001) pattern detector 27, (100
(001) pattern detector 28, (10001) pattern detector 29, (1001) pattern detector 30, (10
1) Pattern detector 31, (11) Pattern detector 32
Is a bit pattern detector for detecting errors of Y1 to Y7 in one group of parallel inputs Y1 to Y8.

【0030】(11)パターン検出器32は、シンドロ
ームSと一段シフトレジスタ33の出力が入力され、両
者が共に「1」のときに「1」を出力する。この出力は
加算器によりY7の系列、すなわち8段レジスタ17の
出力に加えられる。そして、33段レジスタにより遅延
されて復号出力W7が得られる。
(11) The pattern detector 32 receives the syndrome S and the output of the one-stage shift register 33, and outputs "1" when both are "1". This output is added to the series of Y7, that is, the output of the eight-stage register 17 by an adder. Then, the decoded output W7 is obtained after being delayed by the 33-stage register.

【0031】一方、(11)パターン検出器32の出力
は、加算器を通して1段レジスタ33の入力に加算され
る。そして、1段レジスタ33の入力を「0」にすると
ともに、1段レジスタ34の入力側の加算器により1段
レジスタ34の入力を「0」にして、シンドローム系列
の「11」を「00」にする。
On the other hand, (11) The output of the pattern detector 32 is added to the input of the one-stage register 33 through the adder. Then, the input of the one-stage register 33 is set to “0”, and the input of the one-stage register 34 is set to “0” by the adder on the input side of the one-stage register 34, and “11” of the syndrome series is set to “00”. To

【0032】(101)パータン検出器31は、シンド
ロームSと1段レジスタ34の出力が入力され、シンド
ロームSの出力が「1」、1段レジスタ34の出力が
「1」のときに「1」を出力する。本来は1段レジスタ
33の出力が「0」のときも検出する必要があるが、1
段シフトレジスタ33の出力が1のときは、先に(1
1)パターン検出器32によって誤りが訂正されている
ので、その必要はない。(101)パターン検出器31
の出力は、加算器により10段レジスタ16の出力に加
算される。そして、30段レジスタ44で遅延されて復
号出力W6が得られる。
(101) The pattern detector 31 receives the syndrome S and the output of the one-stage register 34, and outputs “1” when the output of the syndrome S is “1” and the output of the one-stage register 34 is “1”. Is output. Originally, it is necessary to detect when the output of the first-stage register 33 is “0”.
When the output of the stage shift register 33 is 1, (1
1) Since the error has been corrected by the pattern detector 32, there is no need for this. (101) Pattern detector 31
Is added to the output of the 10-stage register 16 by the adder. Then, the decoded output W6 is obtained after being delayed by the 30-stage register 44.

【0033】同様に、(1001)パターン検出器3
0、…、(10000001)パターン検出器26によ
り、系列Y5、…、Y1の誤りが訂正される。そして、
26段レジスタ43、…、8段レジスタ、加算器46を
通して復号出力W5〜W1が得られる。
Similarly, the (1001) pattern detector 3
, (10000001) pattern detector 26 corrects errors in series Y5,. And
The decoded outputs W5 to W1 are obtained through the 26-stage register 43,..., The 8-stage register, and the adder 46.

【0034】シンドローム計算部5も、復号器3と同様
にシンドロームS0〜S7を計算する。但し、シンドロ
ーム計算部5では、レジスタR1〜R15に格納された
データを訂正する必要はない。
The syndrome calculation unit 5 also calculates the syndromes S0 to S7 in the same manner as the decoder 3. However, the syndrome calculation unit 5 does not need to correct the data stored in the registers R1 to R15.

【0035】上記実施例では、シフトレジスタを用いた
ハードウェアで構成したが、デジタルシグナルプロセッ
サ(DSP)を用いた高速のソフトウェア処理によって
も本発明を実施することができる。この場合には、記憶
手段としてランダムアクセスメモリ(RAM)を用いる
ことになろう。
In the above embodiment, the present invention is constituted by hardware using a shift register. However, the present invention can be implemented by high-speed software processing using a digital signal processor (DSP). In this case, a random access memory (RAM) will be used as the storage means.

【0036】また、上記実施例では符号化率7/8の岩
垂符号の復号に本発明を適用した場合を説明している
が、誤り訂正符号の種類は岩垂符号に限定されるもので
はなく、BCH符号、RS符号等、シンドロームパター
ン復号方を用いた、各種誤り訂正符号復号器の再同期化
に適用可能なものである。
Further, in the above embodiment, the case where the present invention is applied to the decoding of the Iwadare code having a coding rate of 7/8 has been described. However, the type of the error correction code is not limited to the Iwadare code. The present invention can be applied to resynchronization of various error correction code decoders using a syndrome pattern decoding method such as a BCH code and an RS code.

【0037】[0037]

【発明の効果】以上説明したように、本発明の誤り訂正
符号復号器の再同期化装置は、受信系列の誤り訂正符号
を復号する復号手段と、受信系列を所定ビットずつずら
せて格納する複数の記憶系列を有する記憶手段と、記憶
手段に蓄えられたデータに基づきシンドロームを計算す
るシンドローム計算手段と、シンドローム計算手段の計
算結果に基づき、受信系列をビットシフトさせるビット
シフト手段とを有するものであるから、簡単な構成で復
号器の同期を速やかに回復できる利点を有している。
As described above, the resynchronizing apparatus for an error correction code decoder according to the present invention includes a decoding means for decoding an error correction code of a received sequence, and a plurality of means for storing the received sequence shifted by a predetermined bit. Storage means having a storage sequence of, a syndrome calculation means for calculating a syndrome based on data stored in the storage means, and a bit shift means for bit-shifting the reception sequence based on a calculation result of the syndrome calculation means. Therefore, there is an advantage that the synchronization of the decoder can be quickly restored with a simple configuration.

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

【図1】本発明の1実施例に係る、再同期化装置を含む
岩垂符号復号器の回路構成を示すブロック図である。
FIG. 1 is a block diagram showing a circuit configuration of an Iwadare code decoder including a resynchronization device according to an embodiment of the present invention.

【図2】同岩垂符号復号器に適用される復号器の回路構
成を説明するブロツク図である。
FIG. 2 is a block diagram illustrating a circuit configuration of a decoder applied to the Iwadare code decoder.

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

2 … シリアル/パラレル変換器、3 … 岩垂符号
復号器、 4 … パラレル/シリアル変換器、5 …
シンドローム計算部、6 … 比較判定部、R1〜1
5 … シフトレジスタ、SR0〜7 … シンドロー
ムレジスタ、C0〜7 … 重み計数回路
2 ... serial / parallel converter, 3 ... Iwadare code decoder, 4 ... parallel / serial converter, 5 ...
Syndrome calculation unit, 6... Comparison judgment unit, R1 to R1
5 shift register, SR0-7 syndrome register, C0-7 weight counting circuit

Claims (2)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】 受信系列のnビットの誤り訂正符号を復
号する復号手段と、受信系列を所定ビットずつずらせて
格納する2n−1系列の記憶系列を有する記憶手段と、
2n−1系列の記憶手段に蓄えられたデータに基づき、
1ビットずつずれた受信系列についてn系列のシンドロ
ームを計算するシンドローム計算手段と、シンドローム
計算手段の計算結果に基づき、n系列のシンドロームよ
り最も1が少ない系列を決定し、受信系列をビットシフ
トさせるビットシフト手段とを有し、上記記憶手段は、
一つのシンドロームの計算と次のシンドロームとの計算
では、n−1の記憶系列が共用されることを特徴とする
誤り訂正符号復号器の再同期化装置。
1. A decoding means for decoding an n-bit error correction code of a reception sequence, a storage means having a 2n-1 sequence storage sequence for storing the reception sequence shifted by a predetermined bit,
Based on the data stored in the storage means of the 2n-1 series ,
A syndrome calculating means for calculating an n-sequence syndrome with respect to the received sequence shifted by one bit , and an n-sequence syndrome based on a calculation result of the syndrome calculating means .
Ri to determine the most 1 small series, the received sequence have a bit shifting means for bit shifting said storage means,
Calculation of one syndrome and calculation of the next syndrome
A resynchronization device for an error correction code decoder , wherein n-1 storage sequences are shared .
【請求項2】 上記ビットシフト手段は、シンドローム
計算手段で最も1が少ないと決定された系列と、元の受
信系列とのビットのずれ数だけ、受信系列をビットシフ
トさせる請求項1記載の誤り訂正符号復号器の再同期化
装置。
2. The apparatus according to claim 1, wherein said bit shift means comprises a syndrome.
The series determined to be the least by the calculation means and the original
Bit shift the received sequence by the number of bit shifts from the signal sequence.
2. The resynchronization of the error correction code decoder according to claim 1,
apparatus.
JP6301807A 1994-12-06 1994-12-06 Error correction code decoder resynchronization device Expired - Fee Related JP2817638B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP6301807A JP2817638B2 (en) 1994-12-06 1994-12-06 Error correction code decoder resynchronization device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP6301807A JP2817638B2 (en) 1994-12-06 1994-12-06 Error correction code decoder resynchronization device

Publications (2)

Publication Number Publication Date
JPH08163108A JPH08163108A (en) 1996-06-21
JP2817638B2 true JP2817638B2 (en) 1998-10-30

Family

ID=17901403

Family Applications (1)

Application Number Title Priority Date Filing Date
JP6301807A Expired - Fee Related JP2817638B2 (en) 1994-12-06 1994-12-06 Error correction code decoder resynchronization device

Country Status (1)

Country Link
JP (1) JP2817638B2 (en)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP3833545B2 (en) 2002-02-13 2006-10-11 三菱電機株式会社 Communication system, receiver, transmitter, and communication method
FR2882480B1 (en) * 2005-02-18 2007-07-13 France Telecom FRAME SYNCHRONIZATION METHOD AND DEVICE

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2692476B2 (en) * 1992-01-14 1997-12-17 日本電気株式会社 Frame synchronization system
JPH0738626B2 (en) * 1993-03-01 1995-04-26 日本電気株式会社 Word sync detection circuit

Also Published As

Publication number Publication date
JPH08163108A (en) 1996-06-21

Similar Documents

Publication Publication Date Title
US8117526B2 (en) Apparatus and method for generating a transmit signal and apparatus and method for extracting an original message from a received signal
US6820232B2 (en) Device and method for detecting errors in CRC code having reverse ordered parity bits
US5745503A (en) Error correction decoder that operates in either ARDS system or a RBDS system
US20060031742A1 (en) Decoding device and decoding method
MXPA04007076A (en) Intra-decoder component block messaging.
US4592054A (en) Decoder with code error correcting function
MXPA04007077A (en) Dual chien search blocks in an error-correcting decoder.
JPH0661872A (en) Communication system
KR100258952B1 (en) Rs decoder and method therefor having new polynomial arrangement architecture
JPH08125640A (en) Re-synchronization device for error correction coder decoder
US5729559A (en) Method and apparatus for correcting errors using multiple estimates
US6374384B1 (en) Reed Solomon error correcting circuit and method and device for Euclidean mutual division
JP2817638B2 (en) Error correction code decoder resynchronization device
JPH0241032A (en) Error correction device
JP2003078421A (en) Method and device for detecting first position of code series, and decoding method and device using the sames
JP3268926B2 (en) Error correction circuit
JPH07183874A (en) Error correction decoding circuit and selective call receiver
JP3452725B2 (en) Trellis soft decision error correction circuit and trellis variation adjustment method
JP3253381B2 (en) Error correction circuit
JP2726902B2 (en) Wide bandwidth Reed-Solomon encoding, decoding and error correction circuits
JP2871495B2 (en) Error correction code decoding method
JP2823158B2 (en) Error correction device
JPH08330978A (en) Error correction system
JP2001251196A (en) Reed-solomon decoding method and reed-solomon decoding device
JP3521558B2 (en) Transmission equipment

Legal Events

Date Code Title Description
R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20100821

Year of fee payment: 12

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

Free format text: PAYMENT UNTIL: 20110821

Year of fee payment: 13

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

Free format text: PAYMENT UNTIL: 20120821

Year of fee payment: 14

LAPS Cancellation because of no payment of annual fees