JPH06164423A - Viterbi decoder - Google Patents

Viterbi decoder

Info

Publication number
JPH06164423A
JPH06164423A JP33561492A JP33561492A JPH06164423A JP H06164423 A JPH06164423 A JP H06164423A JP 33561492 A JP33561492 A JP 33561492A JP 33561492 A JP33561492 A JP 33561492A JP H06164423 A JPH06164423 A JP H06164423A
Authority
JP
Japan
Prior art keywords
path metric
value
unit
path
metric values
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
JP33561492A
Other languages
Japanese (ja)
Inventor
Kazuo Somiya
和男 宗宮
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Murata Machinery Ltd
Original Assignee
Murata Machinery Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Murata Machinery Ltd filed Critical Murata Machinery Ltd
Priority to JP33561492A priority Critical patent/JPH06164423A/en
Publication of JPH06164423A publication Critical patent/JPH06164423A/en
Pending legal-status Critical Current

Links

Landscapes

  • Error Detection And Correction (AREA)

Abstract

PURPOSE:To provide a Viterbi decoder which prevents overflow in the storage of path metric values and reflects the past condition on path metric values. CONSTITUTION:In steps S11 and S12, branch metrics DAA and DCA are added to path metric values MA<n> and MC<n>. In a step S13, new path metric values are compared with each other; and in a step S14, one path whose sum of humming distances is shorter is selected as a surviving path. In a step S15, overflow processing is performed; and in the case of excess over a maximum storage value of path metric values, an extent alpha of excess is subtracted from path metric values to store a value MA<n-1> made relative. In the overflow processing in a step S25, path metric values surviving in the same manner are subjected to alpha subtraction processing to perform the required overflow processing furthermore. Consequently, path metric values do not overflow.

Description

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

【0001】[0001]

【産業上の利用分野】本発明は、たたみ込み符号のよう
に、シフト・レジスタ・プロセスとして表現された符号
を復号するのに適したビタビ復号器に関するものであ
る。
FIELD OF THE INVENTION The present invention relates to a Viterbi decoder suitable for decoding a code expressed as a shift register process, such as a convolutional code.

【0002】[0002]

【従来の技術】ビタビ復号の基本となるのは、最尤復号
である。最尤復号は、通信路を通して受信された受信デ
ータ系列とこれらの可能なすべての符号化データ列のそ
れぞれのハミング距離を計算することによって、最も確
からしい符号化データ列を判定し、復号化する復号法で
ある。
2. Description of the Related Art The basis of Viterbi decoding is maximum likelihood decoding. Maximum likelihood decoding determines and decodes the most probable encoded data sequence by calculating the Hamming distance of each of these possible encoded data sequences and the received data sequence received over the channel. It is a decoding method.

【0003】最尤復号の最尤パスを判定し、復号化する
場合に、受信データの数が増加するにつれて、対象とす
べき符号化データ列の数が指数関数的に増大し、全ての
ハミング距離を計算する復号器が膨大なものとなるとい
う問題がある。ビタビ復号法では、たたみ込み符号の繰
り返し構造であるデータ系列におけるデータ相互間の相
関関係に基づいて、符号化データ列の選択に必要となる
計算回数を、たたみ込み符号器の構成により定まる状態
数だけに抑えて、最尤化する復号法である。
When determining and decoding the maximum likelihood path of maximum likelihood decoding, as the number of received data increases, the number of coded data strings to be processed increases exponentially, and all Hamming is performed. There is a problem that the decoder for calculating the distance becomes huge. In the Viterbi decoding method, the number of calculations required to select a coded data string is determined by the convolutional encoder configuration based on the correlation between the data in the data sequence, which is the repeating structure of the convolutional code. It is a decoding method that maximizes the likelihood while suppressing the above.

【0004】たたみ込み符号は、図2のトレリス・ダイ
ヤグラムによって示すことができる。状態A,B,C,
Dの4つの状態をとる場合、A,Cの状態においては、
入力データが”0”であればAに、”1”であればBに
遷移する。また、B,Dの状態においては、入力データ
が”0”であればCに、”1”であればDに遷移する。
したがって、ステップ3以降のそれぞれの状態において
は、前の状態から遷移するパスは2つに限られる。ビタ
ビ復号法では、各状態に到達する2つのパスのうち、受
信データ列とのハミング距離が小さい方のパスを選択し
て、これを生き残りパスとして記憶して行く方法であ
る。
The convolutional code can be illustrated by the trellis diagram of FIG. States A, B, C,
In the four states of D, in the states of A and C,
If the input data is "0", it transits to A, and if it is "1", it transits to B. Further, in the states of B and D, if the input data is "0", it transits to C, and if it is "1", it transits to D.
Therefore, in each state after step 3, the number of paths that transit from the previous state is limited to two. The Viterbi decoding method is a method in which a path having a smaller Hamming distance to a received data string is selected from the two paths reaching each state, and this path is stored as a surviving path.

【0005】生き残りパスにおけるパスメトリック(パ
ス尤度)は毎回累積されるから、それぞれのパスメトリ
ック値のレジスタの記憶容量をオーバーフローする可能
性がある。従来は、ある回数パスメトリック値を計算し
たら、クリアする方法が採用されている。
Since the path metric (path likelihood) in the surviving path is accumulated every time, the storage capacity of the register of each path metric value may overflow. Conventionally, a method of clearing after calculating a path metric value a certain number of times has been adopted.

【0006】しかしながら、この方法では、本来受信開
始から現在までの時間についてのパスを考慮すべきであ
るのに、パスメトリック値は、ある限られた時間範囲の
ものとなってしまうために、正確な復号化ができないと
いう問題がある。
However, in this method, the path for the time from the start of reception to the present should be taken into consideration, but the path metric value is in a certain limited time range. There is a problem that it cannot be decrypted.

【0007】[0007]

【発明が解決しようとする課題】本発明は、上述した事
情に鑑みてなされたもので、パスメトリック値の記憶に
おけるオーバーフローを防止でき、しかも、パスメトリ
ック値が過去の状況を反映できる復号が可能なビタビ復
号器を提供することを目的とするものである。
SUMMARY OF THE INVENTION The present invention has been made in view of the above-mentioned circumstances, and it is possible to prevent the storage of the path metric value from overflowing and to perform decoding in which the path metric value can reflect the past situation. It is an object of the present invention to provide a simple Viterbi decoder.

【0008】[0008]

【課題を解決するための手段】本発明は、請求項1に記
載の発明においては、ビタビ復号器において、最尤化処
理を行なうためのパスメトリック値を記憶する記憶部
と、該記憶部に記憶させるパスメトリック値を所定値と
比較する比較部と、全てのパスメトリック値を所望の値
だけ減算する減算部を有し、前記比較部の比較結果に基
づいて、減算部による減算を行なわせることを特徴とす
るものである。
According to a first aspect of the present invention, in a Viterbi decoder, a storage unit for storing a path metric value for performing maximum likelihood processing, and a storage unit A comparison unit that compares the stored path metric value with a predetermined value and a subtraction unit that subtracts all path metric values by a desired value, and causes the subtraction unit to perform the subtraction based on the comparison result of the comparison unit. It is characterized by that.

【0009】請求項2に記載の発明においては、ビタビ
復号器において、最尤化処理を行なうためのパスメトリ
ック値を記憶する記憶部と、全てのパスメトリック値の
うちの最小の値を検出する最小値検出部と、全てのパス
メトリック値を所望の値だけ減算する減算部を有し、前
記最小値検出部の出力データに基づいて、減算部による
減算を行なわせることを特徴とするものである。
According to the second aspect of the present invention, in the Viterbi decoder, a storage unit for storing a path metric value for performing maximum likelihood processing and a minimum value of all path metric values are detected. It is characterized in that it has a minimum value detection unit and a subtraction unit that subtracts all path metric values by a desired value, and that subtraction is performed by the subtraction unit based on the output data of the minimum value detection unit. is there.

【0010】[0010]

【作用】本発明によれば、パスメトリック値を相対化し
て記憶できるようにしたことにより、過去の状況を反映
したパスメトリック値を得ることができ、また、パスメ
トリック値の記憶がオーバーフローすることがないビタ
ビ復号器が実現できる。
According to the present invention, since the path metric value can be stored relative to each other, the path metric value reflecting the past situation can be obtained, and the storage of the path metric value overflows. It is possible to realize a Viterbi decoder that does not have any.

【0011】[0011]

【実施例】図1は、本発明のビタビ復号器の一実施例の
動作のフローの説明図である。この説明では、図2に対
応して、A,B,C,Dの4つの状態を考えている。ス
テップnにおけるA,B,C,Dの4つの状態の生き残
りパスのパスメトリック値をMAn ,MBn ,MCn
MDn とする。次の受信点データが得られたステップ
(n+1)の各状態A,B,C,Dにおいては、ステッ
プnからは、それぞれ2つの遷移のみが存在するから、
ステップnから到達する2つのブランチの受信点と各状
態の信号点とのハミング距離を計算してブランチメトリ
ックを得る。
DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS FIG. 1 is an explanatory diagram of an operation flow of an embodiment of a Viterbi decoder of the present invention. In this description, four states of A, B, C, and D are considered corresponding to FIG. The path metric values of the surviving paths in the four states of A, B, C, and D in step n are MA n , MB n , MC n ,
Let MD n . In each state A, B, C, D of step (n + 1) where the next reception point data is obtained, only two transitions exist from step n, respectively,
The Hamming distances between the reception points of the two branches and the signal points in each state that arrive from step n are calculated to obtain the branch metric.

【0012】図1では、状態Aと状態Cからの遷移のみ
を図示した。状態Aと状態Cからの遷移は、状態Aと状
態Bからのみである。S11では、パスメトリック値M
nにブランチメトリックDAAが加えられ、S12で
は、パスメトリック値MCn にブランチメトリックDCA
が加えられる。S13で両方のパスメトリック値とブラ
ンチメトリックの和が比較され、S14でハミング距離
の和が小さい方が生き残りパスとして選択される。S1
5では、オーバーフロー処理が行なわれる。この実施例
では、パスメトリック値の記憶領域の最大記憶値との比
較が行なわれ、これを超えていない場合は、S16にお
いて、選択されたパスのパスメトリック値MAn+1 を記
憶して、状態Aに遷移したパスの処理を終了する。次
に、状態Bへの遷移の処理を行なう。S21では、パス
メトリック値MAn にブランチメトリックDABが加えら
れ、S22では、パスメトリック値MCn にブランチメ
トリックDCBが加えられる。S23で両方のパスメトリ
ック値とブランチメトリックの和が比較され、S24で
ハミング距離の和が小さい方が生き残りパスとして選択
される。S25では、オーバーフロー処理が行なわれ
る。同様に、パスメトリック値の記憶領域の最大記憶値
との比較が行なわれ、これを超えていない場合は、S2
6において、選択されたパスのパスメトリック値MB
n+1 を記憶して、状態Bに遷移したパスの処理を終了す
るが、S25のオーバーフロー処理で、パスメトリック
値が最大記憶値を超えている場合には、超過分αだけパ
スメトリック値を減算し、さらに、先に記憶したパスメ
トリック値MAn+1 を呼び出して、同じ超過分αを減算
して、MAn+1 の記憶値を更新する。ついで、超過分α
を減算して相対化したパスメトリック値MBn+1 を記憶
して状態Bの処理を終了する。
In FIG. 1, only the transitions from state A and state C are shown. The transitions from state A and state C are only from state A and state B. In S11, the path metric value M
The branch metric D AA is added to A n , and in S12, the branch metric D CA is added to the path metric value MC n.
Is added. The sum of both path metric values and the branch metric is compared in S13, and the smaller sum of the Hamming distances is selected as the surviving path in S14. S1
At 5, overflow processing is performed. In this embodiment, the path metric value is compared with the maximum storage value in the storage area, and if it does not exceed the maximum storage value, the path metric value MA n + 1 of the selected path is stored in S16. The processing of the path transiting to the state A is ended. Next, the transition process to the state B is performed. In S21, the branch metric D AB is added to the path metric value MA n , and in S22, the branch metric D CB is added to the path metric value MC n . The sum of both path metric values and the branch metric is compared in S23, and the smaller sum of the Hamming distances is selected as the surviving path in S24. At S25, overflow processing is performed. Similarly, the path metric value is compared with the maximum storage value in the storage area, and if it does not exceed this, S2
6, the path metric value MB of the selected path
Although n + 1 is stored and the processing of the path transiting to the state B is terminated, if the path metric value exceeds the maximum storage value in the overflow processing of S25, the excess amount α is set to the path metric value. Subtracting and further recalling the previously stored path metric value MA n + 1 , subtracting the same excess α, updates the stored value of MA n + 1 . Then, the excess α
Is stored and the path metric value MB n + 1 obtained by subtraction is stored and the processing of the state B is ended.

【0013】S15のオーバーフロー処理で、パスメト
リック値が最大記憶値を超えている場合には、超過分α
だけパスメトリック値を減算し、相対化したパスメトリ
ック値MAn+1 を記憶する。また、S25のオーバーフ
ロー処理では、生き残ったパスメトリック値に対して、
超過分αだけ減算処理を行ない、減算結果を最大記憶値
と比較して、上述したオーバーフロー処理をさらに行な
う。同様にして、全ての状態の処理を終了した後、パス
メトリック値の最小のパスを選択して所定のステップ数
の前の受信点の値が決定される。
In the overflow process of S15, if the path metric value exceeds the maximum storage value, the excess α
Only the path metric value is subtracted, and the relativized path metric value MA n + 1 is stored. Further, in the overflow processing of S25, for the surviving path metric value,
The subtraction process is performed by the excess amount α, the subtraction result is compared with the maximum storage value, and the overflow process described above is further performed. Similarly, after the processing of all the states is completed, the path having the smallest path metric value is selected and the value of the reception point before the predetermined number of steps is determined.

【0014】なお、オーバーフロー処理は、すべての状
態の生き残りパスが決定された後に行なうようにしても
よい。しかし、このようにした場合には、一時的に全て
のパスメトリック値を記憶させておく作業領域を必要と
し、しかも、オーバーフローしないだけの領域を確保し
ておく必要がある。
The overflow process may be performed after the surviving paths of all the states are determined. However, in such a case, a work area for temporarily storing all path metric values is required, and an area that does not overflow must be secured.

【0015】また、オーバーフローが生じた場合の減算
処理は、超過分αを減算するようにすることに限られる
ものではない。次のステップに移行する前、あるいは、
そのステップが終了したときなど、すべての生き残りパ
スが決定されいるときに、パスメトリック値の最小値を
検出し、これを超えない値を減算分βを決めておき、こ
れを上述した減算分αの代わりに用いるようにしてもよ
い。
Further, the subtraction processing when overflow occurs is not limited to the subtraction of the excess α. Before moving to the next step, or
When all surviving paths have been determined, such as when that step is completed, the minimum path metric value is detected, and a value that does not exceed this is determined as the subtraction amount β, and this is subtracted from the subtraction amount α described above. May be used instead of.

【0016】上述した実施例では、オーバーフローが生
じた場合に減算処理を行なうようにして相対化処理を行
なった。しかし、オーバーフローが生じない状態におい
ても減算処理を行なうようにしてもよい。1つのステッ
プごとに、あるいは、複数のステップごとに、上述した
減算分βにより全てのパスメトリック値から減算する相
対化を行なうようにしてもよい。
In the above-described embodiment, the relativization process is performed so that the subtraction process is performed when an overflow occurs. However, the subtraction process may be performed even in a state where overflow does not occur. Relativization may be performed by subtracting from all the path metric values by the above-described subtraction amount β in each step or in each of a plurality of steps.

【0017】なお、上述した実施例では、パスメトリッ
ク値は、ハミング距離で行なったが、受信点と信号点の
ユークリッド距離を用いてパスメトリック値を演算する
ようにしてもよい。
In the above embodiment, the Hamming distance was used as the path metric value, but the Euclidean distance between the receiving point and the signal point may be used to calculate the path metric value.

【0018】図3は、本発明の自動等化器をファクシミ
リ装置に適用した実施例のブロック図である。このファ
クシミリ装置は、CCITT勧告V.17に則ったもの
である。図中、1はAGC回路、2はA/D変換部、3
は帰還回路、4は復調部、5は自動等化部、6は基準信
号部、7,8は制御部、9は位相補正部、10はビタビ
復号部、11は仮判定部、12は等化誤差検出部、13
は位相誤差検出部、14は入力端子、15は出力端子で
ある。入力端子14には、位相変調信号が入力され、A
GC回路1でゲイン調整が行なわれて、A/D変換部2
でディジタル信号に変換される。帰還回路3は、ディジ
タル信号の振幅値に基づいて、AGC回路1を制御す
る。復調部4は、基準信号部6からの信号を用いて、デ
ィジタル信号を、I成分とQ成分に弁別する。弁別され
た各出力信号は、自動等化部5により回線上で生じた信
号の歪が除去される。自動等化部5で等化された信号
は、ビタビ復号部10で復号されるが、ビタビ復号部1
0では、判定結果として信号点を出力端子15に出力す
る。ビタビ復号においては、上述したオーバーフロー処
理が行なわれるとともに、オーバーフロー処理を行なっ
たステップとその減算値を記憶している。したがって、
相対化したパスメトリック値から、絶対値を演算して制
御部7に出力する。出力端子15に出力された信号は、
差分符号が復号され、デスクランブラが行なわれて、元
のデータ列に戻される。
FIG. 3 is a block diagram of an embodiment in which the automatic equalizer of the present invention is applied to a facsimile machine. This facsimile machine is based on CCITT Recommendation V.6. It is based on 17. In the figure, 1 is an AGC circuit, 2 is an A / D converter, 3
Is a feedback circuit, 4 is a demodulation unit, 5 is an automatic equalization unit, 6 is a reference signal unit, 7 and 8 are control units, 9 is a phase correction unit, 10 is a Viterbi decoding unit, 11 is a tentative determination unit, 12 is etc. Error detector, 13
Is a phase error detector, 14 is an input terminal, and 15 is an output terminal. The phase modulation signal is input to the input terminal 14 and
The gain is adjusted in the GC circuit 1, and the A / D converter 2
Is converted into a digital signal by. The feedback circuit 3 controls the AGC circuit 1 based on the amplitude value of the digital signal. The demodulation unit 4 uses the signal from the reference signal unit 6 to discriminate the digital signal into an I component and a Q component. The automatic equalization unit 5 removes the signal distortion generated on the line from each of the discriminated output signals. The signal equalized by the automatic equalization unit 5 is decoded by the Viterbi decoding unit 10, but the Viterbi decoding unit 1
At 0, the signal point is output to the output terminal 15 as the determination result. In the Viterbi decoding, the above-described overflow processing is performed, and the step where the overflow processing is performed and the subtraction value thereof are stored. Therefore,
An absolute value is calculated from the relativized path metric value and output to the control unit 7. The signal output to the output terminal 15 is
The differential code is decoded, the descrambler is performed, and the original data string is restored.

【0019】仮判定部11は、自動等化部5の出力値で
ある受信点の至近の点を信号点として判定する。受信点
と信号点との差が等化誤差検出部12で検出され、制御
部7に与えられ、自動等化部5の可変乗算係数を制御す
る。同時に、ビタビ復号部10からのパスメトリック値
によって、制御部7が制御され、パスメトリック値が大
きい場合には、誤差信号による可変乗算係数の変化量を
大きくし、パスメトリック値が小さい場合には、誤差信
号による可変乗算係数の変化量を小さくする。
The tentative decision section 11 decides a point closest to the reception point, which is the output value of the automatic equalization section 5, as a signal point. The difference between the reception point and the signal point is detected by the equalization error detection unit 12 and given to the control unit 7 to control the variable multiplication coefficient of the automatic equalization unit 5. At the same time, the control unit 7 is controlled by the path metric value from the Viterbi decoding unit 10, and when the path metric value is large, the change amount of the variable multiplication coefficient by the error signal is increased, and when the path metric value is small, , The amount of change in the variable multiplication coefficient due to the error signal is reduced.

【0020】パスメトリック値による可変乗算係数係数
の制御は、誤差信号にパスメトリック値を乗算するよう
にしてもよいし、可変乗算係数の変化量をステップ値と
して与え、誤差信号により決定されたステップ値を、パ
スメトリック値に応じて増減させるようにしてもよい。
The control of the variable multiplication coefficient coefficient by the path metric value may be performed by multiplying the error signal by the path metric value, or by giving the change amount of the variable multiplication coefficient as a step value, the step determined by the error signal. The value may be increased or decreased according to the path metric value.

【0021】位相誤差検出部13は、自動等化部5の出
力における受信点と仮判定部11による信号点との間の
位相誤差を検出し、制御部8を介して位相補正部9を制
御し、位相ジッターを補償する。位相誤差検出部13の
出力は、基準信号部6にも与えられ、基準信号の位相を
調整する。
The phase error detection unit 13 detects a phase error between the reception point in the output of the automatic equalization unit 5 and the signal point by the temporary determination unit 11, and controls the phase correction unit 9 via the control unit 8. And compensate for phase jitter. The output of the phase error detection unit 13 is also given to the reference signal unit 6 to adjust the phase of the reference signal.

【0022】可変乗算係数の更新の際の変化を、制御部
7において、パスメトリック値に応じて行なうようにし
たが、制御部8にもビタビ復号部10からのパスメトリ
ック値を加えて、位相補正部の補正データも、パスメト
リック値に応じた補正係数を与えるようにしてもよい。
瞬時エラーが生じた場合の位相補償も、より安定して行
なうことができる。
The change in updating the variable multiplication coefficient is performed in the controller 7 according to the path metric value. However, the path metric value from the Viterbi decoder 10 is also added to the controller 8 to change the phase. The correction data of the correction unit may also be provided with a correction coefficient according to the path metric value.
Phase compensation when an instantaneous error occurs can be performed more stably.

【0023】なお、この実施例において説明した自動等
化器を含むモデムは、1チップ上にDSPを2つ形成
し、ビタビ復号部10と仮判定部11とを、第1のDS
Pで処理させ、その他の機能である、変調/復調,スク
ランブラ/デスクランブラ,自動等化等を、第2のDS
Pで処理させるようにすることができる。
In the modem including the automatic equalizer described in this embodiment, two DSPs are formed on one chip, and the Viterbi decoding unit 10 and the tentative determination unit 11 are connected to the first DS.
P, and other functions such as modulation / demodulation, scrambler / descrambler, automatic equalization, etc.
It is possible to process with P.

【0024】[0024]

【発明の効果】以上の説明から明らかなように、本発明
によれば、パスメトリック値を相対化して記憶できるよ
うにしたことにより、過去の状況を反映したパスメトリ
ック値を得ることができ、また、パスメトリック値の記
憶がオーバーフローすることがないビタビ復号器が実現
できるという効果がある。
As is apparent from the above description, according to the present invention, since the path metric values can be stored relative to each other, the path metric value reflecting the past situation can be obtained. Further, there is an effect that it is possible to realize a Viterbi decoder in which the storage of the path metric value does not overflow.

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

【図1】本発明のビタビ復号器の一実施例の動作の説明
図である。
FIG. 1 is an explanatory diagram of an operation of an embodiment of a Viterbi decoder of the present invention.

【図2】トレリス・ダイヤグラムの説明図である。FIG. 2 is an explanatory diagram of a trellis diagram.

【図3】本発明のビタビ復号器をファクシミリ装置に適
用した実施例のブロック図である。
FIG. 3 is a block diagram of an embodiment in which the Viterbi decoder of the present invention is applied to a facsimile device.

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

4 復調部 5 自動等化部 6 基準信号部 7,8 制御部 9 位相補正部 10 ビタビ復号部 11 仮判定部 12 等化誤差検出部 13 位相誤差検出部 4 demodulation unit 5 automatic equalization unit 6 reference signal unit 7, 8 control unit 9 phase correction unit 10 Viterbi decoding unit 11 temporary determination unit 12 equalization error detection unit 13 phase error detection unit

Claims (2)

【特許請求の範囲】[Claims] 【請求項1】 ビタビ復号器において、最尤化処理を行
なうためのパスメトリック値を記憶する記憶部と、該記
憶部に記憶させるパスメトリック値を所定値と比較する
比較部と、全てのパスメトリック値を所望の値だけ減算
する減算部を有し、前記比較部の比較結果に基づいて、
減算部による減算を行なわせることを特徴とするビタビ
復号器。
1. A Viterbi decoder, a storage unit for storing a path metric value for performing maximum likelihood processing, a comparison unit for comparing a path metric value stored in the storage unit with a predetermined value, and all paths. A subtraction unit for subtracting a desired value from the metric value, based on the comparison result of the comparison unit,
A Viterbi decoder characterized in that subtraction is performed by a subtraction unit.
【請求項2】 ビタビ復号器において、最尤化処理を行
なうためのパスメトリック値を記憶する記憶部と、全て
のパスメトリック値のうちの最小の値を検出する最小値
検出部と、全てのパスメトリック値を所望の値だけ減算
する減算部を有し、前記最小値検出部の出力データに基
づいて、減算部による減算を行なわせることを特徴とす
るビタビ復号器。
2. A Viterbi decoder, a storage unit for storing a path metric value for performing maximum likelihood processing, a minimum value detection unit for detecting a minimum value of all path metric values, and A Viterbi decoder having a subtraction unit for subtracting a desired value of a path metric value, and performing subtraction by the subtraction unit based on output data of the minimum value detection unit.
JP33561492A 1992-11-20 1992-11-20 Viterbi decoder Pending JPH06164423A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP33561492A JPH06164423A (en) 1992-11-20 1992-11-20 Viterbi decoder

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP33561492A JPH06164423A (en) 1992-11-20 1992-11-20 Viterbi decoder

Publications (1)

Publication Number Publication Date
JPH06164423A true JPH06164423A (en) 1994-06-10

Family

ID=18290557

Family Applications (1)

Application Number Title Priority Date Filing Date
JP33561492A Pending JPH06164423A (en) 1992-11-20 1992-11-20 Viterbi decoder

Country Status (1)

Country Link
JP (1) JPH06164423A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR100332408B1 (en) * 1999-09-14 2002-04-13 서평원 Apparatus for memory of survivor path metric in viterbi decoder
US6477661B2 (en) 1997-06-30 2002-11-05 Matsushita Electric Industrial Co., Ltd. Processing unit and processing method

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6477661B2 (en) 1997-06-30 2002-11-05 Matsushita Electric Industrial Co., Ltd. Processing unit and processing method
US6735714B2 (en) 1997-06-30 2004-05-11 Matsushita Electric Industrial Co., Ltd. Processing unit and processing method
US7139968B2 (en) 1997-06-30 2006-11-21 Matsushita Electric Industrial Co., Ltd. Processing unit and processing method
US7325184B2 (en) 1997-06-30 2008-01-29 Matsushita Electric Industrial Co., Ltd. Communications digital signal processor and digital signal processing method
KR100332408B1 (en) * 1999-09-14 2002-04-13 서평원 Apparatus for memory of survivor path metric in viterbi decoder

Similar Documents

Publication Publication Date Title
US4631735A (en) Coded modulation system with feedback
KR100244767B1 (en) Selective sync/async partial responsive channel data detector of a digital magnetic recording/reproducing system
US6178209B1 (en) Method of estimating trellis encoded symbols utilizing simplified trellis decoding
KR100959425B1 (en) Soft information scaling for iterative decoding
JP3638093B2 (en) Optical disc decoding device
JP3187036B2 (en) Digital transmission system, receiver device, equalizer for digital transmission system
JP3261109B2 (en) Addition / comparison / selection circuit, maximum likelihood sequence detector, and method of executing addition / comparison / selection function
KR20050019829A (en) Error generation for adaptive equalizer
US20080317112A1 (en) Bidirectional equalizer with improved equalization efficiency usng viterbi decoder information and equalization method using the bidirectional equalizer
JP3699344B2 (en) Decoder
US5408503A (en) Adaptive viterbi detector
JPH06164423A (en) Viterbi decoder
JP2003506912A (en) Method of generating reliability information for channel decoding in wireless receiver and corresponding wireless receiver
JP4024364B2 (en) Digital transmission system, digital signal receiver and digital signal receiving method
JP5307150B2 (en) Decoding method and decoding apparatus for convolutional coded signal
JP2560893B2 (en) Data signal receiver
US7020223B2 (en) Viterbi decoder and method using sequential two-way add-compare-select operations
US6075822A (en) Traceback device of a trellis decoder
JP2002525788A (en) Partial response maximum likelihood bit detector
JP3141591B2 (en) Automatic equalizer
JPH11120702A (en) Data reproducing device
US5381448A (en) Data receiving apparatus
JP4099582B2 (en) Parameter adjustment method and signal processing apparatus
US20030212949A1 (en) Apparatus for back-tracking survivor paths of trellis code data and method thereof
GB2238693A (en) Data symbol estimation