JP3171801B2 - Decoding method and apparatus using trace deletion method for Viterbi algorithm - Google Patents

Decoding method and apparatus using trace deletion method for Viterbi algorithm

Info

Publication number
JP3171801B2
JP3171801B2 JP28872096A JP28872096A JP3171801B2 JP 3171801 B2 JP3171801 B2 JP 3171801B2 JP 28872096 A JP28872096 A JP 28872096A JP 28872096 A JP28872096 A JP 28872096A JP 3171801 B2 JP3171801 B2 JP 3171801B2
Authority
JP
Japan
Prior art keywords
path
state
branch
surviving
time
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
JP28872096A
Other languages
Japanese (ja)
Other versions
JPH10145240A (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.)
Samsung Electronics Co Ltd
Original Assignee
Samsung Electronics Co 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 Samsung Electronics Co Ltd filed Critical Samsung Electronics Co Ltd
Priority to JP28872096A priority Critical patent/JP3171801B2/en
Publication of JPH10145240A publication Critical patent/JPH10145240A/en
Application granted granted Critical
Publication of JP3171801B2 publication Critical patent/JP3171801B2/en
Anticipated expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Description

【発明の詳細な説明】 【0001】 【発明の属する技術分野】本発明はビタービ(Viterbi
)アルゴリズムに基づいた復号化システムに係り、特
に次の状態への連結のない状態に入ってくる以前状態か
らのブランチ経路(branch path )を削除することによ
り、データの復号化のための最適の生き残り経路(surv
ivor path )を求める復号化方法及びその装置に関す
る。 【0002】 【従来の技術】一般にディジタル通信の場合、送信部か
ら伝送された信号はチャネル上で課された雑音の影響に
より原信号とは異なる信号に変わって受信部に受信され
る。したがって、ディジタル通信システムは信号に発生
されたエラーを減らすためにエラー訂正符号を用いる。 【0003】エラー訂正符号技法のたたみこみ(convol
ution )符号化と変調技法により得られたTCM(Trel
lis Coded Modulation)信号は復調器とビタービアルゴ
リズムを具現した復号器により復号化される。ビタービ
アルゴリズムはTCM信号の検出のみならずMLSE
(maximum likelihood sequence estimation)を効率よ
く具現し、たたみこみ符号の検出にも用いられるなどそ
の活用範囲が極めて幅広い。このビタービアルゴリズム
は基本的に最尤復号化を行い、トレリス図を用いて必要
な計算量を大幅に減らすアルゴリズムである。このアル
ゴリズムは各状態に入力される経路と入力信号との類似
性比較を通した一つの状態に一つの生き残り経路のみ存
することになる。この過程はトレリス図の各段階で繰り
返して行われる。既存のトレース追跡方法を用いたビタ
ービ復号化装置を図1及び図2に基づき説明する。 【0004】図1において、BMG(Branch Metric Ge
nerator )部11は入力データについて図2の例のよう
なトレリス図上で特定時点の状態から次の時点の状態へ
の状態遷移によるブランチ評価量を計算する。図2の水
平軸に示されたt1,t2,・・・,tnはそれぞれ時
点を示し、垂直軸に示された“00”,“10”,“0
1”及び“11”はそれぞれ状態を示す。従って、特定
時点に応ずる状態のそれぞれは次の時点の状態に遷移可
能なブランチを有し、このブランチの個数はトレリス図
により決定される。BMG部11は特定時点の1状態か
ら遷移可能なブランチに応ずるブランチ評価量を計算す
る。BMG部11から印加されるブランチ評価量を受信
するACS(Add-Compare-Select)部12は現在時点の
各状態について最適の評価量を有する生き残り経路を決
定し、生き残り経路に追加されるブランチ経路を示す決
定ベクトルを生き残りメモリ部13に出力する。さらに
詳しくは、ACS部12は現在時点の各状態に入ってく
るブランチのブランチ評価量とこのブランチに連結され
る以前時点の生き残り経路に応ずる状態評価量を加算
し、状態評価量とブランチ評価量との和により得られる
部分経路評価量を比較して、最適の部分経路評価量に応
ずる部分経路を現在時点の該当状態に対する生き残り経
路として選択する。ここで、状態評価量は以前時点の生
き残り経路を構成するブランチ経路のブランチ評価量の
和である。ここで、“ブランチ”を1時点の状態から次
の時点の状態に遷移可能な経路、そして“ブランチ経
路”を生き残り経路上に入っている隣接時点間の経路と
定義し、この定義は以降の説明でも同様に使われる。 【0005】二進対称チャネルの場合に例えば、生き残
り経路は最小の部分経路評価量を有する経路となるもの
で、現在時点の全ての状態についてそれに応ずる生き残
り経路が選択される。前述した評価量はビタービアルゴ
リズムに関連して公知なので、その具体的な説明は省
く。ACS部12は現在時点の状態に個別的に応ずる生
き残り経路が決定されれば、この生き残り経路に新たに
追加されるブランチ経路を示す決定ベクトルを生き残り
メモリ部13に出力する。 【0006】ACS部12からの決定ベクトルを貯蔵す
る生き残りメモリ部13は復号化深さの決定ベクトルが
入力されれば、その決定ベクトルに基づき最終的に残さ
れた生き残り経路を逆追跡し、逆追跡過程を通して伝送
されたデータを最終的に決定し、この決定されたデータ
に応ずる情報を復号化された情報として出力する。しか
し、上記のような従来の復号器装置は復号化深さの決定
ベクトルを用いて最終的に残された生き残り経路を逆追
跡する方法を用いることにより、最終的に残された生き
残り経路の決定時にエラーが発生する場合、最終生き残
り経路を誤決定し、よって伝送されたデータを誤決定す
る問題点がある。これは、伝送されたデータの決定のた
めの逆追跡方法が復号化深さでブロック化することによ
るので、理想的なビタービアルゴリズムを具現する場合
の復号化深さという制約以外の付加的な損失として作用
する。 【0007】 【発明が解決しようとする課題】前述した問題点を解決
するために、本発明の目的は次の状態と連結されない状
態に入ってくるブランチ経路を削除することにより、前
述したブロック化による性能の劣化を防ぐ復号化方法を
提供する。本発明の他の目的は、次の状態と連結されな
い状態に入ってくるブランチ経路を削除する前述した方
法を具現する復号化装置を提供することである。 【0008】 【課題を解決するための手段】前述した本発明の目的を
達成するために、本発明入力データをビタービアルゴ
リズムを用いて復号化する方法は、(a)入力データと
格子状図に基づき各時点の状態のそれぞれに応ずる生き
残り経路の決定を繰り返して行う段階と、(b)段階
(a)で決定された生き残り経路のうち、次の状態に連
結されたブランチ経路を有しない生き残り経路を捜し出
とともに、段階(a)において決定された生き残り経
路に基づき(n+1)番目時点の状態に至るブランチ経
路を有しないn番目時点の状態の検出動作を行い、(n
−1)番目時点の状態のそれぞれから検出されたn番目
時点の状態に進むブランチ経路の個数を示す経路数情報
を発生する段階と、(c)段階(b)で捜し出された生
き残り経路内のブランチ経路の削除を、段階(b)で発
生された経路数情報に基づいて削除しようとするブラン
チ経路が次の状態に連結されたブランチ経路を有する他
の生き残り経路と重ならないまでの以前状態にさかの
ぼりながら繰り返す段階と、(d)前記段階(c)によ
り最終的に残された生き残り経路に基づき入力データに
応ずる復号化されたデータを発生する段階とを含むよう
にしてなる。 【0009】また本発明の他の目的を達成するために、
本発明による入力データをビタービアルゴリズムを用い
て復号化する装置は、入力データと格子状図に基づき各
時点の状態のそれぞれに応ずるブランチ経路の決定を繰
り返して行い、ブランチ経路が決定される毎に決定ベク
トル及び経路数情報を発生する第1手段と、前記第1手
段により発生された決定ベクトルを貯蔵し、この貯蔵さ
れた決定ベクトルにより決定される各生き残り経路を示
す経路情報を出力する第2手段と、前記第1手段から出
力される経路数情報及び前記第2手段から出力される経
路情報を貯蔵し、この貯蔵された経路情報から前記第1
手段の経路数情報に応ずるブランチ経路の情報を削除す
る動作を、削除したいブランチ経路が次の状態に連結さ
れたブランチ経路を有する他の生き残り経路と重ならな
い間以前状態にさかのぼりながら繰り返して行い、最終
的に残された生き残り経路の経路情報に基づき入力デー
タに応ずる復号化されたデータを発生する第3手段とを
含む。 【0010】 【発明の実施の形態】以下、添付した図面に基づき本発
明を具現した望ましい実施例を詳述する。本発明により
提案されたトレース削除方法は、(1)ビタービアルゴ
リズムにより各時点の状態のそれぞれに対する生き残り
経路を決定する段階と、(2)決定された生き残り経路
のうち、次の状態に連結されたブランチ経路を有しない
生き残り経路を捜し出す段階と、(3)捜し出された生
き残り経路内のブランチ経路の削除を、削除しようとす
るブランチ経路が次の状態に連結されたブランチ経路を
有する他の生き残り経路と重ならない間以前状態にさか
のぼりながら繰り返す段階とを含む。 【0011】このトレース削除方法を具現した図3を参
照するに、BMG部11は図1に関連して説明した通り
の動作を入力データについて格子状図上の各時点毎に行
い、その結果から得られたブランチ評価量を出力する。
ACS部32は以前時点の各状態に個別的に応ずる生き
残り経路に関連した状態評価量を貯蔵するもので、n+
1番目時点の各状態に遷移可能なn番目時点からのブラ
ンチに関連したブランチ評価量を対応する状態評価量と
加算し、その結果から得られた経路評価量を比較した
後、n+1番目時点の各状態について最適の経路評価量
を有させるブランチ経路を選択するための選択信号を発
生する。ASC部32は選択されたブランチ経路を示す
決定ベクトルを各状態毎に生成し、生成された決定ベク
トルを生き残りメモリ部33に出力する。ASC部32
もn+1番目時点の生き残り経路に新たに追加されたブ
ランチ経路の選択に使われた選択信号を用いてn番目時
点の各状態でn+1番目時点の状態に連結されたブラン
チ経路の個数を示す経路数情報を発生する。発生された
経路数情報は経路数メモリ部34に供給され、経路数メ
モリ部34は供給された経路数情報を貯蔵する。生き残
りメモリ部33はACS部32から供給された決定ベク
トルを貯蔵し、貯蔵された決定ベクトルに基づき生き残
り経路を示す経路情報を発生し、発生された経路情報は
経路数メモリ部34に供給される。 【0012】経路数メモリ部34は貯蔵している経路数
情報と生き残りメモリ部33から供給された経路情報を
用いて本発明により提示されたトレース削除方法を行
う。経路数メモリ部34の動作を図2及びそのフローチ
ャートである図4に基づき説明する。経路数メモリ部3
4は経路数情報に基づき生き残り経路によりn+1番目
時点の状態に連結されていないn番目時点の状態を捜し
出す(段階401)。経路数メモリ部34は捜し出した
n番目時点の状態または状態に連結されたn−1番目時
点からのブランチ経路を示す情報を削除するための経路
削除信号を発生し(段階402)、経路削除信号に応じ
て経路情報から該当ブランチ経路の情報を削除する(段
階403)。段階404において経路数メモリ部34は
ブランチ経路の情報が削除されたn−1番目時点の状態
に応ずる経路数情報に基づき、その状態からn番目時点
の他の状態に連結されたブランチ経路が存するかを判断
する。存しなければ経路数メモリ部34はn−1番目時
点の状態または状態に連結されたn−2番目時点からの
ブランチ経路を示す情報を削除するための経路削除信号
を発生し(段階402)、経路削除信号に応じて経路情
報から該当ブランチ経路の情報を削除する(段階40
3)。一方、段階404において存すれば、経路数メモ
リ部34は経路削除動作を中止する。 【0013】容易な理解のため、各時点において最終的
に決定された各状態の生き残り経路が図2のような場合
を説明する。経路数メモリ部34は時点t4について段
階401で次の時点t5に連結されたブランチ経路がな
い状態の“00”を捜し出し、段階402及び403を
行って以前時点t3の状態である“01”に応ずる経路
数情報の値を一つ減らし、時点t3の状態“01”から
状態“00”に連結されたブランチ経路に応ずる経路情
報を削除する。その後、時点t3の状態“01”から時
点t4の他の状態である“10”に連結されたブランチ
経路が存するので、経路数メモリ部34は経路削除動作
を中止する。他の例として、図2の時点t5の状態“0
1”か次の時点t6に連結されたブランチ経路を有しな
いと仮定すれば、時点t5の状態“01”から時点t2
の状態“10”までのブランチ経路が経路数メモリ部3
3により削除される。 【0014】経路数メモリ部34はこのような過程を通
じて復号化深さについて最終的に残される生き残り経路
を決定する。従って、最終的に残された生き残り経路に
応ずる復号化されたデータを出力できるように経路数メ
モリ部34を設計すれば、送信されたデータに応ずる復
号化されたデータが得られる。図5は4−状態のたたみ
こみ符号について本発明により提示されたトレース削除
方法と既存の逆追跡方法の復号化遂行結果との比較結果
を示す。 【0015】図5において、相対的に細い実線が本発明
により提案された方法による結果を、そして相対的に太
い実線は既存の方法による結果をそれぞれ示す。図5を
通して、提案された方法は既存の方法に比べシンボルエ
ラー率10-5で約1.2 dBほどの利得をさらに有すること
がわかる 【0016】さらに、前述したトレース削除方法を次の
時点の状態に連結されない状態が見つかる時毎に行った
り、既に設定された時点以後から間欠的にまたは次の時
点の状態に連結されない状態が見つかる時毎に行える。
従って、トレース削除方法を行う時点の決定も本発明を
限定しない。 【0017】 【発明の効果】以上述べたように、本発明によるビター
ビアルゴリズムにトレース削除方法を用いた復号化方法
及びその装置は、(n−1)番目時点の状態からn番目
時点の状態に進むブランチ経路の個数を示す経路数情報
を発生し、発生された経路数情報に基づいてブランチを
削除することにより、復号化深さずつの逆追跡過程を通
して復号化されたデータを決定した既存の方式に比べて
復号化性能を向上させうる。
Description: BACKGROUND OF THE INVENTION [0001] 1. Field of the Invention [0002] The present invention relates to Viterbi.
2.) An algorithm-based decoding system, in particular, by removing the branch path from the previous state that enters the state without a connection to the next state, to optimize the decoding for the data. Survival pathway (surv
The present invention relates to a decoding method and apparatus for determining ivor path). 2. Description of the Related Art Generally, in digital communication, a signal transmitted from a transmission unit is changed to a signal different from an original signal due to the influence of noise imposed on a channel and received by a reception unit. Therefore, digital communication systems use error correction codes to reduce errors generated in the signal. [0003] The convolution of the error correction coding technique (convol
ution) TCM (Trel) obtained by coding and modulation techniques
The lis Coded Modulation) signal is decoded by a demodulator and a decoder implementing the Viterbi algorithm. The Viterbi algorithm not only detects TCM signals but also MLSE
(Maximum likelihood sequence estimation) is efficiently implemented, and is widely used for detecting convolutional codes. This Viterbi algorithm is an algorithm that basically performs maximum likelihood decoding and greatly reduces the required calculation amount using a trellis diagram. In this algorithm, only one surviving path exists in one state through a similarity comparison between a path input to each state and an input signal. This process is repeated at each stage of the trellis diagram. A Viterbi decoding device using an existing trace tracking method will be described with reference to FIGS. In FIG. 1, BMG (Branch Metric Geometry)
The nerator) unit 11 calculates a branch evaluation amount of the input data by a state transition from a state at a specific time to a state at the next time on a trellis diagram as in the example of FIG. , Tn shown on the horizontal axis in FIG. 2 indicate time points, respectively, and are "00", "10", "0" shown on the vertical axis.
“1” and “11” indicate states, respectively, so that each state corresponding to a specific point in time has a branch that can transition to the state at the next point in time, and the number of branches is determined by a trellis diagram. 11 calculates a branch metric corresponding to a branch that can transition from one state at a specific point in time, and an ACS (Add-Compare-Select) unit 12 that receives a branch metric applied from the BMG unit 11 generates Is determined, and a decision vector indicating a branch route added to the surviving route is output to the surviving memory unit 13. More specifically, the ACS unit 12 enters each state at the current point in time. The branch metric of the coming branch and the state metric corresponding to the surviving path at the time before being connected to this branch are added, and the state metric and the branch are added. By comparing the partial path evaluation amounts obtained by summing the partial path evaluation amounts with the valuation amounts, a partial path corresponding to the optimum partial path evaluation amount is selected as a surviving path for the corresponding state at the current time. This is the sum of the branch evaluation amounts of the branch routes that constitute the surviving route, where the “branch” is a route that can transition from the state at one time to the state at the next time, and the “branch route” is on the surviving route. In the case of a binary symmetric channel, for example, the surviving path is the path having the smallest partial path metric. Then, a surviving path corresponding to all states at the current time point is selected.Since the evaluation amount described above is known in relation to the Viterbi algorithm, a specific description thereof will be given. When a surviving path individually corresponding to the current state is determined, the ACS unit 12 outputs a determination vector indicating a branch path newly added to the surviving path to the surviving memory unit 13. When the decision vector of the decoding depth is input, the survival memory unit 13 storing the decision vector from the ACS unit 12 reversely traces the surviving path finally left based on the decision vector, and performs the reverse tracing process. The transmitted data is finally determined, and information corresponding to the determined data is output as decoded information, but the conventional decoder device as described above uses a decoding depth determination vector. If an error occurs when the final surviving route is determined by using the method of backtracking the surviving route finally left The final surviving path erroneously determined, therefore there is a problem of determining erroneously transmitted data. This is because the reverse tracking method for determining transmitted data is blocked at the decoding depth, and therefore, there is no additional constraint other than the decoding depth constraint when implementing an ideal Viterbi algorithm. Acts as a loss. [0007] In order to solve the above-mentioned problems, an object of the present invention is to eliminate the above-described blocking by removing branch paths that enter a state that is not connected to the next state. To provide a decoding method for preventing performance degradation due to. It is another object of the present invention to provide a decoding apparatus embodying the above-described method for removing a branch path entering a state not connected to the next state. [0008] In order to achieve the above-mentioned object of the present invention, a method of decoding input data using the Viterbi algorithm according to the present invention comprises the steps of (a) input data and grid-like decoding; Iteratively determining a surviving path corresponding to each state at each time point based on the figure, and (b) having no branch path connected to the next state among the surviving paths determined in step (a). The surviving route is searched for and the surviving route determined in step (a) is determined.
Branch route to the (n + 1) th state based on the road
An n-th state detection operation having no path is performed, and (n
-1) n-th detected from each of the states at the time
Route number information indicating the number of branch routes that advance to the state at the time
And generating a deletion branch path in the surviving path that Sagashidasa in step (c) (b), originating in step (b)
The method comprising the branch path to be deleted based on generated route number information is repeated while dates back to a previous state to not overlap with other surviving path having a branch path which is connected to the next state, (d) the step (c) by way comprising the steps of generating a decrypted data Ozuru the input data on the basis of the finally remaining survivor path
Become In order to achieve another object of the present invention,
The apparatus for decoding input data according to the present invention using the Viterbi algorithm repeatedly determines branch paths corresponding to each state at each time point based on the input data and the grid diagram, First means for generating a decision vector and the number of paths information, storing the decision vector generated by the first means, and outputting path information indicating each surviving path determined by the stored decision vector. Means for storing the number-of-paths information output from the first means and the path information output from the second means; and storing the first information from the stored path information.
The operation of deleting the information of the branch path corresponding to the path number information of the means is repeatedly performed while returning to the previous state while the branch path to be deleted does not overlap with another surviving path having the branch path connected to the next state, Third means for generating decoded data corresponding to the input data based on the path information of the surviving path finally left. Preferred embodiments of the present invention will be described in detail with reference to the accompanying drawings. The trace deletion method proposed by the present invention comprises: (1) determining a surviving path for each state at each point in time using the Viterbi algorithm; and (2) connecting to the next state among the determined surviving paths. Searching for a surviving path that does not have the determined branch path, and (3) deleting a branch path in the searched surviving path by using another branch path having a branch path connected to the next state. Repeating the previous state while not overlapping with the surviving path. Referring to FIG. 3 which embodies the trace deletion method, the BMG unit 11 performs the operation described with reference to FIG. 1 on the input data at each time on the grid diagram. The obtained branch evaluation amount is output.
The ACS unit 32 stores a state evaluation amount related to a surviving path individually responding to each state at the previous time, and includes n +
After adding the branch metric related to the branch from the n-th time that can transition to each state at the first time to the corresponding state metric, and comparing the path metric obtained from the result, the n + 1-th time A selection signal for selecting a branch path having an optimum path evaluation amount for each state is generated. The ASC unit 32 generates a decision vector indicating the selected branch path for each state, and outputs the generated decision vector to the surviving memory unit 33. ASC section 32
The number of paths indicating the number of branch paths connected to the state at the (n + 1) th time point in each state at the nth time point using the selection signal used for selecting the branch path newly added to the surviving path at the (n + 1) th time point Generate information. The generated path number information is supplied to the path number memory unit 34, and the path number memory unit 34 stores the supplied path number information. The survivor memory unit 33 stores the decision vectors supplied from the ACS unit 32, generates path information indicating a surviving path based on the stored decision vectors, and supplies the generated path information to the path number memory unit 34. . The number-of-paths memory unit 34 performs the trace deletion method presented by the present invention using the stored number-of-paths information and the path information supplied from the surviving memory unit 33. The operation of the path number memory unit 34 will be described with reference to FIG. 2 and its flowchart, FIG. Number of paths memory unit 3
4 searches for the state at the nth time point that is not connected to the state at the n + 1th time point by the surviving path based on the path number information (step 401). The number-of-paths memory unit 34 generates a path deletion signal for deleting information indicating the searched state at the n-th time point or the branch path from the (n-1) -th time point connected to the state (step 402). (Step 403). In step 404, based on the path number information corresponding to the state at the (n-1) th time point when the information of the branch path is deleted, the path number memory unit 34 has a branch path connected from that state to another state at the nth time point. Judge. If not, the path number memory unit 34 generates a path deletion signal for deleting information indicating the state at the (n-1) th time point or the branch path from the (n-2) th time point linked to the state (step 402). The information of the corresponding branch route is deleted from the route information according to the route deletion signal (step 40).
3). On the other hand, if it exists in step 404, the path number memory unit 34 stops the path deletion operation. For easy understanding, a case where the surviving path of each state finally determined at each time point is as shown in FIG. 2 will be described. The path number memory unit 34 searches for “00” in a state where there is no branch path connected to the next time point t5 in step 401 at time point t4, and performs steps 402 and 403 to return to “01” which was the state at the previous time point t3. The value of the corresponding path number information is reduced by one, and the path information corresponding to the branch path connected to the state “00” from the state “01” at the time t3 is deleted. After that, since there is a branch path connected from the state “01” at the time point t3 to another state “10” at the time point t4, the path number memory unit 34 stops the path deletion operation. As another example, the state “0” at time t5 in FIG.
Assuming that there is no branch path connected to “1” or the next time point t6, the state “01” at the time point t5 is changed to the time point t2.
The branch route up to the state “10” is the route number memory unit 3
3 deleted. The number-of-paths memory unit 34 determines a surviving path finally left for the decoding depth through the above process. Therefore, if the number-of-paths memory unit 34 is designed to output the decoded data corresponding to the surviving path finally left, the decoded data corresponding to the transmitted data can be obtained. FIG. 5 shows a comparison result between the trace deletion method presented by the present invention and the decoding performance of the existing inverse tracking method for the 4-state convolutional code. In FIG. 5, a relatively thin solid line indicates a result by the method proposed by the present invention, and a relatively thick solid line indicates a result by the existing method. It can be seen from FIG. 5 that the proposed method further has a gain of about 1.2 dB at a symbol error rate of 10 -5 compared to the existing method . Further, the above-described trace deletion method is performed every time a state is found that is not connected to the state at the next time, or a state that is not connected to the state at the next time intermittently or after the time set previously is found. Can be done every hour.
Therefore, the determination of the point at which the trace deletion method is performed does not limit the present invention. As described above, the decoding method and apparatus using the trace elimination method in the Viterbi algorithm according to the present invention provide the n-th decoding from the (n-1) -th state.
Route number information indicating the number of branch routes that advance to the state at the time
And branch based on the generated number of paths information.
Deletion can improve decoding performance as compared with the existing scheme in which decoded data is determined through a reverse tracking process for each decoding depth.

【図面の簡単な説明】 【図1】ビタービアルゴリズムにトレース追跡方法を用
いる従来の復号化装置を示した構成図である。 【図2】図1の装置において符号化されたデータの復号
化を説明するためのトレリス図である。 【図3】本発明の望ましい実施例によるトレース削除方
法を用いた復号化装置を示す構成図である。 【図4】図3の装置におけるトレース削除過程を説明す
るためのフローチャートである。 【図5】従来のトレース追跡方法と本発明によるトレー
ス削除方法との性能比較図である。 【符号の説明】 31 BMG部 32 ACS部 33 生き残りメモリ部 34 経路数メモリ部
BRIEF DESCRIPTION OF THE DRAWINGS FIG. 1 is a configuration diagram showing a conventional decoding device that uses a trace tracking method for a Viterbi algorithm. FIG. 2 is a trellis diagram for explaining decoding of data encoded by the apparatus of FIG. 1; FIG. 3 is a block diagram illustrating a decoding apparatus using a trace deletion method according to a preferred embodiment of the present invention; FIG. 4 is a flowchart for explaining a trace deletion process in the apparatus of FIG. 3; FIG. 5 is a performance comparison diagram between a conventional trace tracking method and a trace deletion method according to the present invention. [Description of Signs] 31 BMG section 32 ACS section 33 Survival memory section 34 Number of paths memory section

───────────────────────────────────────────────────── フロントページの続き (72)発明者 李 炯 吉 大韓民国京畿道水原市長安區泉川洞300 番地 (56)参考文献 特開 昭62−243430(JP,A) 米国特許5751734(US,A) Ajay Dholakia,”In troduction to Conv olutional Codes wi th Application,”Ma ssachusetts,USA,Kl uwer Academic Publ ishers,1994,pages 98− 105 (58)調査した分野(Int.Cl.7,DB名) H03M 13/00 - 13/53 ──────────────────────────────────────────────────続 き Continuation of the front page (72) Inventor Lee Hyung-kichi 300, Izumikawa-dong, Chang'an-gu, Suwon-si, Gyeonggi-do, Republic of Korea (56) References JP-A-62-243430 (JP, A) US Patent 5,751,374 (US, A) Ajay Dholakia, "In troduction to Conv olutional Codes wi th Application," Ma ssachusetts, USA, Kl uwer Academic Publ ishers, 1994, pages 98- 105 (58) investigated the field (Int.Cl. 7, DB name) H03M 13 / 00-13/53

Claims (1)

(57)【特許請求の範囲】 【請求項1】 入力データをビタービアルゴリズムを用
いて復号化する方法において、 (a)入力データと格子状図に基づき各時点の状態のそ
れぞれに応ずる生き残り経路の決定を繰り返して行う段
階と、 (b)段階(a)で決定された生き残り経路のうち、次
の状態に連結されたブランチ経路を有しない生き残り経
路を捜し出すとともに、段階(a)において決定された
生き残り経路に基づき(n+1)番目時点の状態に至る
ブランチ経路を有しないn番目時点の状態の検出動作を
行い、(n−1)番目時点の状態のそれぞれから検出さ
れたn番目時点の状態に進むブランチ経路の個数を示す
経路数情報を発生する段階と、 (c)段階(b)で捜し出された生き残り経路内のブラ
ンチ経路の削除を、段階(b)で発生された経路数情報
に基づいて削除しようとするブランチ経路が次の状態に
連結されたブランチ経路を有する他の生き残り経路と重
ならないまでの以前状態にさかのぼりながら繰り返す
段階と、 (d)前記段階(c)により最終的に残された生き残り
経路に基づき入力データに応ずる復号化されたデータを
発生する段階とを含む復号化方法。 【請求項】 前記段階(c)は、 (c1)n−1番目時点の状態から段階()で検
出されたn番目時点の状態から入ってくるブランチ経路
を前記経路数情報に基づき削除する段階と、 (c2)段階(c1)でn−1番目時点のブランチ
経路が削除された状態からn番目時点の他の状態に進む
ブランチ経路が存するかを判断する段階と、 (c3)段階(c2)で存しなければ、以前時点にさか
のぼりながら段階(c1)以後を繰り返して行う段階
と、 (c4)段階(c2)で存すれば、ブランチ経路の削除
を中止する段階とを含むことを特徴とする請求項に記
載の復号化方法。 【請求項】 入力データをビタービアルゴリズムを用
いて復号化する装置において、 入力データと格子状図に基づき各時点の状態のそれぞれ
に応ずるブランチ経路の決定を繰り返して行い、ブラン
チ経路が決定される毎に決定ベクトル及び経路数情報を
発生する第1手段と、 前記第1手段により発生された決定ベクトルを貯蔵し、
この貯蔵された決定ベクトルにより決定される各生き残
り経路を示す経路情報を出力する第2手段と、 前記第1手段から出力される経路数情報及び前記第2手
段から出力される経路情報を貯蔵し、この貯蔵された経
路情報から前記第1手段の経路数情報に応ずるブランチ
経路の情報を削除する動作を、削除したいブランチ経路
が次の状態に連結されたブランチ経路を有する他の生き
残り経路と重ならないまで、以前にさかのぼりながら繰
り返して行い、最終的に残された生き残り経路の経路情
報に基づき入力データに応じた復号化されたデータを発
生する第3手段とを含むことを特徴とする復号化装置。 【請求項4】 前記経路数情報はn+1番目時点の
状態に連結されたブランチ経路を有しないn番目時点の
状態に入ってくるn−1番目時点の状態からのブラ
ンチ経路の個数を示すことを特徴とする請求項に記載
の復号化装置。
(57) Claims 1. A method for decoding input data using a Viterbi algorithm, comprising: (a) a surviving path corresponding to each state at each time point based on the input data and a grid diagram; (B) searching for a surviving path having no branch path connected to the next state among the surviving paths determined in step (a), and determining the surviving path determined in step (a). Was
Reach the (n + 1) th state based on the surviving path
The detection operation of the state at the n-th point having no branch route is performed.
And (n-1) th state is detected from each state.
Indicates the number of branch routes that go to the state at the nth time point
Generating path number information ; and (c) deleting the branch path in the surviving path found in step (b) by using the path number information generated in step (b).
The method comprising repeated while dates back to a previous state to not overlap with other surviving paths branch path to be deleted has a branch path which is connected to the next state based on the final by; (d) step (c) Generating decoded data corresponding to the input data based on the surviving path left as a target. Wherein said step (c), the (c1) (n-1) th time step from the state (b) the path number information incoming branch path from the state of the detected n-th point in time (C2) determining in step (c1) whether there is a branch route that proceeds from the state in which the ( n-1 ) th branch route has been deleted to another state at the nth time; (C3) If step (c2) does not exist, step (c1) and subsequent steps are repeated while going back to the previous time. (C4) Step (c4) stops deleting the branch route if step (c2) exists. 2. The decoding method according to claim 1 , comprising: 3. An apparatus for decoding input data using a Viterbi algorithm, wherein a branch path corresponding to each state at each point in time is repeatedly determined based on the input data and a grid diagram, and a branch path is determined. First means for generating a decision vector and the number of paths information each time the decision is made, storing the decision vector generated by the first means,
Second means for outputting path information indicating each surviving path determined by the stored decision vector; storing path number information output from the first means and path information output from the second means; The operation of deleting the information of the branch route corresponding to the number-of-routes information of the first means from the stored route information corresponds to the operation of overlapping the branch route to be deleted with another surviving route having a branch route connected to the next state. not if not performed repeatedly while dates back to previously decoded, characterized in that the input data on the basis of the routing information of the finally remaining survivor path and a third means for generating a decrypted data Ji has response Device. 4. The number-of-paths information includes the number of branch paths from the state at the ( n-1 ) th time that enters the state at the nth time without having a branch path connected to the state at the ( n + 1 ) th time The decoding device according to claim 3 , wherein
JP28872096A 1996-10-30 1996-10-30 Decoding method and apparatus using trace deletion method for Viterbi algorithm Expired - Fee Related JP3171801B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP28872096A JP3171801B2 (en) 1996-10-30 1996-10-30 Decoding method and apparatus using trace deletion method for Viterbi algorithm

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP28872096A JP3171801B2 (en) 1996-10-30 1996-10-30 Decoding method and apparatus using trace deletion method for Viterbi algorithm

Publications (2)

Publication Number Publication Date
JPH10145240A JPH10145240A (en) 1998-05-29
JP3171801B2 true JP3171801B2 (en) 2001-06-04

Family

ID=17733820

Family Applications (1)

Application Number Title Priority Date Filing Date
JP28872096A Expired - Fee Related JP3171801B2 (en) 1996-10-30 1996-10-30 Decoding method and apparatus using trace deletion method for Viterbi algorithm

Country Status (1)

Country Link
JP (1) JP3171801B2 (en)

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
Ajay Dholakia,"Introduction to Convolutional Codes with Application,"Massachusetts,USA,Kluwer Academic Publishers,1994,pages 98−105

Also Published As

Publication number Publication date
JPH10145240A (en) 1998-05-29

Similar Documents

Publication Publication Date Title
JP3261109B2 (en) Addition / comparison / selection circuit, maximum likelihood sequence detector, and method of executing addition / comparison / selection function
US5537444A (en) Extended list output and soft symbol output viterbi algorithms
CA2180311C (en) Soft-decision receiver and decoder for digital communication
US6597743B1 (en) Reduced search symbol estimation algorithm
US20040155802A1 (en) Method of decoding a variable-length codeword sequence
US5802116A (en) Soft decision Viterbi decoding with large constraint lengths
US8122327B2 (en) Symbol-level soft output viterbi algorithm (SOVA) and a simplification on SOVA
EP1127411B1 (en) Efficient trellis state metric normalization
JP2003511895A (en) Configuration decoding apparatus and method in mobile communication system
JP2000068861A (en) Viterbi decoder and viterbi decoding method
EP0653715B1 (en) Integrated circuit comprising a coprocessor for Viterbi decoding
US5930298A (en) Viterbi decoder for decoding depunctured code
JP3233847B2 (en) Viterbi decoding method and Viterbi decoding circuit
JP2004511162A (en) System and method for channel coding
US7046747B2 (en) Viterbi decoder and decoding method using rescaled branch metrics in add-compare-select operations
JP3171801B2 (en) Decoding method and apparatus using trace deletion method for Viterbi algorithm
GB2407949A (en) Maximum likelihood detector which calculates path metric differences directly from data independent and path independent components
US5751734A (en) Decoding method and apparatus using trace deletion for Viterbi algorithm
US20040190651A1 (en) Decoding a signal encoded with a convolutional code
JP3497399B2 (en) Viterbi decoder
US7096411B2 (en) Method and apparatus for reliable resynchronization of sequential decoders
US6009127A (en) Method for forming transition metrics and a receiver of a cellular radio system
US20030194025A1 (en) Viterbi decoder and method using sequential two-way add-compare-select operations
WO1995001008A1 (en) Bit error counting method and counter
US20050138535A1 (en) Method and system for branch metric calculation in a viterbi decoder

Legal Events

Date Code Title Description
R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

R250 Receipt of annual fees

Free format text: JAPANESE INTERMEDIATE CODE: R250

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

Free format text: PAYMENT UNTIL: 20080323

Year of fee payment: 7

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

Free format text: PAYMENT UNTIL: 20090323

Year of fee payment: 8

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

Free format text: PAYMENT UNTIL: 20100323

Year of fee payment: 9

LAPS Cancellation because of no payment of annual fees