JP2000307440A - Data stream converting device and data transmission system - Google Patents

Data stream converting device and data transmission system

Info

Publication number
JP2000307440A
JP2000307440A JP11116357A JP11635799A JP2000307440A JP 2000307440 A JP2000307440 A JP 2000307440A JP 11116357 A JP11116357 A JP 11116357A JP 11635799 A JP11635799 A JP 11635799A JP 2000307440 A JP2000307440 A JP 2000307440A
Authority
JP
Japan
Prior art keywords
data
memory
writing
address signal
sequence
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
JP11116357A
Other languages
Japanese (ja)
Inventor
Keiji Takeuchi
慶士 竹内
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.)
Denso Corp
Original Assignee
Denso Corp
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 Denso Corp filed Critical Denso Corp
Priority to JP11116357A priority Critical patent/JP2000307440A/en
Publication of JP2000307440A publication Critical patent/JP2000307440A/en
Pending legal-status Critical Current

Links

Abstract

PROBLEM TO BE SOLVED: To reduce the circuit scale of data stream converting device which is suitable for an interleaving process and a deinterleaving process. SOLUTION: An address signal generating circuit 14 which generates write and read address signals A0 to A5 used when an interleaving process is performed by using a memory is equipped with selectors 30a to 30f which switch the output destinations of respective code bits M1 to M6 to respective code bits M1 to M6 generated by an M-sequence code generator 12. According to a select signal SEL, the settings of the selectors 30a to 30f are switched and the code bits M1 to M6 are rearrayed to generate two kind of address signals A0 to A5 for gaining memory access in mutually different order.

Description

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

【0001】[0001]

【発明の属する技術分野】本発明は、デジタルデータを
伝送するデータ伝送システムに関し、特に、伝送中に生
じるバースト誤りの影響を低減するために行うインター
リーブ処理を実現するデータ列変換装置に関する。
[0001] 1. Field of the Invention [0002] The present invention relates to a data transmission system for transmitting digital data, and more particularly, to a data stream conversion device for implementing an interleaving process for reducing the effects of burst errors occurring during transmission.

【0002】[0002]

【従来の技術】従来より、デジタルデータを伝送するデ
ータ伝送システムにおいては、データの暗号性を高める
ために用いる方法の一つとして、予め決められた長さの
単位ブロック毎に、決められた順番にデータを並べ替え
るインターリーブという手法が知られている。
2. Description of the Related Art Conventionally, in a data transmission system for transmitting digital data, one of the methods used to enhance the encryption of data is to use a predetermined order for each unit block of a predetermined length. A method called interleaving for rearranging data is known.

【0003】即ち、インターリーブ処理された伝送デー
タは、逆の手順を辿ってデータの並べ替えを行うデイン
ターリーブ処理を行わなければ、元の送信データを再現
することができない。このため、どのようなインターリ
ーブ処理が施されているかを知らない第三者は、このデ
ータを受信したとしても、送信データを再現することが
できず、秘話性を高めることができるのである。
[0003] In other words, the transmission data that has undergone the interleaving process cannot reproduce the original transmission data unless the deinterleaving process for rearranging the data following the reverse procedure is performed. For this reason, a third party who does not know what kind of interleave processing has been performed cannot reproduce the transmission data even if this data is received, and can increase the confidentiality.

【0004】また、誤り訂正符号を用いてデータ伝送を
行うシステムにおいて、インターリーブ処理を適用する
ことにより、誤り訂正符号が持つ誤り訂正能力を効果的
に利用できることも知られている。即ち、送信側で、誤
り訂正符号にて符号化されたデータをインターリーブ処
理して伝送した場合、伝送路上でバースト誤りが発生し
たとしても、受信側で、伝送されてきたデータをデイン
ターリーブ処理すれば、バースト誤りはランダム誤りに
変換されるため、デインターリーブ処理後の誤りデータ
の分布は分散したものとなり、誤り訂正符号により訂正
可能なものとなる確率が高くなるのである。
It is also known that in a system for transmitting data using an error correction code, the error correction capability of the error correction code can be effectively used by applying interleave processing. That is, when the transmission side interleaves the data coded by the error correction code and transmits the data, even if a burst error occurs on the transmission path, the transmission side must deinterleave the transmitted data. For example, since the burst error is converted into a random error, the distribution of the error data after the deinterleave processing becomes dispersed, and the probability that the error data can be corrected by the error correction code increases.

【0005】ところで、インターリーブ処理を実現する
方法の一つとして、読み書き自在なメモリ(RAM)を
用いる方法が知られている。例えば、64ビットを単位
ブロックとしてインターリーブ処理を施す場合を考える
と、8×8サイズのメモリを用意して、伝送すべきデジ
タルデータを、図14(a)に示すように、図中の番号
1,2,3…に従って横方向に沿った順に書き込む。そ
の後、このメモリに書き込まれたデータを、図14
(b)に示すように、図中の番号1,2,3…に従って
縦方向に沿った順に読み出すことにより、メモリに書き
込んだデータを入力時の順序とは異なる順序で出力する
ことができる。即ち、インターリーブ処理前のデータ
を、その配列順序をiとして、Di(i=1,2,3…
64)で表すとすると、インターリーブ処理後のデータ
配列は、D1,D9,D17,…D57,D2,D10
…,D56,D64となる。
[0005] As one of the methods for realizing the interleave processing, a method using a readable / writable memory (RAM) is known. For example, considering the case where interleave processing is performed using 64 bits as a unit block, an 8 × 8 size memory is prepared, and digital data to be transmitted is numbered 1 in the figure as shown in FIG. , 2, 3... Are written in the order along the horizontal direction. Then, the data written in this memory is
As shown in (b), the data written in the memory can be output in an order different from the order at the time of input by reading the data in the vertical direction in accordance with the numbers 1, 2, 3,... That is, the data before the interleave processing is represented by Di (i = 1, 2, 3,...
64), the data array after the interleave processing is D1, D9, D17,... D57, D2, D10
..., D56 and D64.

【0006】なお、このようなインターリーブ処理は、
メモリをアクセスするために必要な6ビット(26 =6
4)のアドレスを半分ずつのカラムアドレス,ロウアド
レスに分け、書込時にはカラムアドレスを上位、ロウア
ドレスを下位、読出時には、ロウアドレスを上位,カラ
ムアドレスを下位とするロウ−カラム変換を行うことに
より簡単に実現できる。
[0006] Such an interleaving process is as follows.
6 bits required to access the memory (2 6 = 6
4) The address is divided into half column addresses and half row addresses, and row-column conversion is performed in which the column address is higher and the row address is lower when writing, and the row address is higher and the column address is lower when reading. Can be easily realized.

【0007】ところが、このロウ−カラム変換を用いた
インターリーブは、バースト誤りに対しては有効である
が、例えば、無線通信の伝送路のフェージング等を原因
として周期的に発生する周期誤りが発生した場合には、
デインターリーブすることにより却って誤りデータを集
中させてしまい、誤り訂正符号によっても誤りを訂正で
きないことがあるという問題があった。
Although interleaving using this row-column conversion is effective against burst errors, periodic errors occur periodically due to, for example, fading of the transmission path of wireless communication. in case of,
Deinterleaving causes error data to be rather concentrated, and there is a problem that an error cannot be corrected even with an error correction code.

【0008】即ち、上述のロウ−カラム変換を用いたイ
ンターリーブ処理により生成される伝送データ系列にお
いて、次の(1)に示すように、バースト誤り「*」
(D36,D44,D52,D60)及び周期誤り「#」(D0
9,D10,D11,D12)が生じたとする。なお、(1)
において、伝送データ系列の各データDiは、横並びに
沿って、D01,#,D17,…D57,D02,#,D18…,
D56,D64の順に伝送路に送出されるものとする(以下
同様)。
That is, in the transmission data sequence generated by the interleave processing using the above-mentioned row-column conversion, as shown in the following (1), a burst error "*"
(D36, D44, D52, D60) and a period error "#" (D0
9, D10, D11, D12). (1)
, Each of the data Di of the transmission data sequence is arranged side by side along D01, #, D17,... D57, D02, #, D18.
D56 and D64 are transmitted to the transmission line in this order (the same applies hereinafter).

【0009】 D01, # ,D17,D25,D33,D41,D49,D57, D02, # ,D18,D26,D34,D42,D50,D58, D03, # ,D19,D27,D35,D43,D51,D59, D04, # ,D20,D28, * , * , * , * , D05,D13,D21,D29,D37,D45,D53,D61, D06,D14,D22,D30,D38,D46,D54,D62, D07,D15,D23,D31,D39,D47,D55,D63, D08,D16,D24,D32,D40,D48,D56,D64 (1) この(1)にて表されたデータ配列を有する伝送データ
系列をデインターリーブ処理すると、次の(2)に示す
データ配列を有する受信データ系列が復元されることに
なる。
D01, #, D17, D25, D33, D41, D49, D57, D02, #, D18, D26, D34, D42, D50, D58, D03, #, D19, D27, D35, D43, D51, D59 , D04, #, D20, D28, *, *, *, *, D05, D13, D21, D29, D37, D45, D53, D61, D06, D14, D22, D30, D38, D46, D54, D62, D07 , D15, D23, D31, D39, D47, D55, D63, D08, D16, D24, D32, D40, D48, D56, D64 (1) A transmission data sequence having the data array represented by (1) When the deinterleaving process is performed, a received data sequence having the data array shown in the following (2) is restored.

【0010】 D01,D02,D03,D04,D05,D06,D07,D08, # , # , # , # ,D13,D14,D15,D16, D17,D18,D19,D20,D21,D22,D23,D24, D25,D26,D27,D28,D29,D30,D31,D32, D33,D34,D35, * ,D37,D38,D39,D40, D41,D42,D43, * ,D45,D46,D47,D48, D49,D50,D51, * ,D53,D54,D55,D56, D57,D58,D59, * ,D61,D62,D63,D64 (2) つまり、バースト誤「*」りは分散されるが、周期的な
誤り「#」は、却って集中してしまい誤り訂正符号の効
果を発揮させることができない。これは、ロウ−カラム
変換では、インターリーブされたデータの位置に周期性
があるため、この周期と同期した周期誤りが発生する
と、デインターリーブ時に誤りが集中してしまうのであ
る。
[0010] D01, D02, D03, D04, D05, D06, D07, D08, #, #, #, #, #, D13, D14, D15, D16, D17, D18, D19, D20, D21, D22, D23, D24 , D25, D26, D27, D28, D29, D30, D31, D32, D33, D34, D35, *, D37, D38, D39, D40, D41, D42, D43, *, D45, D46, D47, D48, D49 , D50, D51, *, D53, D54, D55, D56, D57, D58, D59, *, D61, D62, D63, D64 (2) That is, the burst error "*" is dispersed, The error "#" is rather concentrated and the effect of the error correction code cannot be exhibited. This is because, in the row-column conversion, since the position of the interleaved data has periodicity, if a periodic error synchronized with this period occurs, the errors are concentrated at the time of deinterleaving.

【0011】これに対して、特開平9−116444号
公報には、M系列符号を発生する符号発生器を用い、生
成されるM系列符号を、書込アドレス、或いは読出アド
レスのいずれかとして用いるインターリーブ装置(以
下、従来装置という)が開示されている。
On the other hand, Japanese Patent Application Laid-Open No. Hei 9-116444 uses a code generator for generating an M-sequence code and uses the generated M-sequence code as either a write address or a read address. An interleave device (hereinafter referred to as a conventional device) is disclosed.

【0012】つまり、M系列符号はランダムに値が変化
するため、これをアドレスとして用いることによりアク
セス順序に周期性がなくなり、デインターリーブ処理に
よって周期誤りが集中してしまうことを確実に防止でき
る。
That is, since the value of the M-sequence code changes at random, using this as an address eliminates periodicity in the access order, and it is possible to surely prevent concentration of periodic errors due to deinterleaving processing.

【0013】[0013]

【発明が解決しようとする課題】ところで、この種のイ
ンターリーブ処理は、現在では無線電話等の移動体通信
機器で多用されており、このためインターリーブ処理を
行う回路は小型であることが要求される。
By the way, this type of interleave processing is currently frequently used in mobile communication devices such as radio telephones, and therefore, the circuit for performing the interleave processing is required to be small. .

【0014】しかし、上述の従来装置では、インターリ
ーブ処理を行うために、順次インクリメントされる値を
アドレス信号として発生させるアドレス回路と、M系列
符号をアドレス信号として発生させるアドレス回路と
で、2種類のアドレス回路が必要となるため、回路規模
が大型化してしまうという問題があった。
However, in the above-described conventional apparatus, two types of address circuits are required for performing the interleave processing: an address circuit for generating a sequentially incremented value as an address signal and an address circuit for generating an M-sequence code as an address signal. Since an address circuit is required, there is a problem that the circuit scale becomes large.

【0015】また、インターリーブ処理では、同一単位
ブロックに対する書込時のアクセス順序と、読出時のア
クセス順序が異なっているため、通常は、書込を全て終
了してからでなければ、読出を開始することができな
い。従って、順次入力される単位ブロックのデータを連
続的に処理できるようにして処理の高速化を図るには、
同じ回路を2個用意して、一方が書込処理を行っている
時に、他方で読出処理を行うというように、書込処理と
読出処理とを交互に行わせなければならず、回路の小型
化が更に困難であった。
In the interleave processing, the access order at the time of writing to the same unit block is different from the access order at the time of reading. Therefore, normally, reading must be started unless all writing is completed. Can not do it. Therefore, in order to increase the processing speed by continuously processing the data of the unit block sequentially input,
It is necessary to alternately perform the write process and the read process such that two identical circuits are prepared and one performs the write process while the other performs the read process. Was more difficult.

【0016】本発明は、上記問題点を解決するために、
インターリーブ処理やデインターリーブ処理のために用
いるデータ列変換装置の回路規模を小さくすることを第
1の目的とし、更に、単独のデータ列変換装置によりイ
ンターリーブ処理を連続的に行うことができるようにす
ることを第2の目的とする。
The present invention has been made in order to solve the above problems.
A first object is to reduce the circuit scale of a data string conversion device used for interleave processing and deinterleave processing, and to further enable interleave processing to be performed continuously by a single data string conversion apparatus. This is a second object.

【0017】[0017]

【課題を解決するための手段】上記目的を達成するため
になされた請求項1に記載のデータ列変換装置では、2
n 個(但し、n:正整数)のデータを単位ブロックと
し、該単位ブロック分のデータを記憶するメモリを有し
ており、メモリ制御手段が、単位ブロックのデータを順
次入力してメモリに書き込むと共に、メモリに書き込ま
れたデータを書込時とは異なる順序で読み出すことによ
り、単位ブロック毎に、入力したデータ列の時間軸方向
の配列を変換して出力する。
According to a first aspect of the present invention, there is provided a data sequence conversion apparatus for achieving the above object.
n number (where, n: positive integer) as a unit block data has a memory for storing data of the unit block, the memory control means writes into the memory and sequentially inputs the data of the unit block At the same time, the data written in the memory is read out in a different order from that at the time of writing, whereby the arrangement of the input data sequence in the time axis direction is converted and output for each unit block.

【0018】なお、メモリ制御手段では、M系列符号発
生手段が、nビット幅のM系列符号を生成し、アドレス
生成手段が、このM系列符号のビット幅方向の配列を、
予め決められた変換パタンに従って変換することによ
り、メモリに対するデータの書込及び読出に用いるアド
レス信号を生成する。そして、アドレス生成手段が生成
するアドレス信号が、同一単位ブロックのデータに対す
る書込時と読出時とで互いに異るように、切替制御手段
が、アドレス生成手段での変換パタンを切り替える。
In the memory control means, the M-sequence code generation means generates an n-bit width M-sequence code, and the address generation means arranges the arrangement of the M-sequence code in the bit width direction.
By performing conversion according to a predetermined conversion pattern, an address signal used for writing and reading data to and from the memory is generated. Then, the switching control unit switches the conversion pattern in the address generation unit so that the address signal generated by the address generation unit is different between the time of writing and the time of reading data of the same unit block.

【0019】このように、本発明のデータ列変換装置で
は、周期性のないM系列符号を用いてインターリーブ処
理を行っているため、データ列の入れ替えが複雑にな
り、伝送路におけるデータの秘話特性を向上させること
ができるだけでなく、デインターリーブ時には、バース
ト誤りに限らず周期誤りもランダム誤りに変換されるた
め、伝送路上でどのような誤りが生じたとしても、常
に、誤り訂正符号の訂正能力を効果的に利用することが
できる。
As described above, in the data string conversion apparatus of the present invention, since the interleaving process is performed using the M-sequence code having no periodicity, the replacement of the data string becomes complicated, and the privacy characteristic of the data in the transmission path is increased. Not only burst errors, but also periodic errors as well as burst errors are converted into random errors during deinterleaving, so that no matter what error occurs on the transmission line, the error correction code always has Can be used effectively.

【0020】また、本発明のデータ列変換装置では、M
系列符号のビット幅方向の配列を変換することにより、
書込用及び読出用の2種類のアドレス信号を生成してい
るため、アドレス信号を生成するために、単一のM系列
発生手段のみを設ければよく、回路規模を小型化でき
る。
In the data string conversion device of the present invention, M
By converting the arrangement of the sequence code in the bit width direction,
Since two types of address signals for writing and reading are generated, only a single M-sequence generating means needs to be provided to generate the address signal, and the circuit scale can be reduced.

【0021】なお、切替制御手段は、請求項2記載のよ
うに、書込時に、第1の変換パタンにて生成された第1
アドレス信号を用い、読出時に、前記第1の変換パタン
とは異なる第2の変換パタンにて生成された第2アドレ
ス信号を用いる第1の入替パタンと、書込時に前記第2
アドレス信号を用い、読出時に前記第1アドレス信号を
用いる第2の入替パタンとを、単位ブロック毎に交互に
適用するように構成してもよい。
It is to be noted that the switching control means is configured to write the first conversion pattern generated by the first conversion pattern at the time of writing.
A first replacement pattern using a second address signal generated by a second conversion pattern different from the first conversion pattern at the time of reading using the address signal;
A configuration may be employed in which an address signal is used and the second replacement pattern using the first address signal at the time of reading is alternately applied to each unit block.

【0022】この場合、データ列の入れ替えが、より複
雑になり、伝送路におけるデータの秘話特性を一層向上
させることができる。また、この場合、メモリに記憶さ
れた単位ブロックのデータの読み出しに適用される読出
アドレスと、後続単位ブロックのデータの書き込みに適
用される書込アドレスが同じものとなる。このため、請
求項3記載のように、メモリ制御手段を、メモリの各ア
ドレスをアクセスする毎に、メモリに記憶されたデータ
の読出と、後続の単位ブロックのデータの書込とを連続
して行うように構成することが可能となる。
In this case, the exchange of data strings becomes more complicated, and the confidential characteristics of data on the transmission path can be further improved. Further, in this case, the read address applied for reading data of the unit block stored in the memory is the same as the write address applied for writing data of the subsequent unit block. Therefore, each time the memory control unit accesses each address of the memory, the memory control unit continuously reads the data stored in the memory and writes the data in the subsequent unit block. It can be configured to do so.

【0023】つまり、各単位ブロックに対するインター
リーブ処理を、前の単位ブロックの読出の終了を待って
から次の単位ブロックの書込を開始するのではなく、単
一のメモリ上にて読出と書込とを並行して行うことがで
きるため、構成を大型化させることなく、処理の高速化
を図ることができる。
That is, the interleaving process for each unit block is performed by reading and writing on a single memory instead of starting writing of the next unit block after waiting for completion of reading of the previous unit block. Can be performed in parallel, so that the processing can be speeded up without increasing the size of the configuration.

【0024】なお、伝送データにインターリーブ処理を
施すデータ伝送システムを構成する際には、請求項4記
載のように、請求項1ないし請求項3いずれか記載のデ
ータ列変換装置を、送信データの配列を変換して、伝送
路に送出する伝送データの生成を行うインターリーブ装
置、及び前記伝送路を介して獲得される伝送データの配
列を変換して、前記送信データの復元を行うデインター
リーブ装置として好適に用いることができる。
When configuring a data transmission system for performing interleave processing on transmission data, the data string conversion apparatus according to any one of claims 1 to 3 may be configured to use An interleave device that converts an array and generates transmission data to be transmitted to a transmission line, and a deinterleave device that converts an array of transmission data obtained through the transmission line and restores the transmission data It can be suitably used.

【0025】次に、請求項5記載のデータ列変換装置で
は、請求項1記載の装置と同様に、2n 個(但し、n:
正整数)のデータを単位ブロックとし、該単位ブロック
分のデータを記憶するメモリを有しており、メモリ制御
手段が、単位ブロックのデータを順次入力してメモリに
書き込むと共に、メモリに書き込まれたデータを書込時
とは異なる順序で読み出すことにより、単位ブロック毎
に、入力したデータ列の時間軸方向の配列を変換して出
力する。但し、メモリ制御手段の構成が請求項1記載の
装置とは異なっている。
Next, in the data string conversion device according to the fifth aspect, similarly to the device according to the first aspect, 2 n pieces (where n:
(Positive integer) as a unit block, and has a memory for storing the data of the unit block. The memory control means sequentially inputs and writes the data of the unit block to the memory, and writes the data to the memory. By reading the data in a different order from that at the time of writing, the arrangement of the input data string in the time axis direction is converted and output for each unit block. However, the configuration of the memory control means is different from that of the first embodiment.

【0026】即ち、本発明では、M系列符号発生手段
が、メモリに対するデータの書込及び読出に用いるアド
レス信号として、nビット幅のM系列符号を生成し、反
転手段が、M系列符号発生手段が生成するアドレス信号
のビット列のうち、少なくとも一つの特定ビットを、反
転して或いは非反転のまま出力する。そして、切替制御
手段が、同一単位ブロックのデータに対する書込時と読
出時とで、反転手段による特定ビットの反転,非反転の
設定を切り替える。
That is, according to the present invention, the M-sequence code generation means generates an n-bit width M-sequence code as an address signal used for writing and reading data to and from the memory, and the inversion means generates the M-sequence code generation means. Output at least one specific bit in the bit string of the address signal generated by the inversion or non-inversion. Then, the switching control unit switches the setting of the inversion and non-inversion of the specific bit by the inversion unit between the time of writing and the time of reading the data of the same unit block.

【0027】このように、請求項5記載のデータ列変換
装置では、周期性のないM系列符号を用いてインターリ
ーブ処理を行っているため、請求項1記載の装置と同様
に、データの秘話特性の向上と、誤り訂正符号の訂正能
力の効果的な利用を図ることができる。
As described above, in the data sequence conversion device according to the fifth aspect, the interleaving process is performed using the M-sequence code having no periodicity. And the effective use of the correction capability of the error correction code.

【0028】また、請求項5記載のデータ列変換装置で
は、M系列符号の特定ビットの反転,非反転を切り替え
ることにより、書込用及び読出用のアドレス信号の切替
を行っているため、アドレス信号を生成するために、単
一のM系列発生手段のみを設ければよく、また、特定ビ
ットの反転,非反転を任意に切り替える反転手段として
は、例えば、排他的論理和(XOR)回路を利用するこ
とで簡単に構成でき、アドレス信号を切り替えるための
構成も簡易化できるため、回路規模をより一層小型化で
きる。
In the data string conversion device according to the present invention, the address signal for writing and reading is switched by switching between inversion and non-inversion of a specific bit of the M-sequence code. In order to generate a signal, only a single M-sequence generating means may be provided. As an inverting means for arbitrarily switching between inversion and non-inversion of a specific bit, for example, an exclusive OR (XOR) circuit is used. Since the configuration can be simplified by utilizing the configuration and the configuration for switching the address signal can be simplified, the circuit scale can be further reduced.

【0029】なお、請求項6,7記載のように、請求項
5記載のデータ列変換装置でも、請求項1記載の装置に
対する請求項2,3記載と全く同様の構成を適用するこ
とができ、従って、この場合には、請求項2,3の場合
と全く同様の効果を得ることができる。
As described in the sixth and seventh aspects, the data string conversion apparatus according to the fifth aspect can apply the same configuration as that of the second and third aspects to the apparatus according to the first aspect. Therefore, in this case, the same effects as those of the second and third aspects can be obtained.

【0030】また、伝送データにインターリーブ処理を
施すデータ伝送システムを構成する際には、請求項8記
載のように、請求項5ないし請求項7いずれか記載のデ
ータ列変換装置を、送信データの配列を変換して、伝送
路に送出する伝送データの生成を行うインターリーブ装
置、及び前記伝送路を介して獲得される伝送データの配
列を変換して、前記送信データの復元を行うデインター
リーブ装置として好適に用いることができる。
When configuring a data transmission system for performing interleave processing on transmission data, the data string conversion apparatus according to any one of claims 5 to 7 may be configured to transmit the data stream by using An interleave device that converts an array and generates transmission data to be transmitted to a transmission line, and a deinterleave device that converts an array of transmission data obtained through the transmission line and restores the transmission data It can be suitably used.

【0031】[0031]

【発明の実施の形態】以下に本発明の実施例を図面と共
に説明する。 [第1実施例]図1は、本実施例のデータ伝送システム
の全体構成を表すブロック図である。
Embodiments of the present invention will be described below with reference to the drawings. [First Embodiment] FIG. 1 is a block diagram showing the overall configuration of a data transmission system according to this embodiment.

【0032】図1に示すように、本実施例のデータ伝送
システム1は、情報データ系列Dfを伝送データ系列D
dに変換して伝送路Lに送信する送信器3と、伝送路L
を介して受信される伝送データ系列Ddから元の情報デ
ータ系列Dfを復元する受信器7とを備えている。
As shown in FIG. 1, the data transmission system 1 of this embodiment converts an information data sequence Df into a transmission data sequence Df.
a transmitter 3 that converts the signal into a signal d and transmits the signal to the transmission line L;
And a receiver 7 for restoring the original information data sequence Df from the transmission data sequence Dd received via the.

【0033】このうち、送信器3は、情報データ系列D
fのデータを、誤り訂正符号により符号化するエンコー
ダ4と、エンコーダ4から出力される送信データ系列D
sを、単位ブロック(本実施例では、64ビット)毎に
区切って、時間軸に沿ったデータ配列順序の入れ替え
(以下、インターリーブ処理という)を行うインターリ
ーバ5とを備えている。
The transmitter 3 transmits the information data sequence D
encoder 4 for encoding the data of f by the error correction code, and a transmission data sequence D output from the encoder 4
An interleaver 5 is provided that divides s into unit blocks (64 bits in this embodiment) and rearranges the data arrangement order along the time axis (hereinafter, referred to as interleave processing).

【0034】一方、受信器7は、伝送路Lを介して受信
した伝送データ系列Ddを、インターリーバ5とは逆の
手順で、単位ブロック毎に時間軸に沿ったデータ配列順
序の入れ替え(以下、デインターリーブ処理という)を
行うデインターリーバ8と、デインターリーバ8から出
力される受信データ系列Drのデータを復号化し、訂正
可能な誤りがあればこれを訂正することにより、送信器
3から提供された情報データ系列Dfを復元するデコー
ダ9とを備えている。
On the other hand, the receiver 7 replaces the transmission data sequence Dd received via the transmission line L with the data arrangement order along the time axis for each unit block (hereinafter, referred to as “interlacer 5”). , Deinterleaving process), and decoding the data of the received data sequence Dr output from the deinterleaver 8 and correcting any errors that can be corrected. A decoder 9 for restoring the provided information data sequence Df.

【0035】なお、誤り訂正符号としては周知の畳込符
号等を用いることができ、従って、その符号化,復号化
処理を行うエンコーダ4,デコーダ9も周知のものであ
るため、ここでは、その詳細についての説明を省略す
る。そして、インターリーバ5は、本発明のデータ列変
換装置に相当し、図2に示すように、単位ブロック分の
データを記憶する記憶容量を有し、後述するリード信号
RD,ライト信号WRに従ってデータの読み書きが自在
なメモリ(RAM)10と、後述するクロック信号CL
K,リセット信号RSTに基づき、6ビット幅のM系列
符号M(M1〜M6)を生成するM系列符号発生手段と
してのM系列符号発生器12と、M系列符号発生器12
が生成するM系列符号M(M1〜M6)に基づいて、メ
モリ10へのデータの書込時、或いはメモリ10からの
データの読出時に用いるアドレス信号A0〜A5を、後
述する選択信号SELに従って生成しメモリ10に供給
するアドレス生成手段としてのアドレス信号生成回路1
4と、M系列符号発生器12に供給するクロック信号C
LK,リセット信号RST、アドレス信号生成回路14
に供給する選択信号SEL、及びメモリ10に供給する
リード信号RD,ライト信号WRを生成し、当該インタ
ーリーバ5全体の動作を制御する切替制御手段としての
制御回路16とを備えている。
A well-known convolutional code or the like can be used as the error correction code. Therefore, since the encoder 4 and the decoder 9 for performing the encoding and decoding processes are also well-known, here, the Detailed description is omitted. The interleaver 5 corresponds to the data string converter of the present invention, and has a storage capacity for storing data for a unit block as shown in FIG. 2, and performs data transfer according to a read signal RD and a write signal WR described later. (RAM) 10 which can freely read and write data, and a clock signal CL which will be described later.
K, an M-sequence code generator 12 as M-sequence code generation means for generating an M-sequence code M (M1 to M6) having a 6-bit width based on the reset signal RST;
Generates the address signals A0 to A5 used when writing data to the memory 10 or reading data from the memory 10 according to a selection signal SEL described later, based on the M-sequence code M (M1 to M6) generated by Signal generation circuit 1 as an address generation means for supplying to memory 10
4 and the clock signal C supplied to the M-sequence code generator 12
LK, reset signal RST, address signal generation circuit 14
And a control circuit 16 as a switching control means for generating a selection signal SEL to be supplied to the interleaver 5 and a read signal RD and a write signal WR to be supplied to the memory 10 and controlling the operation of the entire interleaver 5.

【0036】このうち、M系列符号発生器12は、図3
(a)に示すように、クロックCLKに従って動作する
直列接続された6個のフリップフロップ(FF)回路2
0a〜20fを備えている。そして、最終段(6段目)
のFF回路20fの出力が初段(1段目)のFF回路2
0aの入力となるようにリング状に接続されていると共
に、5段目のFF回路20eと6段目のFF回路20f
の間には、両FF回路20e,20fの出力の排他的論
理和(XOR)を求めるXOR回路22が設けられてお
り、このXOR回路22の出力が、6段目のFF回路2
0fの入力とされている。なお、以下では、各FF回路
20a〜20fの出力をA〜Fにて表し、特に一括して
示す時には{ABCDEF}と表記するものとする。
Of these, the M-sequence code generator 12
As shown in (a), six flip-flop (FF) circuits 2 connected in series that operate according to a clock CLK.
0a to 20f. And the last stage (6th stage)
Output of the FF circuit 20f of the first stage (first stage)
The FF circuit 20e at the fifth stage and the FF circuit 20f at the sixth stage
An XOR circuit 22 for obtaining an exclusive OR (XOR) of the outputs of the two FF circuits 20e and 20f is provided between the FF circuits 20e and 20f.
0f is input. In the following, the outputs of the FF circuits 20a to 20f are denoted by A to F, and when they are collectively indicated, they are denoted by {ABCDEF}.

【0037】つまり、M系列符号発生器12は、図3
(b)に示すように、生成多項式Pn(X)=X6+X5
1により表される6ビット幅のM系列符号A〜Fを生成
するように構成されている。なお、このように構成され
たM系列符号発生器12では、動作開始時に、全てのF
F回路20a〜20fの出力が0に設定されている場合
には、クロックCLKを入力しても出力が変化せず、F
F回路20a〜20fの出力が、いずれか一つでも1に
設定されていれば、クロックCLKに従って{ABCD
EF}={000001}〜{111111}にて表さ
れる63(26 −1)個の符号を繰り返し出力する。
That is, the M-sequence code generator 12
As shown in (b), the generator polynomial Pn (X) = X 6 + X 5 +
It is configured to generate 6-bit wide M-sequence codes A to F represented by 1. In the M-sequence code generator 12 configured as described above, all F
When the outputs of the F circuits 20a to 20f are set to 0, the output does not change even if the clock CLK is input, and
If any one of the outputs of the F circuits 20a to 20f is set to 1, {ABCD
EF} = {000001} to {111111} are repeatedly output as 63 (2 6 -1) codes.

【0038】しかし、メモリ10に供給するアドレス信
号の生成に用いるためには、{000000}も含めた
64個の符号を生成する必要がある。そこで、本実施例
におけるM系列符号発生器12では、リセット信号RS
Tにより、5段目のFF回路20eはプリセットされ、
他のFF回路20a〜20d,20fはリセット(即ち
{ABCDEF}={000010})されるように設
定されている(図示せず)と共に、5段目のFF回路2
0eの出力Eとリセット信号RSTとの否定排他的論理
和(XNOR)を求めるXNOR回路24が設けられて
おり、FF回路20a〜20d,20fの出力A〜D,
F、及びXNOR回路24の出力E’を、当該発生器1
2の出力M({M1,M2,M3,M4,M5,M6}
={A,B,C,D,E’,F})としている。
However, in order to generate the address signal to be supplied to the memory 10, it is necessary to generate 64 codes including {000000}. Therefore, in the M-sequence code generator 12 in the present embodiment, the reset signal RS
By T, the fifth stage FF circuit 20e is preset,
The other FF circuits 20a to 20d, 20f are set so as to be reset (that is, {ABCDEF} = {000010}) (not shown), and the fifth-stage FF circuit 2
An XNOR circuit 24 for obtaining a negative exclusive OR (XNOR) between the output E of the output signal 0e and the reset signal RST is provided, and the outputs A to D of the FF circuits 20a to 20d and 20f are provided.
F and the output E ′ of the XNOR circuit 24
2 output M ({M1, M2, M3, M4, M5, M6}
= {A, B, C, D, E ', F}).

【0039】ここで、図4は、このように構成されたM
系列符号発生器12の動作を表すタイミング図であり、
クロック信号CLKと、64クロック毎に1クロックの
期間だけLowレベル(RST=0)となるリセット信号
RSTに従って、次のように動作する。
Here, FIG. 4 shows the M
FIG. 9 is a timing chart illustrating an operation of the sequence code generator 12,
The following operation is performed according to the clock signal CLK and the reset signal RST which becomes the Low level (RST = 0) only for a period of one clock every 64 clocks.

【0040】即ち、リセット信号RSTがLowレベルで
ある期間の間、FF回路20a〜fの出力は、{ABC
DEF}={000010}となるが、この時、XNO
R回路24の出力が{0}(Lowレベル)となるため、
結局、当該M系列符号発生器12の出力は、M(M1〜
M6)={000000}となる。
That is, during the period when the reset signal RST is at the low level, the outputs of the FF circuits 20a to 20f output the signals {ABC
DEF} = {000010}, but at this time, XNO
Since the output of the R circuit 24 becomes {0} (Low level),
After all, the output of the M-sequence code generator 12 is M (M1 to M1).
M6) = {000000}.

【0041】その後、1クロック期間が経過して、次ク
ロックの立ち上がりタイミングにてリセット信号RST
がHighレベルになると、FF回路20a〜20eは、そ
れぞれ前段の出力をラッチし、最終段のFF回路20f
は、XOR回路22の出力{1}をラッチする。また、
リセット信号RSTがHighレベルになると、XNOR回
路24はFF回路20eの出力Eをそのまま出力するた
め、結局、当該、M系列符号発生器12の出力は、M=
{000001}となり、以下、クロック信号CLKの
立ち上がりタイミング毎に、出力が変化してM={00
0000}を除く63種類のM系列符号が出力される。
After one clock period has elapsed, the reset signal RST is set at the rising timing of the next clock.
Become high level, the FF circuits 20a to 20e latch the output of the previous stage, respectively, and the FF circuit 20f of the final stage.
Latches the output {1} of the XOR circuit 22. Also,
When the reset signal RST becomes High level, the XNOR circuit 24 outputs the output E of the FF circuit 20e as it is, so that the output of the M-sequence code generator 12 eventually becomes M =
{000001}, and thereafter, the output changes at each rising timing of the clock signal CLK and M = {00
63 types of M-sequence codes other than 0000 ° are output.

【0042】このようにして64クロックの間に64種
類の符号M={000000}〜{111111}が出
力されると、次のクロック信号CLKの立ち上がりタイ
ミングにて再び1クロック期間の間だけリセット信号R
STがLowレベルとなり、以後、上述の動作が繰り返さ
れることになる。
When 64 kinds of codes M = {000000} to {111111} are output during the 64 clocks, the reset signal is again generated for one clock period at the next rising edge of the clock signal CLK. R
ST goes to the Low level, and thereafter, the above operation is repeated.

【0043】次に、アドレス信号生成回路14は、図5
に示すように、M系列符号発生器12から入力される符
号出力Mの各ビットM1〜M6のそれぞれについて、選
択信号SELに従って、各ビットM1〜M6の出力先を
切り替える6個のセレクタ30a〜30fを備えてい
る。
Next, the address signal generation circuit 14
As shown in the figure, for each of the bits M1 to M6 of the code output M input from the M-sequence code generator 12, six selectors 30a to 30f for switching the output destination of each bit M1 to M6 according to the selection signal SEL. It has.

【0044】具体的には、セレクタ30aは、符号ビッ
トM1をアドレス信号A5又はA2のラインに出力し、
セレクタ30bは、符号ビットM2をアドレス信号A4
又はA5のラインに出力し、セレクタ30cは、符号ビ
ットM3をアドレス信号A3又はA1のラインに出力
し、セレクタ30dは、符号ビットM4をアドレス信号
A2又はA4のラインに出力し、セレクタ30eは、符
号ビットM5をアドレス信号A1又はA0のラインに出
力し、セレクタ30fは、符号ビットM6をアドレス信
号A0又はA3のラインに出力する。
Specifically, the selector 30a outputs the sign bit M1 to the line of the address signal A5 or A2,
The selector 30b outputs the sign bit M2 to the address signal A4.
Alternatively, the selector 30c outputs the sign bit M3 to the address signal A3 or A1 line, the selector 30d outputs the sign bit M4 to the address signal A2 or A4 line, and the selector 30e outputs The sign bit M5 is output to the line of the address signal A1 or A0, and the selector 30f outputs the sign bit M6 to the line of the address signal A0 or A3.

【0045】即ち、選択信号SELが、メモリ10への
書込に対応したレベル(本実施例ではLowレベル)に設
定されている時には、{A5,A4,A3,A2,A
1,A0}={M1,M2,M3,M4,M5,M6}
となり、一方、選択信号SELがメモリ10からの読出
に対応するレベル(本実施例ではHighレベル)に設定さ
れている時には、{A5,A4,A3,A2,A1,A
0}={M2,M4,M6,M1,M3,M5}となる
ように、符号出力Mのビット配列が変換されたものがア
ドレス信号A0〜A5となる。
That is, when the selection signal SEL is set to a level corresponding to writing to the memory 10 (Low level in this embodiment), .DELTA.A5, A4, A3, A2, A
1, A0} = {M1, M2, M3, M4, M5, M6}
On the other hand, when the selection signal SEL is set to a level (High level in this embodiment) corresponding to reading from the memory 10, {A5, A4, A3, A2, A1, A
Address signals A0 to A5 are obtained by converting the bit arrangement of the code output M so that 0 = {M2, M4, M6, M1, M3, M5}.

【0046】つまり、{A5,A4,A3}をカラムア
ドレス、{A2,A1,A0}をロウアドレスとし、単
位ブロック分(64ビット)のデータを記憶するメモリ
10上の記憶領域を、カラムアドレス及びロウアドレス
にて特定される8ビット×8ビットの形式で表した場
合、メモリ10へのデータ(送信データ系列Ds)の書
込は、図6(a)中に1〜64で示すアクセス順序αに
従って行われ、メモリ10からのデータ(伝送データ系
列Dd)の読出は、図6(b)中に1〜64で示すアク
セス順序βに従って行われることになる。
That is, {A5, A4, A3} is a column address, {A2, A1, A0} is a row address, and a storage area on the memory 10 for storing data of a unit block (64 bits) is a column address. When the data (transmission data sequence Ds) is written in the memory 10 in the format of 8 bits × 8 bits specified by the row address, the access order indicated by 1 to 64 in FIG. The reading of the data (transmission data sequence Dd) from the memory 10 is performed according to the access order β shown by 1 to 64 in FIG. 6B.

【0047】ここで図7は、制御回路16が生成する各
信号CLK,RST,SEL,RD,WR、及びインタ
ーリーバ5各部の動作を表すタイミング図である。図7
に示すように、制御回路16は、64クロック毎に1ク
ロック期間だけLowレベルとなるリセット信号RST、
リセット信号RSTの立ち下がりタイミングで信号レベ
ルが反転する選択信号SEL、選択信号SELがLowレ
ベルの間(以下、書込期間という)、クロックCLKと
同じタイミングで出力されるライト信号WR、選択信号
SELがHighレベルの間(以下、読出期間という)、ク
ロックCLKと同じタイミングで出力されるリード信号
RDを生成する。
FIG. 7 is a timing chart showing the signals CLK, RST, SEL, RD, WR generated by the control circuit 16 and the operation of each section of the interleaver 5. FIG.
As shown in the figure, the control circuit 16 resets the reset signal RST, which becomes the Low level for one clock period every 64 clocks,
The selection signal SEL whose signal level is inverted at the falling timing of the reset signal RST, and the write signal WR and the selection signal SEL output at the same timing as the clock CLK while the selection signal SEL is at the Low level (hereinafter referred to as a writing period). During the high level (hereinafter referred to as a reading period), the read signal RD output at the same timing as the clock CLK is generated.

【0048】これにより、書込期間では、アクセス順序
αに従ってアドレス値が変化するアドレス信号A0〜A
5に基づき、エンコーダ4から供給される送信データ系
列Dsの単位ブロック分のデータ(図8(a)参照)
が、ライト信号WRの立ち上がりタイミングで順次メモ
リ10に書き込まれる(図8(b)参照)。
Thus, in the writing period, address signals A0-A whose address values change in accordance with access order α.
5, data for a unit block of the transmission data sequence Ds supplied from the encoder 4 (see FIG. 8A).
Are sequentially written into the memory 10 at the rising timing of the write signal WR (see FIG. 8B).

【0049】続く読出期間では、アクセス順序βに従っ
てアドレス値が変化するアドレス信号A0〜A5に基づ
き、先の書込期間に記憶されたデータがメモリ10から
読み出され、この読み出されたデータが、リード信号R
Dの立ち上がりタイミングでラッチされ、伝送路Lに送
出される(図8(c)参照)。
In the subsequent read period, data stored in the previous write period is read from memory 10 based on address signals A0 to A5 whose address values change in accordance with access order β, and the read data is read out. , Read signal R
It is latched at the rising timing of D and sent out to the transmission line L (see FIG. 8C).

【0050】次に、デインターリーバ8は、アドレス信
号生成回路14を制御する選択信号SELが、上述のイ
ンターリーバ5とは逆に、読出時にLowレベルとなり、
書込時にHighレベルとなるようにされている以外、即
ち、メモリ10へのデータ(伝送データ系列Dd)の書
込をアクセス順序βに従って行い、メモリ10からのデ
ータ(受信データ系列Dr)の読出をアクセス順序αに
従って行う以外は、上述のインターリーバ5と全く同様
に構成されている。
Next, the de-interleaver 8 sets the selection signal SEL for controlling the address signal generation circuit 14 to the Low level at the time of reading, contrary to the above-described interleaver 5,
Other than being set to the high level at the time of writing, that is, writing data (transmission data series Dd) to the memory 10 in accordance with the access order β, and reading data (reception data series Dr) from the memory 10 Is performed in accordance with the access order α, except that the above-described interleaver 5 is used.

【0051】従って、書込期間では、アクセス順序βに
従ってアドレス値が変化するアドレス信号A0〜A5に
基づき、伝送路Lを介して受信した伝送データ系列Dd
の単位ブロック分のデータ(図8(c)参照)が、ライ
ト信号WRの立ち上がりタイミングで順次メモり10に
書き込まれる(図8(b)参照)。そして、これに続く
読出期間では、アクセス順序αに従ってアドレス値が変
化するアドレス信号A0〜A5に基づき、先の書込期間
に記憶されたデータがメモリ10から読み出され、リー
ド信号RDの立ち上がりタイミングでラッチされ、デコ
ーダ9に供給される(図8(a)参照)。
Therefore, in the writing period, the transmission data sequence Dd received via the transmission path L is based on the address signals A0 to A5 whose address values change in accordance with the access order β.
(See FIG. 8C) are sequentially written to the memory 10 at the rising timing of the write signal WR (see FIG. 8B). In the subsequent read period, data stored in the previous write period is read from the memory 10 based on the address signals A0 to A5 whose address values change in accordance with the access order α, and the rising timing of the read signal RD And supplied to the decoder 9 (see FIG. 8A).

【0052】ここで、図8(c)に示した伝送データ系
列Ddにおいて、(3)に示すように、周期誤り「#」
(D62,D11,D24,D43)、及びバースト誤り「*」
(D04,D30,D51,D03)が生じたとする。 D01, # ,D57,D28,D10,D08,D07,D22, D44, # ,D05,D39,D36,D47,D15,D54, D16, # ,D34,D12,D46,D06,D18,D23, D09, # ,D14,D29, * , * , * , * , D52,D37,D21,D48,D19,D49,D20,D53, D50,D38,D45,D25,D26,D35,D27,D13, D42,D58,D55,D59,D56,D17,D31,D40, D32,D41,D33,D63,D60,D64,D61,D02 (3) これをデインターリーバ8にてデインターリーブ処理す
ることにより生成される受信データ系列Drでは、周期
誤り「#」及びバースト誤り「*」が、(4)に示すよ
うに、いずれも集中することなく十分に分散されたもの
となる。そして、この受信データ系列Drがデコーダ9
に供給されることになる。
Here, in the transmission data sequence Dd shown in FIG. 8C, as shown in FIG.
(D62, D11, D24, D43) and burst error "*"
It is assumed that (D04, D30, D51, D03) has occurred. D01, #, D57, D28, D10, D08, D07, D22, D44, #, D05, D39, D36, D47, D15, D54, D16, #, D34, D12, D46, D06, D18, D23, D09, #, D14, D29, *, *, *, *, D52, D37, D21, D48, D19, D49, D20, D53, D50, D38, D45, D25, D26, D35, D27, D13, D42, D58, D 55, D 59, D 56, D 17, D 31, D 40, D 32, D 41, D 33, D 63, D 60, D 64, D 61, D 02 (3) Received data sequence generated by deinterleaving this with deinterleaver 8 In the case of Dr, the periodic error “#” and the burst error “*” are sufficiently dispersed without being concentrated as shown in (4). Then, the received data sequence Dr is
Will be supplied.

【0053】 D01,D02, * , * ,D05,D06,D07,D08, D09,D10, # ,D12,D13,D14,D15,D16, D17,D18,D19,D20,D21,D22,D23, # , D25,D26,D27,D28,D29, * ,D31,D32, D33,D34,D35,D36,D37,D38,D39,D40, D41,D42, # ,D44,D45,D46,D47,D48, D49,D50, * ,D52,D53,D54,D55,D56, D57,D58,D59,D60,D61, # ,D63,D64 (4) 以上説明したように、本実施例のデータ伝送システム1
においては、インターリーバ5及びデインターリーバ8
が、周期性を持たないM系列符号M(M1〜M6)を用
いてアドレス信号A0〜A5を生成し、このアドレス信
号を用いてメモリ10に対するデータの書込及び読出を
行うことにより、インターリーブ処理、及びデインター
リーブ処理を実行するようにされている。
D01, D02, *, *, D05, D06, D07, D08, D09, D10, #, D12, D13, D14, D15, D16, D17, D18, D19, D20, D21, D22, D23, # , D25, D26, D27, D28, D29, *, D31, D32, D33, D34, D35, D36, D37, D38, D39, D40, D41, D42, #, D44, D45, D46, D47, D48, D49 , D50, *, D52, D53, D54, D55, D56, D57, D58, D59, D60, D61, #, D63, D64 (4) As described above, the data transmission system 1 of the present embodiment
, The interleaver 5 and the deinterleaver 8
Generates an address signal A0 to A5 using an M-sequence code M (M1 to M6) having no periodicity, and writes and reads data to and from the memory 10 using the address signal, thereby performing an interleave process. , And a deinterleave process.

【0054】従って、本実施例のデータ伝送システム1
では、インターリーブ処理におけるデータ列の入れ替え
がロウ−カラム変換と比較して複雑になるため、伝送路
L上での高い秘話特性を実現できるだけでなく、デイン
ターリーブ時には、伝送路L上で生じたバースト誤りや
周期誤りがいずれもランダム誤りに変換されるため、常
に、誤り訂正符号の訂正能力を効果的に利用することが
できる。
Therefore, the data transmission system 1 of the present embodiment
In this case, the data sequence exchange in the interleaving process becomes complicated as compared with the row-column conversion, so that not only a high privacy characteristic on the transmission path L can be realized, but also a burst generated on the transmission path L during deinterleaving. Since both errors and periodic errors are converted into random errors, the correction capability of the error correction code can always be used effectively.

【0055】また、本実施例のデータ伝送システム1で
は、インターリーバ5及びデインターリーバ8が、単一
のM系列符号発生器12にて生成された符号Mのビット
配列を変換することにより、書込用及び読出用のアドレ
ス信号A0〜A5を生成しているため、書込用と読出用
とで異なったアドレス回路を必要とする従来装置と比較
して回路規模を小型化できる。
Further, in the data transmission system 1 of the present embodiment, the interleaver 5 and the deinterleaver 8 convert the bit arrangement of the code M generated by the single M-sequence code generator 12 so that Since the write and read address signals A0 to A5 are generated, the circuit scale can be reduced as compared with a conventional device that requires different address circuits for write and read.

【0056】なお、本実施例では、インターリーバ5で
の書込をアクセス順序α,読出をアクセス順序βに従っ
て行い、デインターリーバ8での書込をアクセス順序
β,読出をアクセス順序αに従って行っているが、逆
に、図9に示すように、インターリーバ5での書込をア
クセス順序β,読出をアクセス順序αに従って行い、デ
インターリーバ8での書込をアクセス順序α,読出をア
クセス順序βに従って行ってもよい。
In this embodiment, writing in the interleaver 5 is performed in accordance with the access order α and reading is performed in accordance with the access order β, and writing in the deinterleaver 8 is performed in accordance with the access order β and reading is performed in accordance with the access order α. On the contrary, as shown in FIG. 9, writing in the interleaver 5 is performed in accordance with the access order β and reading is performed in accordance with the access order α, and writing in the deinterleaver 8 is performed in the access order α and reading is performed. It may be performed according to the order β.

【0057】また、本実施例では、M系列符号発生器1
2は、リセット信号RSTを制御回路16から得るよう
に構成されているが、各FF回路20a〜20fの出力
が特定のパタン(ここでは、{ABCDEF}={00
0010})になると、次の1クロック分だけLowレベ
ルとなるリセット信号RSTを生成する回路を付加する
ことにより、M系列符号発生器12の内部でリセット信
号RSTを生成してもよい。
In this embodiment, the M-sequence code generator 1
2 is configured to obtain the reset signal RST from the control circuit 16, and the output of each of the FF circuits 20a to 20f is a specific pattern (here, {ABCDEF} = {00
0010}), the reset signal RST may be generated inside the M-sequence code generator 12 by adding a circuit that generates a reset signal RST that becomes Low level for the next one clock.

【0058】更に、本実施例では、アドレス信号生成回
路14では、選択信号SELに従って、{A5,A4,
A3,A2,A1,A0}={M1,M2,M3,M
4,M5,M6}又は{M2,M4,M6,M1,M
3,M5}となるように、M系列符号発生器12が生成
する符号Mのビット配列を入れ替えているが、これに限
らず、どのようにビット配列を入れ替えてもよい。 [第2実施例]次に第2実施例について説明する。
Further, in the present embodiment, the address signal generation circuit 14 generates the signals {A5, A4,
A3, A2, A1, A0} = {M1, M2, M3, M
4, M5, M6} or {M2, M4, M6, M1, M
Although the bit arrangement of the code M generated by the M-sequence code generator 12 is exchanged so as to be 3, M5}, the present invention is not limited to this, and the bit arrangement may be exchanged in any manner. Second Embodiment Next, a second embodiment will be described.

【0059】本実施例のデータ伝送システムでは、イン
ターリーバ5及びデインターリーバ8の制御回路16が
生成するライト信号WR及びリード信号RDが異なる点
と、メモリ10へのデータの書込時,及びメモリ10か
らのデータの読出時に用いるアクセス順序の適用方法が
異なる点以外は、全く同様に構成されているので、この
構成の異なる部分を中心に説明する。
In the data transmission system of this embodiment, the write signal WR and the read signal RD generated by the control circuits 16 of the interleaver 5 and the deinterleaver 8 are different from each other. The configuration is exactly the same except that the method of applying the access order used when reading data from the memory 10 is different, so that the description will focus on the different parts of this configuration.

【0060】即ち、本実施例においてインターリーバ5
及びデインターリーバ8の制御回路16は、いずれも同
様に構成されており、図10に示すように、クロックC
LKの1/4周期分の長さのLowレベル期間を有し、ク
ロックCLKの立ち上がりタイミングで立ち上がるライ
ト信号WRと、クロックCLKの立ち下がりタイミング
で立ち上がるリード信号RDとを生成する。
That is, in this embodiment, the interleaver 5
And the control circuit 16 of the deinterleaver 8 has the same configuration, and as shown in FIG.
A write signal WR having a Low level period of 1 / cycle of LK and rising at the rising timing of the clock CLK and a read signal RD rising at the falling timing of the clock CLK are generated.

【0061】そして、選択信号SELがLowレベルとな
る第1の期間では、アドレス信号A0〜A5に基づき、
アクセス順序αに従ってメモリ10へのアクセスが行わ
れる。なお、アドレス信号A0〜A5は1クロック期間
の間アドレス値が保持され、この1クロック期間毎に、
メモリ10から読み出されたデータが、リード信号RD
の立ち上がりタイミングでラッチされて伝送路L(イン
ターリーバ5の場合)又はデコーダ9(デインターリー
バ8の場合)に送出されると共に、続くライト信号WR
の立ち上がりタイミングで、エンコーダ4(インターリ
ーバ5の場合)から供給される送信データ系列Ds又は
伝送路L(デインターリーバ8の場合)から供給される
伝送データ系列Ddのデータがメモリ10に書き込まれ
る。
In the first period in which the selection signal SEL is at the low level, based on the address signals A0 to A5,
Access to the memory 10 is performed according to the access order α. The address values of the address signals A0 to A5 are held for one clock period.
The data read from the memory 10 is a read signal RD
At the rising timing of the write signal WR and transmitted to the transmission line L (in the case of the interleaver 5) or the decoder 9 (in the case of the deinterleaver 8), and the subsequent write signal WR
At the rising timing of the transmission data sequence Ds supplied from the encoder 4 (in the case of the interleaver 5) or the data of the transmission data sequence Dd supplied from the transmission path L (in the case of the deinterleaver 8) are written into the memory 10. .

【0062】また、選択信号SELがHighレベルとなる
第2の期間では、アドレス信号A0〜A5に基づき、ア
クセス順序βに従ってメモリ10へのアクセスが行われ
る以外は、第1の期間と全く同様に動作する。その結
果、第1の期間の間にメモリ10に書き込まれた単位ブ
ロックのデータDA01〜DA64は、続く第2の期間
の間にメモリ10から読み出され、また第2の期間の間
にメモリ10に書き込まれた単位ブロックのデータDB
01〜DB64は、続く第1の期間の間にメモリ10か
ら読み出されることになる。
In the second period in which the selection signal SEL is at the high level, the access to the memory 10 is performed in accordance with the access order β based on the address signals A0 to A5, and is exactly the same as in the first period. Operate. As a result, the data DA01 to DA64 of the unit block written in the memory 10 during the first period are read out from the memory 10 during the subsequent second period, and are also stored in the memory 10 during the second period. DB of unit block written to
01 to DB64 are read from the memory 10 during the following first period.

【0063】つまり、本実施例におけるインターリーバ
5及びデインターリーバ8では、メモリ10に対するデ
ータの書込及び読出の際に、アクセス順序αにて書込,
アクセス順序βにて読出を行う第1の入替パタンと、逆
にアクセス順序βにて書込,アクセス順序αにて読出を
行う第2の入替パタンとが、各単位ブロック毎に交互に
適用され、しかも、先行単位ブロックの読出と、後続単
位ブロックの書込とは、同じ期間内に並行して行われる
ようにされている。
That is, in the interleaver 5 and the deinterleaver 8 in the present embodiment, when writing and reading data to and from the memory 10,
A first replacement pattern for reading in the access order β and a second replacement pattern for writing in the access order β and reading in the access order α are applied alternately for each unit block. In addition, the reading of the preceding unit block and the writing of the succeeding unit block are performed in parallel within the same period.

【0064】但し、インターリーバ5にて第1の入替パ
タンが適用された単位ブロックに対しては、デインター
リーバ8にて第2の入替パタンを適用し、逆にインター
リーバ5にて第2の入替パタンが適用された単位ブロッ
クに対しては、デインターリーバ8にて第1の入替パタ
ンを適用するように動作する。以上説明したように、本
実施例のデータ伝送システム1によれば、インターリー
バ5及びデインターリーバ8が、それぞれ単一のM系列
符号発生器12にて生成されたM系列符号Mを用いてア
ドレス信号A0〜A5を生成し、このアドレス信号A0
〜A5を用いてメモリ10のアクセス順序を制御するこ
とにより、インターリーブ処理及びデインターリーブ処
理を実現しているので、第1実施例と全く同様の効果を
得ることができる。
However, for the unit block to which the first replacement pattern is applied by the interleaver 5, the second replacement pattern is applied by the deinterleaver 8, and conversely, the second block is applied by the interleaver 5. The deinterleaver 8 operates to apply the first replacement pattern to the unit block to which the replacement pattern is applied. As described above, according to the data transmission system 1 of the present embodiment, the interleaver 5 and the deinterleaver 8 use the M-sequence code M generated by the single M-sequence code generator 12, respectively. Address signals A0 to A5 are generated, and the address signals A0 to A5 are generated.
By controlling the access order of the memory 10 by using .about.A5, the interleave processing and the deinterleave processing are realized, so that the same effect as in the first embodiment can be obtained.

【0065】また、本実施例のデータ伝送システム1に
よれば、インターリーブ処理後のデータ配列が互いに異
なる2種類の入替パタンを、単位ブロック毎に交互に適
用するようされているので、伝送路L上の伝送データ系
列の配列が、より複雑になり、伝送路Lにおけるデータ
の秘話特性を一層向上させることができる。
Further, according to the data transmission system 1 of the present embodiment, two types of replacement patterns having different data arrangements after the interleaving processing are alternately applied to each unit block. The arrangement of the above transmission data series becomes more complicated, and the confidential characteristics of data on the transmission path L can be further improved.

【0066】また、本実施例のデータ伝送システム1で
は、2種類の入替パタンを単位ブロック毎に交互に適用
することにより、同じアクセス順序にて行われるように
なった先行単位ブロックの読出と後続単位ブロックの書
込とを、同一メモリ10上にて同じ期間内に並行して行
っているので、インターリーバ5及びデインターリーバ
8を2重化する等して装置構成を大型化させることな
く、処理の高速化を図ることができる。 [第3実施例]次に第3実施例について説明する。
In the data transmission system 1 of this embodiment, two types of replacement patterns are alternately applied to each unit block, so that the reading of the preceding unit block and the succeeding unit block are performed in the same access order. Since the writing of the unit block is performed in parallel in the same period on the same memory 10, the interleaver 5 and the deinterleaver 8 can be duplicated without increasing the device configuration. Thus, the processing speed can be increased. Third Embodiment Next, a third embodiment will be described.

【0067】本実施例のデータ伝送システムでは、イン
ターリーバ5及びデインターリーバ8のアドレス信号生
成回路14の構成が相違する以外は、第1実施例と全く
同様に構成されているので、この構成の相違する部分を
中心に説明する。即ち、本実施例において、アドレス信
号生成回路14aは、図11に示すように、M系列符号
発生器12から入力される符号出力Mのうち、符号ビッ
トM1,M2,M3,M5,M6をそれぞれアドレス信
号A5,A4,A3,A1,A0のラインにそれぞれ出
力するように構成されている。
The data transmission system of this embodiment has the same configuration as that of the first embodiment except that the configuration of the address signal generating circuit 14 of the interleaver 5 and the deinterleaver 8 is different. The following description focuses on the differences. That is, in the present embodiment, the address signal generation circuit 14a converts the code bits M1, M2, M3, M5, and M6 of the code output M input from the M-sequence code generator 12 as shown in FIG. It is configured to output the address signals A5, A4, A3, A1, and A0 respectively to the lines.

【0068】また、符号ビットM4については、選択信
号SELとの排他的論理和を出力するXOR回路32を
介してアドレス信号A2のラインに出力するように構成
されている。即ち、選択信号SELがHighレベルの時と
Lowレベルの時とで、アドレス信号A2の信号レベルが
反転するようにされている。
The code bit M4 is output to the line of the address signal A2 via the XOR circuit 32 which outputs an exclusive OR with the selection signal SEL. That is, the signal level of the address signal A2 is inverted between when the selection signal SEL is at a high level and when it is at a low level.

【0069】そして、メモリ上の記憶領域を{A5,A
4,A3}からなるカラムアドレス、{A2,A1,A
0}からなるロウアドレスにて特定される8ビット×8
ビットの形式で表した場合、アドレス信号生成回路14
aが生成するアドレス信号A0〜A5は、選択信号SE
LがLowレベルの時には、図12(a)中に1〜64で
示すアクセス順序αを実現し、一方、選択信号SELが
Highレベルの時には、図12(b)中に1〜64で示す
アクセス順序γを実現するものとなる。
Then, the storage area on the memory is defined as $ A5, A
4, A3}, {A2, A1, A
8 bits × 8 specified by row address consisting of 0 $
When expressed in a bit format, the address signal generation circuit 14
a generates the address signals A0 to A5
When L is at the Low level, the access order α indicated by 1 to 64 in FIG. 12A is realized, while the selection signal SEL is
At the time of the High level, the access order γ shown by 1 to 64 in FIG. 12B is realized.

【0070】なお、本実施例では、インターリーバ5で
は、メモリ10に対するデータの書込をアクセス順序α
にて行い、データの読出をアクセス順序γにて行うよう
に構成され、一方、デインターリーバ8では、メモリ1
0に対するデータの書込をアクセス順序γにて行い、デ
ータの読出をアクセス順序αにて行うようにされてい
る。
In this embodiment, in the interleaver 5, writing of data to the memory 10 is performed in the access order α.
And the data read is performed in the access order γ. On the other hand, the deinterleaver 8
Data writing to 0 is performed in the access order γ, and data reading is performed in the access order α.

【0071】そして、制御回路16は、アクセス順序が
異なる以外は、先に図7のタイミング図を用いて説明し
た第1実施例と全く同様に動作する。但し、デインター
リーバ8では、選択信号SELが、図示されているイン
ターリーバ5の場合とは逆に、読出時にLowレベルとな
り、書込時にHighレベルとなるようにされている。
The control circuit 16 operates exactly the same as the first embodiment described above with reference to the timing chart of FIG. 7, except that the access order is different. However, in the deinterleaver 8, the selection signal SEL is set to a low level at the time of reading and to a high level at the time of writing, contrary to the case of the interleaver 5 shown in the figure.

【0072】これにより、インターリーバ5において、
書込期間では、アクセス順序αに従ってアドレス値が変
化するアドレス信号A0〜A5に基づき、エンコーダ4
から供給される送信データ系列Dsの単位ブロック分の
データ(図13(a)参照)が、ライト信号WRの立ち
上がりタイミングで順次メモリ10に書き込まれる(図
13(b)参照)。これに続く読出期間では、アクセス
順序γに従ってアドレス値が変化するアドレス信号A0
〜A5に基づき、先の書込期間に記憶されたデータがメ
モリ10から読み出され、この読み出されたデータが、
リード信号RDの立ち上がりタイミングでラッチされ、
伝送路Lに送出される(図13(c)参照)。
Thus, in interleaver 5,
In the writing period, the encoder 4 is controlled based on address signals A0 to A5 whose address values change in accordance with the access order α.
The data (see FIG. 13A) for the unit block of the transmission data series Ds supplied from the memory is sequentially written into the memory 10 at the rising timing of the write signal WR (see FIG. 13B). In the subsequent reading period, the address signal A0 whose address value changes in accordance with the access order γ
A5, the data stored during the previous writing period is read from the memory 10, and the read data is
Latched at the rising timing of the read signal RD,
It is transmitted to the transmission line L (see FIG. 13C).

【0073】一方、デインターリーバ8において、書込
期間では、アクセス順序γに従ってアドレス値が変化す
るアドレス信号A0〜A5に基づき、伝送路Lを介して
受信した伝送データ系列Ddの単位ブロック分のデータ
(図13(c)参照)が、ライト信号WRの立ち上がり
タイミングで順次メモり10に書き込まれる(図13
(b)参照)。これに続く読出期間では、アクセス順序
αに従ってアドレス値が変化するアドレス信号A0〜A
5に基づき、先の書込期間に記憶されたデータがメモリ
10から読み出され、リード信号RDの立ち上がりタイ
ミングでラッチされ、デコーダ9に供給される(図13
(a)参照)。
On the other hand, in the deinterleaver 8, in the writing period, based on the address signals A0 to A5 whose address values change in accordance with the access order γ, the unit data of the transmission data sequence Dd received via the transmission line L is used. Data (see FIG. 13C) is sequentially written to the memory 10 at the rising timing of the write signal WR (FIG. 13).
(B)). In the subsequent readout period, address signals A0 to AA whose address values change in accordance with the access order α
5, the data stored in the previous writing period is read from the memory 10, latched at the rising timing of the read signal RD, and supplied to the decoder 9 (FIG. 13).
(See (a)).

【0074】ここで、図13(c)に示した伝送データ
系列Ddにおいて、(5)に示すように、周期誤り
「#」(D33,D48,D25,D08)、及びバースト誤り
「*」(D46,D59,D28,D16)が生じたとする。 D62, # ,D42,D05,D04,D43,D22,D26, D11, # ,D09,D40,D24,D54,D45,D32, D53, # ,D23,D41,D34,D07,D19,D13, D18, # ,D49,D31, * , * , * , * , D02,D21,D44,D55,D51,D58,D47,D12, D20,D03,D06,D35,D15,D29,D39,D10, D27,D60,D37,D64,D17,D14,D36,D61, D63,D38,D30,D50,D56,D01,D57,D52 (5) これをデインターリーバ8にてデインターリーブ処理す
ることにより生成される受信ータ系列Drでは、周期誤
り「#」及びバースト誤り「*」が、(6)に示すよう
に、いずれも集中することなく十分に分散されたものと
なる。そして、この受信データ系列Drがデコーダ9に
供給されることになる。
Here, in the transmission data sequence Dd shown in FIG. 13C, as shown in (5), a periodic error "#" (D33, D48, D25, D08) and a burst error "*" ( D46, D59, D28, D16). D62, #, D42, D05, D04, D43, D22, D26, D11, #, D09, D40, D24, D54, D45, D32, D53, #, D23, D41, D34, D07, D19, D13, D18, #, D49, D31, *, *, *, *, D02, D21, D44, D55, D51, D58, D47, D12, D20, D03, D06, D35, D15, D29, D39, D10, D27, D60, D37, D64, D17, D14, D36, D61, D63, D38, D30, D50, D56, D01, D57, D52 (5) Reception data generated by deinterleaving the deinterleaver 8 In the sequence Dr, the periodic error “#” and the burst error “*” are sufficiently dispersed without being concentrated as shown in (6). Then, the received data sequence Dr is supplied to the decoder 9.

【0075】 D01,D02,D03,D04,D05,D06,D07, # , D09,D10,D11,D12,D13,D14,D15, * , D17,D18,D19,D20,D21,D22,D23,D24, # ,D26,D27, * ,D29,D30,D31,D32, # ,D34,D35,D36,D37,D38,D39,D40, D41,D42,D43,D44,D45, * ,D47,D48, D49,D50,D51,D52,D53,D54,D55,D56, D57,D58, * ,D60,D61,D62,D63,D64 (6) 以上説明したように、本実施例のデータ伝送システム1
においては、インターリーバ5及びデインターリーバ8
が、それぞれ単一のM系列符号発生器12にて生成され
たM系列符号Mを用いてアドレス信号A0〜A5を生成
し、このアドレス信号A0〜A5を用いてメモリ10の
アクセス順序を制御することにより、インターリーブ処
理及びデインターリーブ処理を実現しているので、第1
実施例と全く同様の効果を得ることができる。
D01, D02, D03, D04, D05, D06, D07, #, D09, D10, D11, D12, D13, D14, D15, *, D17, D18, D19, D20, D21, D22, D23, D24 , #, D26, D27, *, D29, D30, D31, D32, #, D34, D35, D36, D37, D38, D39, D40, D41, D42, D43, D44, D45, *, D47, D48, D49 , D50, D51, D52, D53, D54, D55, D56, D57, D58, *, D60, D61, D62, D63, D64 (6) As described above, the data transmission system 1 of this embodiment
, The interleaver 5 and the deinterleaver 8
Generates address signals A0 to A5 using the M-sequence code M generated by the single M-sequence code generator 12, and controls the access order of the memory 10 using the address signals A0 to A5. As a result, the interleave processing and the deinterleave processing are realized.
The same effects as in the embodiment can be obtained.

【0076】また、本実施例のデータ伝送システム1で
は、アドレス信号生成回路14aが、1個のXOR回路
32からなる極めて簡易な構成をしているため、第1実
施例と比較して更に回路規模を小型化できる。なお、本
実施例では、選択信号SELに従ってアドレス信号A2
のみを反転させているが、これに限らず、どのアドレス
信号を反転させてもよく、また、2個以上のアドレス信
号を同時に反転させてもよい。
Further, in the data transmission system 1 of the present embodiment, the address signal generating circuit 14a has a very simple configuration consisting of one XOR circuit 32. The size can be reduced. In this embodiment, the address signal A2 is selected according to the selection signal SEL.
However, the present invention is not limited to this, and any address signal may be inverted, or two or more address signals may be simultaneously inverted.

【0077】更に、M系列符号発生器12の符号出力M
からアドレス信号A0〜A5を生成する際に、符号出力
Mのビット配列の入れ替えと、特定ビットの反転とを組
み合わせて行ってもよい。また更に、メモリ10に対す
るデータの書込をアクセス順序αで行い、読出をアクセ
ス順序γで行う第1の入替パタンと、メモリ10に対す
るデータの書込をアクセス順序γで行い、読出をアクセ
ス順序αで行う第2の入替パタンとを用意し、第2実施
例と同様に、これら2種類の入替パタンを、単位ブロッ
ク毎に交互に適用し、且つ、先行単位ブロックの読出と
後続単位ブロックの書込とを、同一メモリ10上にて同
じ期間内に並行して行うように構成してもよい。
Further, the code output M of the M-sequence code generator 12
When generating the address signals A0 to A5 from, the replacement of the bit arrangement of the code output M and the inversion of the specific bit may be performed in combination. Further, a first replacement pattern in which data is written to the memory 10 in the access order α and reading is performed in the access order γ, and writing of data to the memory 10 is performed in the access order γ and reading is performed in the access order α In the same manner as in the second embodiment, these two types of replacement patterns are alternately applied to each unit block, and the reading of the preceding unit block and the writing of the succeeding unit block are performed. May be performed on the same memory 10 in parallel within the same period.

【0078】また、本実施例では、インターリーバ5に
第1の入替パタンを適用し、デインターリーバ8に第2
の入替パタンを適用しているが、第1の入替パタンと第
2の入替パタンとの組合せは任意に設定することができ
る。即ち、インターリーバ5に第2の入替パタンを適用
しデインターリーバ8に第1の入替パタンを適用する組
合せの他、インターリーバ5とデインターリーバ8とで
同じ第1の入替パタン又は第2の入替パタンを用いても
よい。
In this embodiment, the first replacement pattern is applied to the interleaver 5 and the second
However, the combination of the first replacement pattern and the second replacement pattern can be arbitrarily set. That is, in addition to the combination of applying the second replacement pattern to the interleaver 5 and applying the first replacement pattern to the deinterleaver 8, the same first replacement pattern or the second replacement pattern is used for the interleaver 5 and the deinterleaver 8. May be used.

【0079】つまり、第1及び第2実施例では、インタ
ーリーバ5とデインターリーバ8とで、2種類のアクセ
ス順序αβの適用順序が反対になると、データを正しく
復元することができないため、連続した2個の単位ブロ
ック単位で選択信号SELの切替の同期をとる必要があ
るが、本実施例では、2種類のアクセス順序αγを適用
する順番は任意でよいため、個々の単位ブロック単位で
選択信号SELの切替の同期をとればよく、制御を簡単
に行うことができる。
That is, in the first and second embodiments, if the application order of the two types of access order αβ is reversed between the interleaver 5 and the deinterleaver 8, the data cannot be correctly restored, and It is necessary to synchronize the switching of the selection signal SEL in units of the two unit blocks described above. However, in this embodiment, the order in which the two types of access order αγ are applied may be arbitrary. It is sufficient to synchronize the switching of the signal SEL, and the control can be easily performed.

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

【図1】 実施例のデータ伝送システムの全体構成を表
すブロック図である。
FIG. 1 is a block diagram illustrating an overall configuration of a data transmission system according to an embodiment.

【図2】 インターリーバ及びデインターリーバの構成
を表すブロック図である。
FIG. 2 is a block diagram illustrating a configuration of an interleaver and a deinterleaver.

【図3】 M系列符号発生器の詳細構成を表す回路図で
ある。
FIG. 3 is a circuit diagram illustrating a detailed configuration of an M-sequence code generator.

【図4】 M系列符号発生器の動作を表すタイミング図
である。
FIG. 4 is a timing chart showing the operation of the M-sequence code generator.

【図5】 アドレス信号生成回路の詳細構成を表す回路
図である。
FIG. 5 is a circuit diagram illustrating a detailed configuration of an address signal generation circuit.

【図6】 図5に示すアドレス信号生成回路が生成する
アドレス信号によるアクセス順序を示す説明図である。
FIG. 6 is an explanatory diagram showing an access order by an address signal generated by the address signal generation circuit shown in FIG. 5;

【図7】 インターリーバ各部の動作を表すタイミング
図である。
FIG. 7 is a timing chart illustrating the operation of each unit of the interleaver.

【図8】 インターリーブ処理及びデインタリーブ処理
によりデータ配列が変換される様子を表す説明図であ
る。
FIG. 8 is an explanatory diagram illustrating a state in which a data array is converted by an interleave process and a deinterleave process.

【図9】 インターリーブ処理及びデインタリーブ処理
によりデータ配列が変換される様子を表す説明図であ
る。
FIG. 9 is an explanatory diagram illustrating a state in which a data array is converted by an interleave process and a deinterleave process.

【図10】 第2実施例におけるインターリーバ各部の
動作を表すタイミング図である。
FIG. 10 is a timing chart illustrating the operation of each unit of the interleaver in the second embodiment.

【図11】 第3実施例におけるアドレス信号生成回路
の詳細構成を表す回路図である。
FIG. 11 is a circuit diagram illustrating a detailed configuration of an address signal generation circuit according to a third embodiment.

【図12】 図11に示すアドレス信号生成回路が生成
するアドレス信号によるアクセス順序を示す説明図であ
る。
12 is an explanatory diagram showing an access order based on an address signal generated by the address signal generation circuit shown in FIG.

【図13】 インターリーブ処理及びデインタリーブ処
理によりデータ配列が変換される様子を表す説明図であ
る。
FIG. 13 is an explanatory diagram illustrating a state in which a data array is converted by an interleave process and a deinterleave process.

【図14】 ロウ−カラム変換を用いたインタリーブ処
理を説明するための説明図である。
FIG. 14 is an explanatory diagram for describing interleaving processing using row-column conversion.

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

1…データ伝送システム 3…送信器 4…エ
ンコーダ 5…インターリーバ 7…受信器 8…デイン
ターリーバ 9…デコーダ 10…メモリ 12…M系列符号
発生器 14,14a…アドレス信号生成回路 16…制御回
路 20a〜20f…フリップフロップ(FF)回路 22,32…XOR回路 24…XNOR回路 30a〜30f…セレクタ L…伝送路
DESCRIPTION OF SYMBOLS 1 ... Data transmission system 3 ... Transmitter 4 ... Encoder 5 ... Interleaver 7 ... Receiver 8 ... Deinterleaver 9 ... Decoder 10 ... Memory 12 ... M-sequence code generator 14, 14a ... Address signal generation circuit 16 ... Control circuit 20a to 20f: flip-flop (FF) circuit 22, 32: XOR circuit 24: XNOR circuit 30a to 30f: selector L: transmission line

───────────────────────────────────────────────────── フロントページの続き Fターム(参考) 5J065 AA03 AC02 AE06 AF03 AG06 AH04 AH06 AH07 AH10 AH17 5J104 AA01 JA07 NA09 PA02 PA07 5K014 AA01 BA00 EA01 FA16 HA00 5K041 AA02 AA08 BB08 CC07 GG12 HH32 JJ28 5K067 AA26 EE02 HH21 HH23  ──────────────────────────────────────────────────続 き Continuing on the front page F term (reference)

Claims (8)

【特許請求の範囲】[Claims] 【請求項1】 2n 個(但し、n:正整数)のデータを
単位ブロックとし、該単位ブロック分のデータを記憶す
るメモリと、 前記単位ブロックのデータを順次入力して前記メモリに
書き込むと共に、前記メモリに書き込まれたデータを書
込時とは異なる順序で読み出すメモリ制御手段と、 を備え、前記単位ブロック毎に、入力したデータ列の時
間軸方向の配列を変換して出力するデータ列変換装置に
おいて、 前記メモリ制御手段は、 nビット幅のM系列符号を生成するM系列符号発生手段
と、 該M系列符号発生手段が生成するM系列符号のビット幅
方向の配列を、予め決められた変換パタンに従って変換
することにより、前記メモリに対するデータの書込及び
読出に用いるアドレス信号を生成するアドレス生成手段
と、 該アドレス生成手段にて生成されるアドレス信号が同一
単位ブロックのデータに対する書込時と読出時とで互い
に異るように前記変換パタンを切り替える切替制御手段
と、 からなることを特徴とするデータ列変換装置。
1. A memory for storing 2 n (where n: a positive integer) data is a unit block, storing data for the unit block, and sequentially inputting and writing data of the unit block to the memory. A memory control means for reading data written in the memory in an order different from that at the time of writing; and a data sequence for converting an input data sequence in a time axis direction and outputting the data sequence for each of the unit blocks. In the conversion device, the memory control means may be a predetermined M-sequence code generation means for generating an M-sequence code having an n-bit width, and an arrangement of the M-sequence codes generated by the M-sequence code generation means in a bit width direction. Address generating means for generating an address signal used for writing and reading data to and from the memory by performing conversion in accordance with the converted conversion pattern; Address signal generated Te data string conversion device comprising a switching control means for switching the converted pattern Ile so each other in the writing time and reading, that consists for data of the same unit block.
【請求項2】 請求項1記載のデータ列変換装置におい
て、 前記切替制御手段は、 書込時に、第1の変換パタンにて生成された第1アドレ
ス信号を用い、読出時に、前記第1の変換パタンとは異
なる第2の変換パタンにて生成された第2アドレス信号
を用いる第1の入替パタンと、 書込時に前記第2アドレス信号を用い、読出時に前記第
1アドレス信号を用いる第2の入替パタンとを、 前記単位ブロック毎に交互に適用することを特徴とする
データ列変換装置。
2. The data string conversion device according to claim 1, wherein said switching control means uses a first address signal generated by a first conversion pattern at the time of writing, and said first address signal at the time of reading. A first replacement pattern that uses a second address signal generated by a second conversion pattern different from the conversion pattern; and a second replacement pattern that uses the second address signal during writing and uses the first address signal during reading. A data string conversion apparatus, wherein the replacement pattern is alternately applied to each unit block.
【請求項3】 請求項2記載のデータ列変換装置におい
て、 前記メモリ制御手段は、 前記メモリの各アドレスをアクセスする毎に、前記メモ
リに記憶されたデータの読出と、後続の単位ブロックの
データの書込とを連続して行うことを特徴とするデータ
列変換装置。
3. The data string conversion device according to claim 2, wherein the memory control means reads data stored in the memory and reads data of a subsequent unit block every time each address of the memory is accessed. A data string conversion apparatus, wherein writing of data is performed continuously.
【請求項4】 請求項1ないし請求項3いずれか記載の
データ列変換装置を、送信データの配列を変換して、伝
送路に送出する伝送データの生成を行うインターリーブ
装置、及び前記伝送路を介して獲得される伝送データの
配列を変換して、前記送信データの復元を行うデインタ
ーリーブ装置として用いることを特徴とするデータ伝送
システム。
4. An interleave device for converting an array of transmission data to generate transmission data to be transmitted to a transmission line by using the data sequence conversion device according to claim 1; A data transmission system, wherein the data transmission system is used as a deinterleave device for converting an array of transmission data obtained through the transmission and restoring the transmission data.
【請求項5】 2n 個(但し、n:正整数)のデータを
単位ブロックとし、該単位ブロック分のデータを記憶す
るメモリと、 前記単位ブロック分のデータを順次入力して前記メモリ
に書き込むと共に、前記メモリに書き込まれたデータを
書込時とは異なる順序で読み出すメモリ制御手段と、 を備え、前記単位ブロック毎に、入力したデータ列の配
列を変換して出力するデータ列変換装置において、 前記メモリ制御手段は、 前記メモリに対するデータの書込及び読出に用いるアド
レス信号として、nビット幅のM系列符号を生成するM
系列符号発生手段と、 該M系列符号発生手段が生成する前記アドレス信号のビ
ット列のうち、少なくとも一つの特定ビットを、反転し
て或いは非反転のまま出力する反転手段と、 同一単位ブロックのデータに対する書込時と読出時と
で、前記反転手段による前記特定ビットの反転,非反転
の設定を切り替える切替制御手段と、 からなることを特徴とするデータ列変換装置。
5. A memory for storing 2 n (where n: a positive integer) data is a unit block, a memory for storing the data for the unit block, and sequentially inputting and writing the data for the unit block to the memory. And a memory control means for reading data written in the memory in an order different from that at the time of writing. The memory control means generates an M-sequence code having an n-bit width as an address signal used for writing and reading data to and from the memory.
Sequence code generating means; inverting means for inverting or non-inverting and outputting at least one specific bit in the bit sequence of the address signal generated by the M-sequence code generating means; A data string conversion device, comprising: switching control means for switching between inversion and non-inversion of the specific bit by the inversion means at the time of writing and at the time of reading.
【請求項6】 請求項5記載のデータ列変換装置におい
て、 前記切替制御手段は、 書込時に、前記特定ビットの設定を非反転にして生成さ
れた第1アドレス信号を用い、読出時に、前記特定ビッ
トの設定を反転にして生成された第2アドレス信号を用
いる第1の入替パタンと、 書込時に前記第2アドレス信号を用い、読出時に前記第
1アドレス信号を用いる第2の入替パタンとを、 前記単位ブロック毎に交互に適用することを特徴とする
データ列変換装置。
6. The data string conversion device according to claim 5, wherein the switching control means uses a first address signal generated by non-inverting the setting of the specific bit at the time of writing, and uses the first address signal generated at the time of reading. A first replacement pattern that uses a second address signal generated by inverting the setting of a specific bit; and a second replacement pattern that uses the second address signal during writing and uses the first address signal during reading. Are applied alternately for each of the unit blocks.
【請求項7】 請求項6記載のデータ列変換装置におい
て、 前記メモリ制御手段は、 前記メモリの各アドレスをアクセスする毎に、前記メモ
リに記憶されたデータの読出と、後続の単位ブロックの
データの書込とを連続して行うことを特徴とするデータ
列変換装置。
7. The data sequence conversion device according to claim 6, wherein the memory control means reads data stored in the memory and reads data of a subsequent unit block every time each address of the memory is accessed. A data string conversion apparatus, wherein writing of data is performed continuously.
【請求項8】 請求項5ないし請求項7いずれか記載の
データ列変換装置を、送信データの配列を変換して、伝
送路に送出する伝送データの生成を行うインターリーブ
装置、及び前記伝送路を介して獲得される伝送データの
配列を変換して、前記送信データの復元を行うデインタ
ーリーブ装置として用いることを特徴とするデータ伝送
システム。
8. An interleave device for converting a data stream conversion device according to claim 5 into an array of transmission data and generating transmission data to be transmitted to a transmission line, and A data transmission system, wherein the data transmission system is used as a deinterleave device for converting an array of transmission data obtained through the transmission and restoring the transmission data.
JP11116357A 1999-04-23 1999-04-23 Data stream converting device and data transmission system Pending JP2000307440A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP11116357A JP2000307440A (en) 1999-04-23 1999-04-23 Data stream converting device and data transmission system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP11116357A JP2000307440A (en) 1999-04-23 1999-04-23 Data stream converting device and data transmission system

Publications (1)

Publication Number Publication Date
JP2000307440A true JP2000307440A (en) 2000-11-02

Family

ID=14684968

Family Applications (1)

Application Number Title Priority Date Filing Date
JP11116357A Pending JP2000307440A (en) 1999-04-23 1999-04-23 Data stream converting device and data transmission system

Country Status (1)

Country Link
JP (1) JP2000307440A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014050103A (en) * 2012-08-30 2014-03-17 Imagination Technologies Ltd Tile-based interleaving and de-interleaving for digital signal processing
JP2015173497A (en) * 2015-05-27 2015-10-01 株式会社東芝 Electronic apparatus

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2014050103A (en) * 2012-08-30 2014-03-17 Imagination Technologies Ltd Tile-based interleaving and de-interleaving for digital signal processing
JP2015173497A (en) * 2015-05-27 2015-10-01 株式会社東芝 Electronic apparatus

Similar Documents

Publication Publication Date Title
US4547887A (en) Pseudo-random convolutional interleaving
US6314534B1 (en) Generalized address generation for bit reversed random interleaving
JP3746426B2 (en) Turbo decoder
JP4292298B2 (en) Parallel convolutional encoder
JPH10214486A (en) Method of generating superposed interleaver and memory address
JP2007528169A (en) Address generator for interleaver memory and deinterleaver memory
WO2010001239A2 (en) Address generation for multiple access of memory
US7945780B1 (en) Apparatus for dynamically configurable interleaver scheme using at least one dynamically changeable interleaving parameter
US20020162074A1 (en) Method and apparatus for path metric processing in telecommunications systems
JP2002506599A (en) Error correction encoding method and apparatus for high bit rate digital data transmission and corresponding decoding method and apparatus
JP3694259B2 (en) Method for performing body-body coding in a mobile communication system
KR100357126B1 (en) Generation Apparatus for memory address and Wireless telephone using the same
KR100499467B1 (en) Block interleaving method, and apparatus for the same
JP2000307440A (en) Data stream converting device and data transmission system
JP2007158463A (en) Interleave method, interleave device and deinterleave device
JP3549756B2 (en) Block interleave circuit
US20020003885A1 (en) Enhanced encryption of digital communication system
KR100439029B1 (en) Parallel de-interleaver and receiver including the de-interleaver in CDMA transfer system
JP2723716B2 (en) Digital communication device
CN115883012A (en) Coding method and device
JPH0974361A (en) Modem
KR100215565B1 (en) Address forming method of static ram
KR100413423B1 (en) Interleaver Apparatus in Communication System
JP2002084200A (en) Turbo encoder and data processing method therefor
KR100362557B1 (en) 2-dimensional interleaving apparatus and method