JP3348303B2 - Viterbi decoding method and device - Google Patents

Viterbi decoding method and device

Info

Publication number
JP3348303B2
JP3348303B2 JP01853193A JP1853193A JP3348303B2 JP 3348303 B2 JP3348303 B2 JP 3348303B2 JP 01853193 A JP01853193 A JP 01853193A JP 1853193 A JP1853193 A JP 1853193A JP 3348303 B2 JP3348303 B2 JP 3348303B2
Authority
JP
Japan
Prior art keywords
signal
path
circuit
viterbi decoding
parallel
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
JP01853193A
Other languages
Japanese (ja)
Other versions
JPH06232923A (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.)
Sony Corp
Original Assignee
Sony 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 Sony Corp filed Critical Sony Corp
Priority to JP01853193A priority Critical patent/JP3348303B2/en
Publication of JPH06232923A publication Critical patent/JPH06232923A/en
Application granted granted Critical
Publication of JP3348303B2 publication Critical patent/JP3348303B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Landscapes

  • Error Detection And Correction (AREA)
  • Digital Transmission Methods That Use Modulated Carrier Waves (AREA)
  • Dc Digital Transmission (AREA)

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、畳込み符号化された符
号化変調信号を復号する最尤復号としてのビタビ復号方
法およびその装置に関する。
BACKGROUND OF THE INVENTION 1. Field of the Invention The present invention relates to a Viterbi decoding method as a maximum likelihood decoding for decoding a convolutionally coded modulation signal and an apparatus therefor.

【0002】[0002]

【従来の技術】たとえば、衛星通信システムでは、S/
Nの改善が他の通信システムに比べて困難であるため、
受信側では受信情報系列に対して高機能な検出・訂正を
行うことが要求され、送信側はディジタル情報系列を符
号化して冗長ビットを付加して送信する。符号化方式に
は、たとえば、ブロック符号化および畳込み符号化が知
られている。ブロック符号化は、ディジタル情報系列を
mビットごとにブロック化し、この情報成分に誤り訂正
のための冗長成分を付加してnビットのデータ(m<
n)とする方法である。
2. Description of the Related Art For example, in a satellite communication system, S /
Since it is difficult to improve N compared to other communication systems,
The receiving side is required to perform high-performance detection and correction on the received information sequence, and the transmitting side encodes the digital information sequence, adds redundant bits, and transmits it. As encoding methods, for example, block encoding and convolutional encoding are known. In block coding, a digital information sequence is divided into blocks of m bits, a redundant component for error correction is added to this information component, and n-bit data (m <
n).

【0003】畳込み符号化は、過去の情報系列を所定の
ビットごとに区切ったタイムスロットの情報を現在のブ
ロックに影響を及ぼさせながら(影響が及ぼされるタイ
ムスロットの数を「拘束長」という)符号化を行う方法
であり、拘束長が短くても受信側で高い誤り訂正を行う
ことができ情報効率が高く、通信などの分野で広く用い
られている。
[0003] In convolutional coding, the information of a time slot obtained by dividing a past information sequence for each predetermined bit affects the current block (the number of time slots affected is referred to as a "constraint length"). ) A method of performing coding, which enables high error correction to be performed on the receiving side even if the constraint length is short, has high information efficiency, and is widely used in fields such as communication.

【0004】畳込み符号を復号する方式の1つとして、
ビタビ復号方式が知られている。このビタビ復号方式は
畳込み符号に対する最尤復号方式であり、送信側のエン
コーダから生成され得る符号系列から、受信された符号
系列に最も近い系列(これを最尤パスという)を選ぶこ
とで誤り訂正を行う。この最尤パスの選択方法は全ての
パスを比較して確かめるのではなく、送信側で生成され
得る全ての符号列と受信符号列とのユークリッド距離を
求め、最も小さいもの(すなわち、尤度が最も高いも
の)を選んで、それ以後は復号に必要なパス(生き残り
パス)だけを調べていくことを基本にしており、パスの
長さを十分に長くとると、生き残りパスの先(根元)は
合流して同じ値になり、どの生き残りパスであっても、
遡れば、同じ値を復号していることになる。したがっ
て、復号誤り率が高くならない程度のパス長を調べ、そ
の長さ分だけ遡った時点のデータを復号データとするこ
とができる。また、ビタビ復号方式は、いわゆる、軟判
定復調方式と組み合わせることで、特に高い誤り訂正能
力を得ることができる。
One of the methods for decoding a convolutional code is as follows.
A Viterbi decoding method is known. This Viterbi decoding method is a maximum likelihood decoding method for a convolutional code, and an error is generated by selecting a sequence closest to a received code sequence (this is referred to as a maximum likelihood path) from a code sequence that can be generated from an encoder on the transmission side. Make corrections. This method of selecting the maximum likelihood path does not compare and confirm all paths, but calculates the Euclidean distance between all the code strings that can be generated on the transmission side and the received code string, and determines the Euclidean distance that is the smallest (that is, the likelihood is small). The highest is selected, and after that, only the path (survival path) necessary for decoding is basically examined. If the length of the path is sufficiently long, the end of the surviving path (root) Join to the same value, no matter which surviving path
Looking back, it means that the same value has been decoded. Therefore, a path length that does not increase the decoding error rate can be checked, and data at a point in time traced back by that length can be used as decoded data. In addition, the Viterbi decoding method can obtain a particularly high error correction capability by being combined with a so-called soft decision demodulation method.

【0005】上述した畳込み符号化と多値変調とを組み
合わせたトレリス符号化変調が注目されている。トレリ
ス符号化変調は、送信側では、送信信号を畳込符合化回
路を用いて畳込み符号化する共に、相加された雑音に対
するマージンを大きくするため、送信信号間のユークリ
ッド距離が大きくなるように変調信号点に割り当て送信
する。そして、受信側では、ビタビ復号装置を用いて、
送信信号たり得る信号系列のうち、受信信号とのユーク
リッド距離が最小になる信号系列である最尤パスを選択
して受信信号を復号する。
Attention has been paid to trellis-coded modulation that combines the above-described convolutional coding and multilevel modulation. In the trellis coded modulation, on the transmitting side, the transmission signal is convolutionally coded using a convolutional coding circuit, and a margin for added noise is increased, so that the Euclidean distance between the transmission signals is increased. Is assigned to a modulation signal point and transmitted. Then, on the receiving side, using a Viterbi decoding device,
From the signal sequence that can be a transmission signal, the maximum likelihood path that is the signal sequence that minimizes the Euclidean distance from the reception signal is selected and the reception signal is decoded.

【0006】図8に畳込符合化回路の構成図を示す。図
9に16QAM変調方式における信号点を説明するため
の図を示す。図8に示すように、畳込符合化回路2は、
シリアルパラレル変換器25、遅延回路26,27,2
8、および、排他的論理和算出器29,30で構成され
る。シリアルパラレル変換器25は、シリアルデータで
ある、たとえば、3ビット(x3,x2,x1)で構成
される入力信号S1を並列化し、x3を信号y1、x2
を信号y2、x3を信号y3として出力する。シリアル
パラレル変換器25から出力された信号y1,y2,y
3は、出力信号点を示す信号S2のy1,y2,y3と
してそのまま信号割当回路(図示せず)に出力される。
遅延回路26,27,28は、入力信号を、たとえば、
1クロックサイクル遅延させて出力する。排他的論理和
算出器29,30は、遅延回路26,27からの信号、
および、シリアルパラレル変換器25からのy1信号お
よびy2信号をそれぞれ入力し、これらの排他的論理和
を算出する。
FIG. 8 shows a configuration diagram of a convolutional encoding circuit. FIG. 9 is a diagram for explaining signal points in the 16QAM modulation method. As shown in FIG. 8, the convolutional encoding circuit 2
Serial / parallel converter 25, delay circuits 26, 27, 2
8 and exclusive OR calculators 29 and 30. The serial / parallel converter 25 parallelizes an input signal S1, which is serial data, for example, composed of 3 bits (x3, x2, x1), and converts x3 into signals y1, x2.
Are output as signals y2 and x3 as signal y3. Signals y1, y2, y output from serial / parallel converter 25
3 is output as it is to the signal assignment circuit (not shown) as y1, y2, y3 of the signal S2 indicating the output signal point.
The delay circuits 26, 27 and 28 convert the input signal into, for example,
The output is delayed by one clock cycle. Exclusive OR calculators 29 and 30 output signals from delay circuits 26 and 27,
Further, it receives the y1 signal and the y2 signal from the serial / parallel converter 25, respectively, and calculates an exclusive OR of these signals.

【0007】排他的論理和算出器30の算出結果は、出
力信号点を示す信号S2のy0として信号割当回路(図
示せず)に出力される。たとえば、畳込符合化回路2
は、(1,0,1)を入力信号S1として入力し、遅延
回路26,27,28の状態に基づいて、たとえば、y
0=0を算出し、出力信号点(1,0,1,0)を示す
信号S2を出力する。このとき、畳込符合化回路2は、
3ビット8種類の入力信号S1を入力し、その時の畳込
符合化回路2の8種類の状態(つまり、3つの遅延回路
の状態)に応じて、16種類の出力信号点を示す信号S
2を出力する。このときの畳込符合化回路2の状態遷
移、および、出力信号点の関係は、以下に説明するトリ
レス表現図で示される。
The calculation result of the exclusive OR calculator 30 is output to a signal allocation circuit (not shown) as y0 of a signal S2 indicating an output signal point. For example, convolutional encoding circuit 2
Inputs (1, 0, 1) as an input signal S1 and, for example, based on the state of the delay circuits 26, 27, 28, y
It calculates 0 = 0 and outputs a signal S2 indicating the output signal point (1, 0, 1, 0). At this time, the convolutional encoding circuit 2
The input signal S1 of 3 bits and 8 types is input, and the signal S indicating 16 types of output signal points according to the 8 types of states of the convolutional coding circuit 2 at that time (that is, the states of three delay circuits).
2 is output. At this time, the state transition of the convolutional coding circuit 2 and the relationship between the output signal points are shown in a trilles expression diagram described below.

【0008】図10に上述した畳込符合化回路2のトレ
リス表現図を示す。図10に示すように、畳込符合化回
路2は、たとえば、状態Aから、入力信号S101の内
容に応じて、たとえば、パス80aに沿って、出力信号
点s0を示す信号S2を出力して状態Aに遷移する。図
10に示すように、16QAM変調方式に用いられる畳
込符合化回路2のトレリス表現では、状態遷移におい
て、2つの平行パスが存在する場合がある。つまり、畳
込符合化回路2の同一の状態において、異なる種類の入
力信号S1を入力し、それぞれに応じた異なる出力信号
点を出力し、同一の状態に遷移する場合がある。たとえ
ば、畳込符合化回路2は、たとえば、状態Aから、入力
信号S101の内容に応じて、たとえば、パス80aに
沿って、出力信号点s8を示す信号S2をも出力して状
態Aに遷移する。このように、畳込符合化回路2を状態
Aから状態Aに遷移させるパス80aは、出力信号点s
0を出力して遷移させる平行パスと、出力信号点s8を
出力して遷移させる平行パスとで構成される。
FIG. 10 shows a trellis expression diagram of the convolutional coding circuit 2 described above. As shown in FIG. 10, the convolutional encoding circuit 2 outputs a signal S2 indicating an output signal point s0, for example, along the path 80a according to the content of the input signal S101 from the state A. The state transits to the state A. As shown in FIG. 10, in the trellis expression of the convolutional coding circuit 2 used for the 16QAM modulation method, there are cases where two parallel paths exist in the state transition. That is, in the same state of the convolutional encoding circuit 2, there are cases where different types of input signals S1 are input, different output signal points corresponding to the respective input signals S1 are output, and the state transits to the same state. For example, the convolutional coding circuit 2 also outputs the signal S2 indicating the output signal point s8 from the state A, for example, along the path 80a according to the content of the input signal S101, and transitions to the state A, for example. I do. As described above, the path 80a that causes the convolutional encoding circuit 2 to transition from the state A to the state A is the output signal point s
It is composed of a parallel path that outputs 0 and makes a transition, and a parallel path that outputs output signal point s8 and makes a transition.

【0009】[0009]

【発明が解決しようとする課題】ビタビ復号装置におい
ては、受信信号と、送信信号が取り得る変調信号点、つ
まり出力信号点とのユークリッド距離を算出し、このユ
ークリッド距離の2乗をブランチメトリックとし、同一
状態で合流するブランチメトリックとステートメトリッ
クの和を計算し、その和が最小であるブランチを生き残
りブランチとしてパスメモリを制御し、またその和の最
小値をステートメトリックとして順次最尤パスを得る。
そのため、状態間の遷移において複数のパスが平行して
いる場合(つまり、平行パスが存在する場合)には、そ
れぞれの平行パスについて出力された信号点について受
信信号とのユークリッド距離を算出し、この算出結果を
ブランチメトリックBMとしてACS回路に出力し、A
CS回路において平行パスのうちどのパスを選択するか
を判断することが必要になり、回路が複雑化し、演算速
度が低下する。また、ブランチメトリック回路における
ユークリッド距離の演算は、ハードウェアで行ってお
り、複数の変調方式について処理を行う場合には、それ
ぞれの変調方式に応じた回路を作成する必要がある。
In the Viterbi decoding device, a Euclidean distance between a received signal and a modulated signal point that can be taken by a transmitted signal, that is, an output signal point is calculated, and the square of the Euclidean distance is used as a branch metric. Calculate the sum of the branch metric and the state metric that merge in the same state, control the path memory as the branch with the smallest sum as the surviving branch, and obtain the maximum likelihood path sequentially using the minimum value of the sum as the state metric .
Therefore, when a plurality of paths are parallel in the transition between the states (that is, when there are parallel paths), the Euclidean distance between the signal point output for each parallel path and the received signal is calculated, This calculation result is output to the ACS circuit as a branch metric BM, and A
In the CS circuit, it is necessary to determine which of the parallel paths is to be selected, which complicates the circuit and reduces the operation speed. The calculation of the Euclidean distance in the branch metric circuit is performed by hardware, and when processing is performed for a plurality of modulation schemes, it is necessary to create a circuit corresponding to each modulation scheme.

【0010】本発明は、上述した従来技術の問題に鑑み
てなされ、処理時間の短縮化、回路規模の単純化・縮小
化を図ることが可能なビタビ復号方法およびその装置を
提供することを目的とする。
SUMMARY OF THE INVENTION The present invention has been made in view of the above-mentioned problems of the prior art, and has as its object to provide a Viterbi decoding method and apparatus capable of shortening the processing time and simplifying and reducing the circuit scale. And

【0011】[0011]

【課題を解決するための手段】第1の発明のビタビ復号
装置は、変調されている受信信号についてブランチメト
リック演算を行い、最尤パスを決定するビタビ復号装置
であって、ブランチメトリックを演算する回路は、平行
パスが存在する変調方法で変調されている受信信号の状
態、および、予め定められた前記変調方法で規定される
条件に基づいて、前記平行パスから選択パスを決定する
手段を有し、該選択パスに基づいてビタビ復号し、前記
選択パスを決定する手段は、前記受信信号と各平行パス
に対応する信号点について最も距離が小さい平行パスを
選択パスとして決定するように事前にプログラムされた
内容に基づいて、選択パスを決定する。
A Viterbi decoding apparatus according to a first aspect of the present invention is a Viterbi decoding apparatus which performs a branch metric operation on a modulated received signal to determine a maximum likelihood path, and calculates a branch metric. The circuit has means for determining a selected path from the parallel path based on a state of a received signal modulated by a modulation method in which a parallel path exists and a predetermined condition defined by the modulation method. The Viterbi decoding is performed based on the selected path, and the means for determining the selected path is configured to determine in advance a parallel path having the shortest distance as a selected path for a signal point corresponding to the received signal and each parallel path. The selection path is determined based on the programmed contents.

【0012】第1の発明のビタビ復号装置は、好ましく
は、前記ブランチメトリックを演算する回路は、複数の
平行パスの組のそれぞれに対応する前記選択パスを決定
する手段を有し、各選択パスを決定する手段は、選択パ
スの決定を同時的に並列して行う。
[0012] In the Viterbi decoding apparatus according to the first invention, preferably, the circuit for calculating the branch metric has means for determining the selected path corresponding to each of a plurality of sets of parallel paths. Means for determining the selected path simultaneously and in parallel.

【0013】第1の発明のビタビ復号装置は、好ましく
は、前記選択パスを決定する手段は、予め定められた複
数の変調方法に対応して前記選択パスを決定するように
構成され、指定された変調方法に応じて選択パスを決定
する。
[0013] In the Viterbi decoding apparatus according to the first invention, preferably, the means for determining the selected path is configured to determine the selected path corresponding to a plurality of predetermined modulation methods. The selected path is determined according to the modulation method used.

【0014】第1の発明のビタビ復号装置は、好ましく
は、前記距離は、ユークリッド距離であり、前記ブラン
チメトリックを演算する回路は、信号点について前記受
信信号をパラメータとしたユークリッド距離が事前に記
憶され該パラメータに対応するユークリッド距離を出力
する変換手段をさらに有する。
In the Viterbi decoding device according to the first invention, preferably, the distance is a Euclidean distance, and the circuit for calculating the branch metric stores, in advance, a Euclidean distance using the received signal as a parameter for a signal point. And converting means for outputting a Euclidean distance corresponding to the parameter.

【0015】第1の発明のビタビ復号装置は、好ましく
は、前記受信信号は、畳込み符合化信号である。
[0015] In the Viterbi decoding device according to the first invention, preferably, the received signal is a convolutional coded signal.

【0016】第1の発明のビタビ復号装置は、好ましく
は、前記畳込み符合化信号は、トレリス符合化信号であ
る。
In the Viterbi decoding apparatus according to the first invention, preferably, the convolutional coded signal is a trellis coded signal.

【0017】第2の発明のビタビ復号方法は、平行パス
が存在する変調方法で変調された受信信号の状態および
予め定められた前記変調方法で規定される条件に基づい
て、前記平行パスから選択パスを選択し、該選択パスに
基づいてビタビ復号し、前記選択パスの選択は、前記受
信信号と各平行パスに対応する信号点について最も距離
が小さい平行パスを選択するように事前にプログラムさ
れた内容に基づいて行う。
The Viterbi decoding method according to a second aspect of the present invention selects the parallel path based on a state of a received signal modulated by a modulation method having a parallel path and a predetermined condition defined by the modulation method. Selecting a path and performing Viterbi decoding based on the selected path, wherein the selection of the selected path is pre-programmed to select the parallel path having the shortest distance for the signal point corresponding to the received signal and each parallel path. Perform based on the content.

【0018】第2の発明のビタビ復号方法は、好ましく
は、平行パスの組のそれぞれについて、同時的に並列し
て選択パスの決定を行う。
In the Viterbi decoding method according to the second aspect of the present invention, it is preferable that the selected path is determined simultaneously and in parallel for each set of parallel paths.

【0019】[0019]

【0020】[0020]

【0021】[0021]

【作用】本発明のビタビ復号方法では、たとえば、変調
方法に対応して事前にプログラムされた内容に基づい
て、受信信号と各平行パスに対応する信号点について最
もユークリッド距離が小さい平行パスを選択パスとして
決定する。そして、該選択パスに対応する信号点と受信
信号とのユークリッド距離を、たとえば、事前に演算さ
れたユークリッド距離から抽出する。その後、前記選択
パスおよびそのユークリッド距離に基づいて、ビタビ復
号する。
According to the Viterbi decoding method of the present invention, for example, a parallel path having the shortest Euclidean distance is selected for a received signal and a signal point corresponding to each parallel path based on the contents programmed in advance corresponding to the modulation method. Determine as a path. Then, the Euclidean distance between the signal point corresponding to the selected path and the received signal is extracted, for example, from the Euclidean distance calculated in advance. Thereafter, Viterbi decoding is performed based on the selected path and its Euclidean distance.

【0022】[0022]

【実施例】第1実施例について説明する。図1に本実施
例の送受信システムを説明するための図を示す。図2に
本実施例のビタビ復号装置の構成図を示す。図1に示す
ように、本実施例の送受信システムでは、畳込符号化回
路2は、送信データS101を入力し、これを畳込み符
号化し、符合化された信号S2を信号割当回路4に出力
する。畳込符合化回路2は、従来技術で述べた畳込符合
化回路2と同一である。
[Embodiment] A first embodiment will be described. FIG. 1 shows a diagram for explaining the transmission / reception system of the present embodiment. FIG. 2 shows a configuration diagram of the Viterbi decoding device of the present embodiment. As shown in FIG. 1, in the transmission / reception system of the present embodiment, the convolution encoding circuit 2 receives the transmission data S101, convolutionally encodes the transmission data S101, and outputs the encoded signal S2 to the signal allocation circuit 4. I do. The convolutional encoding circuit 2 is the same as the convolutional encoding circuit 2 described in the prior art.

【0023】信号割当回路4は、畳込符合化回路2から
入力した符合化された信号S2を、相加される雑音に対
するマージンを大きくするため、I信号およびQ信号を
送信信号間のユークリッド距離が大きくなるように変調
信号点に割り当てて作成し、I信号S4aおよびQ信号
S4bを16QAM変調回路7に出力する。I信号S4
aは、たとえば、16QAMのI軸上の4値の振幅を有
するベースバンド信号である。Q信号S4bは、たとえ
ば、16QAMのQ軸上の4値の振幅を有するベースバ
ンド信号である。
The signal allocating circuit 4 converts the coded signal S2 inputted from the convolutional coder 2 into an Euclidean distance between transmission signals in order to increase a margin for added noise. Are assigned to the modulation signal points so as to increase, and the I signal S4a and the Q signal S4b are output to the 16QAM modulation circuit 7. I signal S4
a is, for example, a baseband signal having a 4-level amplitude on the I axis of 16QAM. The Q signal S4b is, for example, a baseband signal having a quaternary amplitude on the Q axis of 16QAM.

【0024】16QAM変調回路7は、信号割当回路4
から 入力したI信号S4aおよびQ信号S4bを16
QAM変調して送信信号S7aを受信側に送信する。1
6QAM変調回路7は、図1に示すように、局部発振回
路9、ミキサ8a,8b、ハイブリッド回路10、加算
回路11、バンドパスフィルタ(BPF)12で構成さ
れる。16QAM変調回路7では、ミキサ8aで局部発
振器9からの搬送波S9を信号割当回路4からのI信号
S4aで搬送波抑圧AM変調した信号S8aと、ミキサ
8abでハイブリッド器10からの搬送波S9の位相を
π/2だけずらした搬送波S10を信号割当回路4から
のQ信号S4bで搬送波抑圧AM変調した信号S8bと
を加算器11で合成し、合成信号S11をバンドパスフ
ィルタ(BPF)12を介して、送信信号S7aとして
受信側の16QAM復調回路14に無線送信する。
The 16QAM modulation circuit 7 includes a signal allocation circuit 4
The I signal S4a and Q signal S4b input from
The transmission signal S7a is transmitted to the receiving side after QAM modulation. 1
As shown in FIG. 1, the 6QAM modulation circuit 7 includes a local oscillation circuit 9, mixers 8a and 8b, a hybrid circuit 10, an addition circuit 11, and a band-pass filter (BPF) 12. In the 16QAM modulation circuit 7, the mixer 8a modulates the carrier S9 from the local oscillator 9 with the I signal S4a from the signal allocation circuit 4 in carrier suppression AM modulation, and the mixer 8ab changes the phase of the carrier S9 from the hybrid device 10 by π. The carrier signal S10 shifted by / 2 is combined with the signal S8b obtained by carrier-suppressed AM modulation by the Q signal S4b from the signal assignment circuit 4 by the adder 11, and the combined signal S11 is transmitted via the band-pass filter (BPF) 12. The signal is wirelessly transmitted to the 16 QAM demodulation circuit 14 on the receiving side as a signal S7a.

【0025】受信側の16QAM復調回路14は、送信
側からの受信信号S7bを入力し、QAM変調された受
信信号S7bを16QAM復調し、復調して得られたI
信号S14aおよびQ信号S14bをビタビ復号回路2
2に出力する。16QAM復調回路14は、図1に示す
ように、ミキサ15a,15b,搬送波再生器16、ハ
イブリッド器17、ローパスフィルタ18a,18b、
A/D変換器19a,19bで構成される。
The 16QAM demodulation circuit 14 on the receiving side receives the received signal S7b from the transmitting side, performs 16QAM demodulation on the QAM-modulated received signal S7b, and obtains an I / O signal obtained by demodulation.
The signal S14a and the Q signal S14b are converted to a Viterbi decoding circuit 2
Output to 2. As shown in FIG. 1, the 16QAM demodulation circuit 14 includes mixers 15a and 15b, a carrier regenerator 16, a hybrid unit 17, low-pass filters 18a and 18b,
It comprises A / D converters 19a and 19b.

【0026】16QAM復調回路14では、受信信号S
7bが2系統に分けられ、それぞれミキサ15a,15
bに出力される。2系統に分けられた受信信号S7aの
一方は、ミキサ15aで、搬送波再生器9からの再生搬
送波S16を掛け合わせられ、基底帯域に復調され、L
PF18a,19aを介して、I信号S14aとしてビ
タビ復号回路22に出力される。2系統に分けられた受
信信号S7aの他方は、ミキサ1baで、再生搬送波S
16の位相をπ/2だけずらしたハイブリッド回路17
からの再生搬送波S17を掛け合わせられ、基底帯域に
復調され、LPF18b,19bを介して、Q信号S1
4bとしてビタビ復号回路22に出力される。16QA
M復調回路14からビタビ復号回路22に出力されるI
信号S14aおよびQ信号S14bには、通常、送受信
間に生じた雑音が相加されている。ビタビ復号回路22
は、16QAM復調回路14からI信号S14aおよび
Q信号S14bを入力し、これらの信号に対して誤り訂
正・復号化などを行い、復号化された信号S22を生成
する。
In the 16QAM demodulation circuit 14, the received signal S
7b is divided into two systems, and mixers 15a, 15
b. One of the received signals S7a divided into two systems is multiplied by the reproduced carrier S16 from the carrier regenerator 9 by the mixer 15a, demodulated to the baseband, and
The I signal S14a is output to the Viterbi decoding circuit 22 via the PFs 18a and 19a. The other of the received signal S7a divided into two systems is a mixer 1ba, which outputs the reproduced carrier S
Hybrid circuit 17 with phase shifted by π / 2
, And demodulated to the base band, and passed through the LPFs 18b and 19b to the Q signal S1.
4b is output to the Viterbi decoding circuit 22. 16QA
I output from the M demodulation circuit 14 to the Viterbi decoding circuit 22
Usually, noise generated between transmission and reception is added to the signal S14a and the Q signal S14b. Viterbi decoding circuit 22
Receives the I signal S14a and the Q signal S14b from the 16QAM demodulation circuit 14, performs error correction / decoding on these signals, and generates a decoded signal S22.

【0027】ビタビ復号回路22は、図2に示すよう
に、ブランチメトリック回路30、ACS回路32、パ
スメモリ回路34およびパラレルシリアル変換回路36
で構成される。ブランチメトリック回路30は、上述し
た16QAM復調回路88から入力したI信号S88a
およびQ信号S88bに基づいて、送信信号が割り当て
られ得る変調点についての平行パスのなかから選択され
た選択パスを示す選択パス信号S301a〜399a、
および、決定された選択パスについてのブランチメトリ
ックBM301b〜399bをACS回路4に出力す
る。
As shown in FIG. 2, the Viterbi decoding circuit 22 includes a branch metric circuit 30, an ACS circuit 32, a path memory circuit 34, and a parallel / serial conversion circuit 36.
It consists of. The branch metric circuit 30 outputs the I signal S88a input from the 16QAM demodulation circuit 88 described above.
And selection signal S301a to S399a indicating a selected path selected from parallel paths for modulation points to which transmission signals can be assigned based on Q signal S88b and
Then, the branch metrics BM 301 b to 399 b for the determined selected path are output to the ACS circuit 4.

【0028】図3に本実施例のブランチメトリック回路
30の構成図を示す。図3に示すように、ブランチメト
リック回路30は、ROMブロック200、レジスタブ
ロック300で構成され、16QAM復調回路14から
受信I信号S14aおよび受信Q信号S14b、およ
び、変調方式指定信号S100を入力し、選択パス信号
S301a〜S399aおよびBM301b〜399b
をACS回路32に出力する。
FIG. 3 shows a configuration diagram of the branch metric circuit 30 of this embodiment. As shown in FIG. 3, the branch metric circuit 30 includes a ROM block 200 and a register block 300. The branch metric circuit 30 receives the received I signal S14a, the received Q signal S14b, and the modulation scheme designation signal S100 from the 16QAM demodulation circuit 14, Selected path signals S301a to S399a and BMs 301b to 399b
To the ACS circuit 32.

【0029】ROMブロック200は、図10のトレリ
ス表現図に示される平行パスの組み合わせに対応したR
OM201〜ROM299で構成される。ROM201
は、受信信号S14の受信I信号S14a、受信Q信号
S14b、および、変調方式指定信号S100を入力
し、変調方式に応じて予め記録された変調方式に応じた
プログラムを動作させ、平行パスのうち入力に応じた選
択される選択パスS201aを決定し、予め記録された
変換手段としての変換テーブルを用いて、該選択パスに
対応する変調信号点と受信信号S14とのユークリッド
距離の2乗を示すブランチメトリックBMを抽出し、レ
ジスタ301にBM201bとして出力する。本実施例
では、上述したように、変調方式は16QAM変調方式
であり、ROM201では16QAM変調方式に応じた
プログラムが動作し、以下に示す処理が行われる。
The ROM block 200 stores R data corresponding to the combination of parallel paths shown in the trellis expression diagram of FIG.
OM201 to ROM299. ROM201
Receives a reception I signal S14a, a reception Q signal S14b of the reception signal S14, and a modulation scheme designation signal S100, operates a program corresponding to a modulation scheme recorded in advance according to the modulation scheme, and operates a parallel path. A selection path S201a to be selected according to the input is determined, and the square of the Euclidean distance between the modulation signal point corresponding to the selection path and the reception signal S14 is shown using a conversion table recorded in advance as conversion means. The branch metric BM is extracted and output to the register 301 as the BM 201b. In the present embodiment, as described above, the modulation method is the 16QAM modulation method, and a program according to the 16QAM modulation method operates in the ROM 201, and the following processing is performed.

【0030】以下、ROM201の説明に際し、図10
に示す上述した畳込符合化回路2のトレリス表現図を参
照する。ROM201は、図10における、変調信号点
s0,s8を出力する平行パスで構成されるパス80a
〜80dについて、以下に示す処理を行い選択パスを決
定し、予め記録された変換テーブルを用いて、決定され
た選択パスに対応する変調信号点についてブランチメト
リックBMを抽出し、選択パス201aおよびBM20
1bとしてレジスタ301に出力する。ROM201に
記録された変換テーブルは、受信信号および変調信号点
をパラメータとしてユークリッド距離が決定されるテー
ブル形式の情報である。
Hereinafter, the ROM 201 will be described with reference to FIG.
3 is a trellis expression diagram of the convolutional coding circuit 2 described above. The ROM 201 includes a parallel path 80a that outputs the modulation signal points s0 and s8 in FIG.
8080d, the following process is performed to determine a selection path, and a branch metric BM is extracted for a modulation signal point corresponding to the determined selection path using a pre-recorded conversion table, and the selection paths 201a and BM20 are extracted.
1b is output to the register 301. The conversion table recorded in the ROM 201 is information in a table format in which the Euclidean distance is determined using the received signal and the modulation signal point as parameters.

【0031】ROM202は、図10における、変調信
号点s1,s9を出力する平行パスで構成されるパス8
2a〜82dについて、以下に示す処理を行い選択パス
S202aを決定し、予め記録された変換テーブルを用
いて、決定された選択パスに対応する変調信号点につい
てのブランチメトリックBMを抽出し、選択パス202
aおよびBM202bとしてレジスタ302に出力す
る。ROM203は、図10における、変調信号点s
2,s10を出力す.平行パスで構成されるパス84a
〜80dについて、上述したROM201,202と同
様に、以下に示す処理を行い選択パスS203aおよび
BM203bを決定し、これらをレジスタ303に出力
する。ROM204〜ROM299も上述したROM2
01〜203と同様に、所定の平行パスの組み合わせで
構成されるパスについて処理を行う。
The ROM 202 has a path 8 composed of parallel paths for outputting modulated signal points s1 and s9 in FIG.
For each of 2a to 82d, the following process is performed to determine the selected path S202a, and a branch metric BM for a modulation signal point corresponding to the determined selected path is extracted by using a pre-recorded conversion table. 202
a and the BM 202b are output to the register 302. The ROM 203 stores the modulated signal point s in FIG.
2. Output s10. Path 84a composed of parallel paths
As for the ROMs 201 and 202 described above, the following processing is performed to determine the selection paths S203a and BM 203b, and these are output to the register 303. ROM 204 to ROM 299 are also the ROM 2 described above.
Similarly to 01 to 203, processing is performed on a path formed by a combination of predetermined parallel paths.

【0032】図4(A),(B),図5に、16QAM
変調方式における、それぞれROM201,202,2
03における処理概念を説明するための図を示す。RO
M201では、図4(A)に示すように、IQ平面を変
調点s4,s10,s12を通る境界線分nで分割し、
境界線分nに対してs8側を領域II、s0側を領域Iと
する。このとき、受信信号S14の受信I信号S14a
および受信Q信号S14bで示される受信座標(I,
Q)が領域Iに存する場合には、幾何学的に以下の関係
が成り立つ。 (受信座標と変調点s8のユークリッド距離) ≧(受信座標と変調点s0とのユークリッド距離) 一方、受信座標(I,Q)が領域IIに存する場合には、
幾何学的に (受信座標と変調点s8のユークリッド距離) ≦(受信座標と変調点s0とのユークリッド距離) そのため、受信信号S14が領域Iに存するときには、
選択パスS201aは変調点s0を示し、領域IIに存す
るときには、選択パスS201aは変調点s8を示す。
FIGS. 4 (A), (B), and FIG.
ROM 201, 202, 2 in the modulation method, respectively
FIG. 3 is a diagram for explaining the concept of processing in FIG. RO
In M201, as shown in FIG. 4A, the IQ plane is divided by a boundary line n passing through the modulation points s4, s10, and s12.
With respect to the boundary line segment n, the s8 side is defined as a region II, and the s0 side is defined as a region I. At this time, the reception I signal S14a of the reception signal S14
And the reception coordinates (I,
When Q) exists in the region I, the following relationship holds geometrically. (Euclidean distance between reception coordinates and modulation point s8) ≧ (Euclidean distance between reception coordinates and modulation point s0) On the other hand, when reception coordinates (I, Q) exist in region II,
Geometrically (Euclidean distance between reception coordinates and modulation point s8) ≤ (Euclidean distance between reception coordinates and modulation point s0) Therefore, when reception signal S14 exists in region I,
The selection path S201a indicates the modulation point s0, and when in the area II, the selection path S201a indicates the modulation point s8.

【0033】ROM202では、図4(B)に示すよう
に、受信座標(I,Q)が領域Iに存する場合には、幾
何学的に以下の関係が成り立つ。 (受信座標と変調点s9のユークリッド距離) ≧(受信座標と変調点s1とのユークリッド距離) 一方、受信座標(I,Q)が領域IIに存する場合には、
幾何学的に (受信座標と変調点s9のユークリッド距離) ≦(受信座標と変調点s1とのユークリッド距離) そのため、受信信号S14が領域Iに存するときには、
選択パスS202aは変調点s1を示し、領域IIに存す
るときには、選択パスS202aは変調点s9を示す。
In the ROM 202, as shown in FIG. 4B, when the reception coordinates (I, Q) exist in the area I, the following geometrically holds. (Euclidean distance between reception coordinates and modulation point s9) ≧ (Euclidean distance between reception coordinates and modulation point s1) On the other hand, when reception coordinates (I, Q) exist in region II,
Geometrically (Euclidean distance between reception coordinates and modulation point s9) ≤ (Euclidean distance between reception coordinates and modulation point s1) Therefore, when reception signal S14 exists in region I,
The selection path S202a indicates the modulation point s1, and when in the area II, the selection path S202a indicates the modulation point s9.

【0034】ROM203では、図5に示すように、受
信座標(I,Q)が領域Iに存する場合には、幾何学的
に以下の関係が成り立つ。 (受信座標と変調点s10のユークリッド距離) ≧(受信座標と変調点s2とのユークリッド距離) 一方、受信座標(I,Q)が領域IIに存する場合には、
幾何学的に (受信座標と変調点s10のユークリッド距離) ≦(受信座標と変調点s2とのユークリッド距離) そのため、受信信号S14が領域Iに存するときには、
選択パスS203aは変調点s2を示し、領域IIに存す
るときには、選択パスS203aは変調点s10を示
す。
In the ROM 203, when the reception coordinates (I, Q) exist in the area I as shown in FIG. (Euclidean distance between reception coordinates and modulation point s10) ≧ (Euclidean distance between reception coordinates and modulation point s2) On the other hand, when reception coordinates (I, Q) exist in region II,
Geometrically (Euclidean distance between reception coordinates and modulation point s10) ≤ (Euclidean distance between reception coordinates and modulation point s2) Therefore, when reception signal S14 exists in region I,
The selection path S203a indicates the modulation point s2, and when in the area II, the selection path S203a indicates the modulation point s10.

【0035】ROM204〜ROM299についても所
定の平行パスの組み合わせで構成されるパスについて同
様の関係が成り立つ。
A similar relationship holds for the ROMs 204 to 299 with respect to a path composed of a predetermined combination of parallel paths.

【0036】以下、16QAM変調方式の場合のROM
201における処理を説明する。図6にROM201に
おける処理のフローチャート図を示す。 ステップS1:ROM201は、16QAM復調回路1
4から受信信号S14のI信号S14aおよびQ信号S
14bを入力する。 ステップS2:ROM201は、ステップS1で入力し
たI信号S14aおよびQ信号S14bで示される受信
座標(I,Q)が図4のIQ平面上の領域Iに存するか
を判断する。そして、領域Iに存すると判断すると後述
するステップS3の処理を実行し、領域Iに存しないと
判断すると後述するステップS6の処理を実行する。 ステップS3:ROM201は、信号点s0を出力する
パスを選択パスとして決定する。 ステップS4:ROM201は、変換テーブルに記録さ
れた、受信座標(I,Q)とステップS3で決定した信
号点s0とのユークリッド距離を抽出する。
The ROM for the 16QAM modulation method will be described below.
The processing in 201 will be described. FIG. 6 shows a flowchart of the processing in the ROM 201. Step S1: The ROM 201 stores the 16QAM demodulation circuit 1
4 to the I signal S14a and the Q signal S of the reception signal S14.
Enter 14b. Step S2: The ROM 201 determines whether the reception coordinates (I, Q) indicated by the I signal S14a and the Q signal S14b input in step S1 exist in the area I on the IQ plane in FIG. Then, when it is determined that the image does not exist in the region I, the process of step S3 described below is executed, and when it is determined that the image does not exist in the region I, the process of step S6 described below is executed. Step S3: The ROM 201 determines a path that outputs the signal point s0 as a selected path. Step S4: The ROM 201 extracts the Euclidean distance between the reception coordinates (I, Q) recorded in the conversion table and the signal point s0 determined in step S3.

【0037】一方、 ステップS6:ROM201は、信号点s8を出力する
パスを選択パスとして決定する。 ステップS7:ROM201は、変換テーブルに記録さ
れた、受信座標(I,Q)とステップS6で決定した信
号点s8とのユークリッド距離を抽出する。 ステップS5:ROM201は、ステップS3またはス
テップS6で決定した選択パス、および、ステップS4
またはステップS7で変換テーブルから抽出したユーク
リッド距離を、それぞれ選択パスS201aおよびBM
201bとしてレジスタ301に出力する。
Step S6: On the other hand, the ROM 201 determines a path for outputting the signal point s8 as a selected path. Step S7: The ROM 201 extracts the Euclidean distance between the received coordinates (I, Q) recorded in the conversion table and the signal point s8 determined in step S6. Step S5: The ROM 201 stores the selected path determined in step S3 or step S6 and step S4.
Alternatively, the Euclidean distance extracted from the conversion table in step S7 is calculated by using the selected path S201a and the BM
The data is output to the register 301 as 201b.

【0038】ROM202,203についても図4
(B),図5に基づいて上述したROM201と同様の
処理を行う。また、ROM204〜299についても同
様である。上述したROM201〜299における処理
は、それぞれ並列的に行われ、選択パスS201a〜2
99aおよびBM201b〜299bが、それぞれレジ
スタ301〜399に出力される。
The ROMs 202 and 203 are also shown in FIG.
(B) The same processing as that of the ROM 201 described above with reference to FIG. 5 is performed. The same applies to the ROMs 204 to 299. The processing in the ROMs 201 to 299 described above is performed in parallel, respectively, and the selection paths S201a to S201a
99a and BMs 201b to 299b are output to registers 301 to 399, respectively.

【0039】レジスタ301〜399は、上述したRO
M201〜299から選択パスS201a〜299a、
および、BM201b〜299bを入力し、これらを一
時的に記録し、それぞれ、選択パスS301a〜399
a、および、BM301b〜399bとしてACS回路
32に出力する。
The registers 301 to 399 correspond to the above-described RO.
Selected paths S201a to S299a from M201 to M299,
And BMs 201b to 299b are inputted, and these are temporarily recorded, and the selected paths are respectively selected S301a to S399.
a and the BMs 301b to 399b are output to the ACS circuit 32.

【0040】ACS回路32では、ブランチメトリック
回路30から入力した選択パスS301a〜399a、
および、BM301b〜399bに基づいて、各ステー
トメトリックとの和を求め、この和が最小となるブラン
チを最尤ブランチとして選択し、パスメモリ回路34を
制御し、この最小和を新たなステートメトリックとす
る。パスメモリ回路34は、ACS回路32の制御を受
け、選択されたパスを順次、記録し、所定の数だけ記憶
することにより最尤パス系列を得、このパラレルデータ
をパラレルシリアル変換回路8に出力する。パラレルシ
リアル変換回路8は、パスメモリ回路6から最尤パスS
34を並列データで入力し、直列データに変換して最尤
パスS22として出力する。
In the ACS circuit 32, the selected paths S301a to S399a input from the branch metric circuit 30
And, based on the BMs 301b to 399b, the sum with each state metric is obtained, the branch with the minimum sum is selected as the maximum likelihood branch, the path memory circuit 34 is controlled, and this minimum sum is set as a new state metric. I do. Under the control of the ACS circuit 32, the path memory circuit 34 sequentially records the selected paths, stores a predetermined number of paths, obtains a maximum likelihood path sequence, and outputs the parallel data to the parallel-serial conversion circuit 8. I do. The parallel-serial conversion circuit 8 outputs the maximum likelihood path S from the path memory circuit 6.
34 is input as parallel data, converted into serial data, and output as the maximum likelihood path S22.

【0041】また、ブランチメトリック回路30は、R
OM201〜299にQAM変調方式に応じたプログラ
ムの他にPSK変調方式などに応じたプログラムおよび
変換テーブルを記録し、変調方式指定信号S100の内
容に応じたプログラムおよび変換テーブルを用いて選択
パスおよびブランチメトリックを決定する。
Further, the branch metric circuit 30
A program corresponding to the PSK modulation method and the like and a conversion table are recorded in the OMs 201 to 299 in addition to the program corresponding to the QAM modulation method, and the selected path and the branch are selected using the program and the conversion table corresponding to the contents of the modulation method designation signal S100. Determine the metric.

【0042】上述したように本実施例のビタビ復号装置
22では、ブランチメトリック回路30は、事前にプロ
グラムされた内容に基づいて選択パスを決定し、ACS
回路32に出力する。そのため、ACS回路32では、
選択パスに決定を行う必要がなく、ACS回路32の処
理時間の短縮化、回路規模の単純・縮小化が図れる。ま
た、受信I信号S14aおよび受信Q信号S14bで示
される座標に応じて、事前に演算されたユークリッド距
離を情報として持つ変換テーブルから該選択パスのブラ
ンチメトリックを抽出する。そのため、選択パスを決定
する際にそれぞれの平行パスについてのユークリッド距
離を計算し比較することなく選択パスを決定でき、ブラ
ンチメトリック回路30の処理時間の短縮化、回路規模
の単純・縮小化が図れる。また、ブランチメトリック回
路30では、ROM201〜299における処理を並列
的に行うため、処理時間を大幅に短縮することができ
る。さらに、ブランチメトリック回路30では、同一の
回路を用いて、種々の通信方式に応じた処理を行うこと
ができる。
As described above, in the Viterbi decoding device 22 of the present embodiment, the branch metric circuit 30 determines the selected path based on the contents programmed in advance, and executes the ACS.
Output to the circuit 32. Therefore, in the ACS circuit 32,
It is not necessary to determine the selected path, and the processing time of the ACS circuit 32 can be reduced, and the circuit scale can be simplified and reduced. Further, the branch metric of the selected path is extracted from the conversion table having the Euclidean distance calculated in advance as information according to the coordinates indicated by the reception I signal S14a and the reception Q signal S14b. Therefore, when determining the selection path, the selection path can be determined without calculating and comparing the Euclidean distance for each parallel path, and the processing time of the branch metric circuit 30 can be reduced, and the circuit scale can be simplified and reduced. . In the branch metric circuit 30, the processing in the ROMs 201 to 299 is performed in parallel, so that the processing time can be significantly reduced. Further, the branch metric circuit 30 can perform processing according to various communication systems using the same circuit.

【0043】第2実施例について説明する。本実施例の
送受信システム、ビタビ復号装置およびブランチメトリ
ック回路の構成は、基本的には、上述した第1実施例の
図1,図2および図3と同一であるが、本実施例では、
送信信号は、32QAM変調されて送信される。
Next, a second embodiment will be described. The configurations of the transmission / reception system, the Viterbi decoding device, and the branch metric circuit of the present embodiment are basically the same as those of FIGS. 1, 2 and 3 of the above-described first embodiment.
The transmission signal is transmitted after 32QAM modulation.

【0044】この場合には、畳込符合化回路2のトレリ
ス遷移において平行パスは4本存在し、選択パス信号は
2ビット有する。本実施例のブランチメトリック回路の
ROM201は、たとえば、出力信号点s0,s8,s
16,s24を示す信号S2を出力する4本の平行パス
について選択パスの決定およびブランチメトリックBM
の算出を行う。本実施例では、変調方式は、32QAM
変調方式であり、変調方式指定信号S100は、32Q
AM変調方式を指定している。このとき、図7(A)に
示すように、境界線分nを定め、IQ平面を領域I〜IV
の4つの領域に分割し、受信信号の受信座標(I,Q)
に応じて上述した第1実施例のROM201と同様の処
理を行う。
In this case, there are four parallel paths in the trellis transition of the convolutional coding circuit 2, and the selected path signal has two bits. The ROM 201 of the branch metric circuit of this embodiment stores, for example, output signal points s0, s8, s
16 and s24, the selected path is determined for the four parallel paths that output the signal S2 and the branch metric BM
Is calculated. In the present embodiment, the modulation method is 32QAM
The modulation system designation signal S100 is 32Q
The AM modulation method is specified. At this time, as shown in FIG. 7A, a boundary line segment n is determined, and the IQ plane is set in the regions I to IV.
Is divided into four areas, and the reception coordinates (I, Q) of the reception signal
, The same processing as that of the ROM 201 of the above-described first embodiment is performed.

【0045】具体的には、受信座標(I,Q)が領域I
に存する場合には、選択パスとしてs0を選択し、受信
座標と変調点s0とのユークリッド距離をブランチメト
リックBMとする。また、受信座標(I,Q)が領域II
に存する場合には、選択パスとしてs8を選択し、受信
座標と変調点s8とのユークリッド距離をブランチメト
リックBMとする。また、受信座標(I,Q)が領域II
I に存する場合には、選択パスとしてs16を選択し、
受信座標と変調点s16とのユークリッド距離をブラン
チメトリックBMとする。さらに、受信座標(I,Q)
が領域IVに存する場合には、選択パスとしてs24を選
択し、受信座標と変調点s24とのユークリッド距離を
ブランチメトリックBMとする。
More specifically, the reception coordinates (I, Q) are in the region I
S0 is selected as the selection path, and the Euclidean distance between the reception coordinates and the modulation point s0 is set as the branch metric BM. Also, the reception coordinates (I, Q) are in the area II
S8 is selected as the selection path, and the Euclidean distance between the reception coordinates and the modulation point s8 is set as the branch metric BM. Also, the reception coordinates (I, Q) are in the area II
If it exists in I, select s16 as the selection path,
The Euclidean distance between the reception coordinates and the modulation point s16 is defined as a branch metric BM. Further, the reception coordinates (I, Q)
Exists in the region IV, s24 is selected as a selection path, and the Euclidean distance between the reception coordinates and the modulation point s24 is set as a branch metric BM.

【0046】ROM202は、図7(B)に示すよう
に、領域I〜領域IVを定め、それぞれ出力信号点s1,
s9,s17,s25を示す信号S2を出力する4本の
平行パスについて上述したROM201と同様に選択パ
スの決定およびブランチメトリックBMの算出を行う。
ROM203〜ROM299についても上述したROM
201と同様にそれぞれ所定の出力信号点を示す信号S
2を出力する4本の平行パスについて上述したROM2
01と同様に選択パスの決定およびブランチメトリック
BMの算出を行う。
The ROM 202 determines areas I to IV as shown in FIG. 7B, and outputs signal points s1 and s1, respectively.
For the four parallel paths that output the signal S2 indicating s9, s17, and s25, the selection path is determined and the branch metric BM is calculated in the same manner as in the ROM 201 described above.
The ROMs 203 to 299 are also the ROMs described above.
Signals S each indicating a predetermined output signal point similarly to 201
ROM2 described above for the four parallel paths that output
As in the case of 01, the selection path is determined and the branch metric BM is calculated.

【0047】上述したように本実施例のビタビ復号装置
のブランチメトリック回路は、32QAM変調方式によ
る受信信号について、上述した第1実施例のブランチメ
トリック回路30と同様の効果を得ることができる。
As described above, the branch metric circuit of the Viterbi decoding apparatus according to the present embodiment can obtain the same effect as that of the branch metric circuit 30 according to the above-described first embodiment with respect to a received signal based on the 32QAM modulation method.

【0048】[0048]

【発明の効果】本発明のビタビ復号方法およびその装置
によれば、平行パスの取り扱いを簡単化することができ
る。また、本発明によれば、ユークリッド距離の演算処
理を簡略化するができる。また、本発明によれば、各平
行パスの組み合わせについて、選択パスおよびブランチ
メトリックの決定処理を並列化することができる。以上
の結果、本発明によれば、演算処理の高速化、回路規模
の単純化、縮小化が図れる。また、本発明によれば、同
一の回路構成を用いて、種々の変調方式に対応したビタ
ビ復号が可能になる。
According to the Viterbi decoding method and apparatus of the present invention, the handling of parallel paths can be simplified. Further, according to the present invention, the calculation processing of the Euclidean distance can be simplified. Further, according to the present invention, for each combination of parallel paths, the process of determining the selected path and the branch metric can be parallelized. As a result, according to the present invention, it is possible to increase the speed of the arithmetic processing, simplify and reduce the circuit scale. According to the present invention, Viterbi decoding corresponding to various modulation schemes can be performed using the same circuit configuration.

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

【図1】第1実施例の送受信システムの説明するための
図である。
FIG. 1 is a diagram for explaining a transmission / reception system according to a first embodiment.

【図2】第1実施例のビタビ復号装置の構成図である。FIG. 2 is a configuration diagram of a Viterbi decoding device according to a first embodiment.

【図3】第1実施例のブランチメトリック回路の構成図
である。
FIG. 3 is a configuration diagram of a branch metric circuit according to the first embodiment.

【図4】第1実施例のROMにおける処理を説明するた
めの図である。
FIG. 4 is a diagram for explaining processing in a ROM according to the first embodiment;

【図5】第1実施例のROMにおける処理を説明するた
めの図である。
FIG. 5 is a diagram for explaining processing in the ROM of the first embodiment.

【図6】第1実施例のROMにおける処理のフローチャ
ート図である。
FIG. 6 is a flowchart of a process in a ROM of the first embodiment.

【図7】第2実施例のROMにおける処理を説明するた
めの図である。
FIG. 7 is a diagram for explaining processing in the ROM of the second embodiment.

【図8】従来の畳込符合化回路の構成図である。FIG. 8 is a configuration diagram of a conventional convolutional encoding circuit.

【図9】16QAM変調方式の信号点を説明するための
図である。
FIG. 9 is a diagram for explaining signal points of the 16QAM modulation scheme.

【図10】畳込符合化回路における符号化に用いられる
トレリス表現図である。
FIG. 10 is a trellis expression diagram used for encoding in a convolutional encoding circuit.

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

2・・・畳込符合化回路 4・・・信号割当回路 7・・・16QAM変調回路 8a,8b,15a,15b・・・ミキサ 9・・・局部発振器 10,17・・・ハイブリッド器 11・・・加算器 12・・・バンドパスフィルタ 16・・・搬送波再生器 18a,18b・・・ローパスフィルタ 19a,19b・・・A/D変換器 22・・・ビタビ復号装装置 30・・・ブランチメトリック回路 32・・・ACS回路 34・・・パスメモリ 36・・・パラレルシリアル変換回路 200・・・ROMブロック 201〜299・・・ROM 300・・・レジスタブロック 301〜399・・・レジスタ 2 Convolutional coding circuit 4 Signal allocation circuit 7 16 QAM modulation circuit 8a, 8b, 15a, 15b Mixer 9 Local oscillator 10, 17 Hybrid device 11 ..Adder 12 ... Band pass filter 16 ... Carrier regenerator 18a, 18b ... Low pass filter 19a, 19b ... A / D converter 22 ... Viterbi decoding device 30 ... Branch Metric circuit 32 ACS circuit 34 Path memory 36 Parallel-serial conversion circuit 200 ROM block 201-299 ROM 300 Register block 301-399 Register

Claims (8)

(57)【特許請求の範囲】(57) [Claims] 【請求項1】変調されている受信信号についてブランチ
メトリック演算を行い、最尤パスを決定するビタビ復号
装置において、 ランチメトリックを演算する回路は、平行パスが存在
する変調方法で変調されている受信信号の状態、およ
び、予め定められた前記変調方法で規定される条件に基
づいて、前記平行パスから選択パスを決定する手段を有
し、 選択パスに基づいてビタビ復号し、 前記選択パスを決定する手段は、前記受信信号と各平行
パスに対応する信号点について最も距離が小さい平行パ
スを選択パスとして決定するように事前にプログラムさ
れた内容に基づいて、選択パスを決定する タビ復号装
置。
1. A performs branch metric calculation on the received signal being modulated, in the Viterbi decoding <br/> apparatus for determining a maximum likelihood path, the circuit for calculating the branch metric, the modulation method of parallel paths exist state of the reception signal being modulated, and, on the basis of the condition defined by the predetermined said modulation method, comprising means for determining a selected path from the parallel path, and Viterbi decoding based on said selected path The means for determining the selected path comprises:
For the signal point corresponding to the path,
Pre-programmed to determine the
The based on the content, Viterbi decoding apparatus for determining a selected path.
【請求項2】前記ブランチメトリックを演算する回路
は、複数の平行パスの組のそれぞれに対応する前記選択
パスを決定する手段を有し、各選択パスを決定する手段
は、選択パスの決定を同時的に並列して行う請求項1記
載のビタビ復号装置。
2. The circuit for calculating the branch metric has means for determining the selected path corresponding to each of a plurality of sets of parallel paths, and the means for determining each selected path determines the selected path. 2. The Viterbi decoding device according to claim 1, wherein the decoding is performed simultaneously and in parallel.
【請求項3】前記選択パスを決定する手段は、予め定め
られた複数の変調方法に対応して前記選択パスを決定す
るように構成され、指定された変調方法に応じて選択パ
スを決定する請求項1または請求項2記載のビタビ復号
装置。
3. The means for determining a selected path is configured to determine the selected path according to a plurality of predetermined modulation methods, and determines the selected path according to a specified modulation method. The Viterbi decoding device according to claim 1.
【請求項4】前記距離は、ユークリッド距離であり、 前記ブランチメトリックを演算する回路は、信号点につ
いて前記受信信号をパラメータとしたユークリッド距離
が事前に記憶され該パラメータに対応するユークリッド
距離を出力する変換手段をさらに有する請求項1〜3い
ずれか記載のビタビ復号装置。
4. The circuit according to claim 1, wherein the distance is a Euclidean distance, and the circuit for calculating the branch metric stores a Euclidean distance using the received signal as a parameter for a signal point in advance and outputs a Euclidean distance corresponding to the parameter. The Viterbi decoding device according to claim 1, further comprising a conversion unit.
【請求項5】前記受信信号は、畳込み符合化信号である
請求項1〜4いずれか記載のビタビ復号装置。
5. The Viterbi decoding device according to claim 1, wherein said received signal is a convolutional coded signal.
【請求項6】前記畳込み符合化信号は、トレリス符合化
信号である請求項5記載のビタビ復号装置。
6. The Viterbi decoding apparatus according to claim 5, wherein said convolutional coded signal is a trellis coded signal.
【請求項7】平行パスが存在する変調方法で変調された
受信信号の状態および予め定められた前記変調方法で規
定される条件に基づいて、前記平行パスから選択パスを
選択し、 該選択パスに基づいてビタビ復号し、 前記選択パスの選択は、前記受信信号と各平行パスに対
応する信号点について最も距離が小さい平行パスを選択
するように事前にプログラムされた内容に基づいて行う
ビタビ復号方法。
7. A selected path is selected from the parallel paths based on a state of a received signal modulated by a modulation method having a parallel path and a predetermined condition defined by the modulation method. The Viterbi decoding is performed based on the content pre-programmed to select the parallel path having the shortest distance for the signal point corresponding to the received signal and each parallel path. Method.
【請求項8】平行パスの組のそれぞれについて、同時的
に並列して選択パスの決定を行う請求項7記載のビタビ
復号方法。
8. The Viterbi decoding method according to claim 7, wherein a selected path is determined simultaneously and in parallel for each set of parallel paths.
JP01853193A 1993-02-05 1993-02-05 Viterbi decoding method and device Expired - Fee Related JP3348303B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP01853193A JP3348303B2 (en) 1993-02-05 1993-02-05 Viterbi decoding method and device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP01853193A JP3348303B2 (en) 1993-02-05 1993-02-05 Viterbi decoding method and device

Publications (2)

Publication Number Publication Date
JPH06232923A JPH06232923A (en) 1994-08-19
JP3348303B2 true JP3348303B2 (en) 2002-11-20

Family

ID=11974216

Family Applications (1)

Application Number Title Priority Date Filing Date
JP01853193A Expired - Fee Related JP3348303B2 (en) 1993-02-05 1993-02-05 Viterbi decoding method and device

Country Status (1)

Country Link
JP (1) JP3348303B2 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
FR2724273B1 (en) * 1994-09-05 1997-01-03 Sgs Thomson Microelectronics SIGNAL PROCESSING CIRCUIT FOR IMPLEMENTING A VITERBI ALGORITHM

Also Published As

Publication number Publication date
JPH06232923A (en) 1994-08-19

Similar Documents

Publication Publication Date Title
JP2768169B2 (en) Data transmission method
US5675590A (en) Cyclic trellis coded modulation
EP0341256B1 (en) Modem and method using multidimensional coded modulation
JPH05335972A (en) Viterbi decoder
JPH07245635A (en) Signal point mapping method and signal point detection method
US5724394A (en) Viterbi decoding method and decoder capable of eliminating phase indeterminacy
JP2702831B2 (en) Viterbi decoding method
WO2008032083A1 (en) M-gfsk receiver with a viterbi-decoder having reduced trellis states
JP3348303B2 (en) Viterbi decoding method and device
US20020031195A1 (en) Method and apparatus for constellation decoder
AU699565B2 (en) An error detection and correction system for a stream of encoded data
US7020223B2 (en) Viterbi decoder and method using sequential two-way add-compare-select operations
JPS62190934A (en) Data demodulating device
Carden A Quantized Euclidean Soft-Decision Maximum Likelihood Sequence Decoder: A Concept for Spectrally Efficient TM Systems
JP4025226B2 (en) Error correction transmission device
JP2701702B2 (en) Viterbi decoding circuit
JP2518355B2 (en) Coding modem circuit
JP2001197134A (en) Maximum likelihood decoder
US6411663B1 (en) Convolutional coder and viterbi decoder
Chishtie Viterbi implementation on the TMS320C5x for V. 32 modems
JPH05227044A (en) Method for determining shortest hamming distance in viterbi decoding process
CN105356894B (en) Trellis coded modulation
JPH0832457A (en) Viterbi decoding method and device and absolute value arithmetic circuit
JPH06232769A (en) Viterbi decoding method and its device
GB2302779A (en) Decoding punctured convolutionally encoded data

Legal Events

Date Code Title Description
LAPS Cancellation because of no payment of annual fees