JP2009271963A - Decoding method, hard disk controller, and hard disk device - Google Patents

Decoding method, hard disk controller, and hard disk device Download PDF

Info

Publication number
JP2009271963A
JP2009271963A JP2008119150A JP2008119150A JP2009271963A JP 2009271963 A JP2009271963 A JP 2009271963A JP 2008119150 A JP2008119150 A JP 2008119150A JP 2008119150 A JP2008119150 A JP 2008119150A JP 2009271963 A JP2009271963 A JP 2009271963A
Authority
JP
Japan
Prior art keywords
decoding
decoder
likelihood
hard disk
code
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
JP2008119150A
Other languages
Japanese (ja)
Inventor
Kenji Yoshida
賢治 吉田
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.)
Toshiba Corp
Original Assignee
Toshiba 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 Toshiba Corp filed Critical Toshiba Corp
Priority to JP2008119150A priority Critical patent/JP2009271963A/en
Publication of JP2009271963A publication Critical patent/JP2009271963A/en
Pending legal-status Critical Current

Links

Images

Abstract

<P>PROBLEM TO BE SOLVED: To reduce decoding time without propagating the error of LDPC, in a method for decoding a dual code by using an RS code as an external code and a LDPC code as an internal code. <P>SOLUTION: A decoding device is provided with: an LDPC decoder 84 for supplying likelihood of reproduced data output from a magnetic head, adjusting the likelihood according to an RS decoding result, and performing LDPC decoding for hard determination result of the reproduced data based on the adjusted likelihood; and an RS decoder 86 for performing RS decoding for the decoding result of the LDPC decoder. <P>COPYRIGHT: (C)2010,JPO&INPIT

Description

本発明は誤り訂正符号の復号方法に関し、特に外符号として限界距離復号可能な符号を用い、内符号としてLDPC(Low Density Parity Check:低密度パリティチェック)符号を用いて二重符号化された符号の復号方法に関する。   The present invention relates to an error correction code decoding method, and more particularly, a code that is double-encoded using an LDPC (Low Density Parity Check) code as an inner code using a code capable of limit distance decoding as an outer code. It relates to the decoding method.

デジタルデータ(符号化データ)の通信や記録の際は、外部のノイズ等によりデジタルデータに誤りが発生することがある。そのため、このような誤りを検出・訂正するために誤り訂正符号が用いられている。誤り訂正符号では、符号化の際にデータに対して冗長データを付加し、復号化の際にはこの冗長データを基にデータの誤りを訂正する。   When digital data (encoded data) is communicated or recorded, an error may occur in the digital data due to external noise or the like. Therefore, an error correction code is used to detect and correct such an error. In the error correction code, redundant data is added to data at the time of encoding, and data error is corrected based on this redundant data at the time of decoding.

この誤り訂正符号としては、リードソロモン(Read Solomon)符号やLDPC符号がある。リードソロモン符号は、複数個の連続したビット単位(シンボル)の誤りを訂正することができる限界距離復号可能なブロック符号である。具体的には、リードソロモン符号の訂正処理は、シンドロームを生成して誤り位置を検出するステップと、誤り値の算出・訂正と訂正結果をチェックするステップと、訂正結果の出力ステップとを具備する。なお、限界距離復号可能なブロック符号の他の例としてはBCH符号もある。   As this error correction code, there are a Reed Solomon code and an LDPC code. The Reed-Solomon code is a block code capable of limit distance decoding that can correct errors in a plurality of consecutive bit units (symbols). Specifically, the Reed-Solomon code correction process includes a step of generating a syndrome and detecting an error position, a step of calculating and correcting an error value, checking a correction result, and a step of outputting the correction result. . Another example of a block code that can be decoded by a limit distance is a BCH code.

しかしながら、最近の記録媒体に記録されるデータの情報量は極めて増加しており、リードソロモン符号の誤り訂正能力が必ずしも充分とは言えない問題があった。そこで、リードソロモン符号とLDPC符号とを組み合わせることが考えられた(特許文献1参照)。符号化の際は先ずRS符号化を行い、次にLDPC符号化を行う。復号の際は先ずLDPC復号を行い、次にRS復号を行う。   However, the information amount of data recorded on recent recording media has been extremely increased, and there has been a problem that the error correction capability of the Reed-Solomon code is not always sufficient. Therefore, it has been considered to combine a Reed-Solomon code and an LDPC code (see Patent Document 1). In encoding, RS encoding is first performed, and then LDPC encoding is performed. In decoding, LDPC decoding is first performed, and then RS decoding is performed.

LDPC符号とは、疎な検査行列によって定義されるブロック符号であり、反復復号処理によって復号される。LDPC符号の利点は、例えば、シャノン限界に近い優れた復号性能を持つことや、ハードウエアによる高速復号に適した並列処理可能な構造を持つことなどがある。しかし、LDPC符号は、発生した誤りの個数が訂正可能誤り数以上の場合、誤りが伝播し、反対に誤りを増大させてしまうことがある。このような場合、RS符号を非常に強力なもの(誤り訂正能力を高めたもの)にしないと訂正できない。誤りを増大させる影響を低減させるためには、LPDPC符号の符号長をあえて抑えることが考えられるが、これではLDPC符号の性能そのものの低下を招いてしまい、好ましくない。また、LDPC復号は誤りの個数が一定個数以下になるまで復号処理を反復するが、誤りの個数が次段のRS復号で訂正できる個数以下の誤りになってもRS復号を開始しないため、トータルのスループットが低く、トータルの復号時間が長くなる傾向がある。
特開2007−336529号公報
An LDPC code is a block code defined by a sparse check matrix, and is decoded by an iterative decoding process. The advantages of the LDPC code include, for example, excellent decoding performance close to the Shannon limit, and a parallel processing structure suitable for high-speed decoding by hardware. However, in the LDPC code, when the number of generated errors is equal to or greater than the number of correctable errors, the errors may propagate and conversely increase the errors. In such a case, correction is not possible unless the RS code is made very powerful (error correction capability is enhanced). In order to reduce the effect of increasing the error, it is conceivable to deliberately suppress the code length of the LPDPC code. However, this causes a decrease in the performance of the LDPC code itself, which is not preferable. In addition, LDPC decoding repeats the decoding process until the number of errors becomes a certain number or less, but RS decoding is not started even if the number of errors becomes equal to or less than the number that can be corrected by the next stage RS decoding. Throughput tends to be low and the total decoding time tends to be long.
JP 2007-336529 A

このように従来の復号方法には、LDPC符号の誤りの伝播の影響を抑えるためにLDPC符号の性能そのものを落としたりする必要があることや、RS符号で復号可能な範囲の誤りになってもなおLDPCの復号を継続するため復号時間が長くなるという欠点がある。   As described above, in the conventional decoding method, it is necessary to reduce the performance of the LDPC code itself in order to suppress the influence of error propagation of the LDPC code, and even if the error is within the range that can be decoded by the RS code. In addition, since decoding of LDPC is continued, there is a disadvantage that decoding time becomes long.

本発明の目的は復号時間が長くなることなくLDPC符号の誤りの伝播の影響を抑えることができる復号方法を提供することにある。   An object of the present invention is to provide a decoding method capable of suppressing the influence of LDPC code error propagation without increasing the decoding time.

本発明の一態様による復号方法は、外符号として限界距離復号可能な符号を用い、内符号としてLDPC符号を用いて二重符号化された符号を復号する復号方法において、
外復号結果に応じて尤度を調整し、
調整された尤度に基づいて内復号処理を行い、該内復号結果に応じて外復号処理を行うことを特徴とするものである。
A decoding method according to an aspect of the present invention is a decoding method for decoding a double-encoded code using an LDPC code as an inner code, using a code capable of limit distance decoding as an outer code,
Adjust the likelihood according to the outer decoding result,
An inner decoding process is performed based on the adjusted likelihood, and an outer decoding process is performed according to the inner decoding result.

本発明の一態様によるハードディスクコントローラは、
記録データに対して限界距離復号可能な符号化処理を行う外符号化器と、
前記外符号化器から出力される外符号語の系列をインターリーブし、インターリーブされた外符号語の系列をLDPC符号化して、2重符号化記録データを磁気ヘッドへ供給する内符号化器と、
磁気ヘッドから出力された再生データの尤度が供給され、外復号結果に応じて尤度を調整し、調整後の尤度に基づいて再生データに対して内復号処理を行う内復号器と、
再生データに対して外復号処理を行う外復号器と、
を具備することを特徴とするものである。
A hard disk controller according to an aspect of the present invention includes:
An outer encoder that performs an encoding process capable of limit distance decoding on recorded data;
An inner encoder that interleaves an outer codeword sequence output from the outer encoder, LDPC-encodes the interleaved outer codeword sequence, and supplies double-encoded recording data to the magnetic head;
An inner decoder which is supplied with the likelihood of the reproduction data output from the magnetic head, adjusts the likelihood according to the outer decoding result, and performs an inner decoding process on the reproduction data based on the adjusted likelihood;
An outer decoder that performs outer decoding processing on the reproduction data;
It is characterized by comprising.

本発明の一態様によるハードディスク装置は、
磁気ディスクと、磁気ヘッドと、前記磁気ヘッドを回転する第1のモータと、前記磁気ヘッドを移動する第2のモータとを含むヘッドディスクアセンブリと、
前記第1のモータと前記第2のモータとに接続されるモータドライバと、前記磁気ヘッドと接続される信号処理部とを含むハードディスクコントローラと、を具備するハードディスク装置において、
前記ハードディスクコントローラは、
記録データに対して限界距離復号可能な符号化処理を行う外符号化器と、
前記外符号化器から出力される外符号語の系列をインターリーブし、インターリーブされた外符号語の系列をLDPC符号化して、2重符号化記録データを磁気ヘッドへ供給する内符号化器と、
磁気ヘッドから出力された再生データの尤度が供給され、外復号結果に応じて尤度を調整し、調整後の尤度に基づいて再生データに対して内復号処理を行う内復号器と、
再生データに対して外復号処理を行う外復号器と、
を具備することを特徴とするものである。
A hard disk device according to an aspect of the present invention includes:
A head disk assembly including a magnetic disk, a magnetic head, a first motor for rotating the magnetic head, and a second motor for moving the magnetic head;
A hard disk device comprising: a motor driver connected to the first motor and the second motor; and a hard disk controller including a signal processing unit connected to the magnetic head.
The hard disk controller is
An outer encoder that performs an encoding process capable of limit distance decoding on recorded data;
An inner encoder that interleaves an outer codeword sequence output from the outer encoder, LDPC-encodes the interleaved outer codeword sequence, and supplies double-encoded recording data to the magnetic head;
An inner decoder which is supplied with the likelihood of the reproduction data output from the magnetic head, adjusts the likelihood according to the outer decoding result, and performs an inner decoding process on the reproduction data based on the adjusted likelihood;
An outer decoder that performs outer decoding processing on the reproduction data;
It is characterized by comprising.

以上説明したように本発明によれば、外復号結果に応じて尤度を調整し、調整された尤度に基づいて内復号処理を行い、該内復号結果に応じて外復号処理を行うことにより、誤り個数が少ない場合は外復号結果を信頼するので、内復号と外復号の処理を分担することができ、外復号と内復号の処理が重複することがなく、しかも内符号(LDPC符号)の誤りの伝播が無く、処理時間も短縮できる。   As described above, according to the present invention, the likelihood is adjusted according to the outer decoding result, the inner decoding process is performed based on the adjusted likelihood, and the outer decoding process is performed according to the inner decoding result. Therefore, when the number of errors is small, the outer decoding result is trusted, so that the inner decoding and outer decoding processes can be shared, the outer decoding and inner decoding processes do not overlap, and the inner code (LDPC code) ) Error propagation and processing time can be shortened.

以下、図面を参照して本発明による復号方法の実施の形態を説明する。   Embodiments of a decoding method according to the present invention will be described below with reference to the drawings.

第1の実施の形態
図1は本発明の第1の実施の形態に係る復号方法の応用例の一例であるハードディスク装置の構成を示すブロック図である。ハードディスク装置は記録情報を誤り訂正符号化して磁気ディスクに記録し、磁気ディスクからの再生データを誤り訂正復号して記録情報を再生するものである。
First Embodiment FIG. 1 is a block diagram showing a configuration of a hard disk device which is an example of an application example of a decoding method according to a first embodiment of the present invention. The hard disk device performs error correction coding on recorded information and records the information on a magnetic disk, and reproduces the recorded information by error correction decoding data reproduced from the magnetic disk.

ハードディスク装置はヘッドディスクアセンブリ(HDA)12と信号処理基板14とからなり、信号処理基板14は汎用バス、例えばATA(IDE)バス16を介してパーソナルコンピュータ等のホストシステム18に接続される。ハードディスク装置はホストシステム18としてのパーソナルコンピュータの筐体内に配置される内蔵型でもよいし、筐体外に配置される外付け型のいずれでもよい。   The hard disk device includes a head disk assembly (HDA) 12 and a signal processing board 14, and the signal processing board 14 is connected to a host system 18 such as a personal computer via a general-purpose bus, for example, an ATA (IDE) bus 16. The hard disk device may be either a built-in type disposed in a housing of a personal computer as the host system 18 or an external type disposed outside the housing.

CPU20は信号処理基板14内の各部の制御およびヘッドIC54の制御を時分割で行う。   The CPU 20 controls each part in the signal processing board 14 and the head IC 54 in a time-sharing manner.

ヘッドディスクアセンブリ12は磁気ディスク24を含む。磁気ディスク24の例えば上側の表面はデータが磁気記録される記録面をなしている。磁気ディスク24の記録面に対応して磁気ヘッド26が配置されている。磁気ヘッド26は、磁気ディスク24へのデータ書き込み(データ記録)及びディスクからのデータ読み出し(データ再生)に用いられる。なお、図示は省略するが、磁気ディスク24の下側の表面も記録面をなし、その記録面に対応してヘッド26と同様のヘッドが配置されている。また、図1の構成では、単一のディスク24を備えたハードディスク装置を想定しているが、ディスク24が複数枚積層配置されたハードディスク装置であっても構わない。   The head disk assembly 12 includes a magnetic disk 24. For example, the upper surface of the magnetic disk 24 forms a recording surface on which data is magnetically recorded. A magnetic head 26 is disposed corresponding to the recording surface of the magnetic disk 24. The magnetic head 26 is used for data writing (data recording) to the magnetic disk 24 and data reading (data reproduction) from the disk. Although not shown, the lower surface of the magnetic disk 24 also forms a recording surface, and a head similar to the head 26 is disposed corresponding to the recording surface. In the configuration of FIG. 1, a hard disk device including a single disk 24 is assumed, but a hard disk device in which a plurality of disks 24 are stacked may be used.

モータドライバ22はCPU20からの制御により磁気ディスク24を回転させるためのスピンドルモータ(SPM)28、および磁気ヘッド26を目的のトラック位置に移動させるためのボイスコイルモータ(VCM)30を駆動するための電流をスピンドルモータ28およびボイスコイルモータ30に流す。   The motor driver 22 drives a spindle motor (SPM) 28 for rotating the magnetic disk 24 and a voice coil motor (VCM) 30 for moving the magnetic head 26 to a target track position under the control of the CPU 20. Current is passed through the spindle motor 28 and the voice coil motor 30.

CPU20に接続されるCPUバス34にはCPU20が実行すべきプログラムが記録されているROM36、変数等の格納に使用するためのRAM38、ハードディスクコントローラ(HDC)40、および制御に必要な諸信号の生成を行うゲートアレイ42が接続されている。   A CPU bus 34 connected to the CPU 20 includes a ROM 36 in which a program to be executed by the CPU 20 is recorded, a RAM 38 for use in storing variables, a hard disk controller (HDC) 40, and various signals necessary for control. A gate array 42 is connected.

ハードディスクコントローラ(HDC)40およびゲートアレイ42の制御用レジスタはそれぞれCPU20のメモリ空間の一部に割り当てられており、CPU20がこの領域に対して読み出しおよび書き込みを行うことでハードディスクコントローラ40およびゲートアレイ42の制御を行う。   The control registers of the hard disk controller (HDC) 40 and the gate array 42 are respectively allocated to a part of the memory space of the CPU 20, and the hard disk controller 40 and the gate array 42 are read and written by the CPU 20 with respect to this area. Control.

ハードディスクコントローラ40は主として磁気ヘッド26の位置決め処理に必要な信号処理を行うサーボブロック46と、データの読み出し・書き込みのための信号処理を行うリード・ライト・チャネル48と、エラー訂正回路50と、ホストシステム18とのインタフェース制御を行うホストブロック52とに大別される。ハードディスクコントローラ40にはバッファRAM56も接続される。   The hard disk controller 40 mainly includes a servo block 46 that performs signal processing necessary for positioning processing of the magnetic head 26, a read / write channel 48 that performs signal processing for data read / write, an error correction circuit 50, a host It is roughly divided into a host block 52 that performs interface control with the system 18. A buffer RAM 56 is also connected to the hard disk controller 40.

磁気ディスク24には、位置決めのためのサーボデータ信号が記録されている領域(サーボ領域)、およびホストシステム18から転送されるデータを記録するための領域(データ領域)が交互に配置されている。磁気ヘッド26の位置決め処理の実施時に、磁気ヘッド26から読み出され、ヘッドIC54で増幅されたアナログ信号はハードディスクコントローラ48に送られ、サーボブロック46によりサーボデータが抽出される。サーボデータはゲートアレイ42に供給され、処理される。CPU20はゲートアレイ42の処理結果をもとにモータドライバ22を制御し、磁気ヘッド26の位置決めのための電流をボイスコイルモータ30に流す。   On the magnetic disk 24, areas (servo areas) where servo data signals for positioning are recorded and areas (data areas) for recording data transferred from the host system 18 are alternately arranged. . When the positioning process of the magnetic head 26 is performed, the analog signal read from the magnetic head 26 and amplified by the head IC 54 is sent to the hard disk controller 48, and servo data is extracted by the servo block 46. Servo data is supplied to the gate array 42 and processed. The CPU 20 controls the motor driver 22 based on the processing result of the gate array 42, and passes a current for positioning the magnetic head 26 to the voice coil motor 30.

読み出し時には、磁気ヘッド26によって磁気ディスク24からアナログ信号が読み出され、ヘッドIC54により増幅される。増幅されたアナログ信号はハードディスクコントローラ40内のリード・ライト・チャネル48によって復号され、エラー訂正回路50によりエラー訂正される。エラー訂正後の復号信号はゲートアレイ42からの制御用の各信号にしたがって処理されることによりホストシステム18に転送すべきデータが生成される。   At the time of reading, an analog signal is read from the magnetic disk 24 by the magnetic head 26 and amplified by the head IC 54. The amplified analog signal is decoded by the read / write channel 48 in the hard disk controller 40 and error-corrected by the error correction circuit 50. The decoded signal after error correction is processed in accordance with each control signal from the gate array 42 to generate data to be transferred to the host system 18.

書き込み時には、ホストシステム18からハードディスクコントローラ40に転送されたデータはバッファRAM56に一旦格納された後、ゲートアレイ42からの制御用の各信号にしたがってリード・ライト・チャネル48、エラー訂正回路50によりエラー訂正符号化される。符号化されたデータはヘッドIC54を経由して磁気ヘッド26によって磁気ディスク24に書き込まれる。   At the time of writing, the data transferred from the host system 18 to the hard disk controller 40 is temporarily stored in the buffer RAM 56, and then an error is caused by the read / write channel 48 and the error correction circuit 50 in accordance with each control signal from the gate array 42. Correction encoded. The encoded data is written to the magnetic disk 24 by the magnetic head 26 via the head IC 54.

図2はエラー訂正回路50のエラー訂正符号化・復号処理の詳細を示すブロック図である。   FIG. 2 is a block diagram showing details of error correction encoding / decoding processing of the error correction circuit 50.

記録データがRLL(Run Length Limited)エンコーダ72に供給され、RLL系列に変換される。   The recording data is supplied to an RLL (Run Length Limited) encoder 72 and converted into an RLL sequence.

RLLエンコーダ72の出力がRS(リードソロモン)エンコーダ74に供給され、リードソロモン(RS)符号化される。二重符号化においてリードソロモン符号化が最初の符号化であるので、リードソロモン符号は外符号と称され、RSエンコーダ74は外符号化器と称される。外符号としては限界距離復号可能な符号である必要があり、リードソロモン符号の代わりにBCH符号を用いてもよい。   The output of the RLL encoder 72 is supplied to an RS (Reed-Solomon) encoder 74 and subjected to Reed-Solomon (RS) encoding. Since Reed-Solomon encoding is the first encoding in double encoding, the Reed-Solomon code is referred to as an outer code, and the RS encoder 74 is referred to as an outer encoder. The outer code needs to be a code capable of limit distance decoding, and a BCH code may be used instead of the Reed-Solomon code.

RSエンコーダ74の出力がLDPCエンコーダ76に供給され、RS符号語がインターリーブされ、それぞれのインターリーブ系列がLDPC符号化される。二重符号化においてLDPC符号化は2番目の符号化であるので、LDPC符号は内符号と称され、LDPCエンコーダ76は内符号化器と称される。   The output of the RS encoder 74 is supplied to the LDPC encoder 76, the RS codeword is interleaved, and each interleaved sequence is LDPC encoded. Since LDPC encoding is the second encoding in double encoding, the LDPC code is referred to as an inner code, and the LDPC encoder 76 is referred to as an inner encoder.

LDPCエンコーダ76の出力が磁気記録チャネル78(リード・ライト・チャネル48の一部とヘッドIC54とからなる)により磁気ディスク24に記録される。   The output of the LDPC encoder 76 is recorded on the magnetic disk 24 by a magnetic recording channel 78 (consisting of a part of the read / write channel 48 and the head IC 54).

記録再生中にノイズが入リ、データに誤りが発生することがあり、この様子を加算器80に入力されるノイズとして示す。   Noise may occur during recording and reproduction, and an error may occur in the data. This state is shown as noise input to the adder 80.

検出チャネル82(リード・ライト・チャネル48の一部とヘッドIC54とからなる)により磁気ディスク24から再生された信号はターゲットのPR(Partial Response)系列に波形等価され、APPディテクタによる復号が実施される。代表的なAPPディテクタとしてはSOVA(Soft-Output Viterbi Algorithm)デコーダや、Max−Log−Map復号器などがある。このディテクタは、0,1の復号結果(硬判定結果)とともに、その硬判定結果の確からしさを示す尤度とよばれる数値(軟判定結果)を出力する。この尤度はハードウエアの実装を単純化するために、ログスケールで出力されるため、LLR(Log-Likelihood-Ratio)と呼ばれている。   The signal reproduced from the magnetic disk 24 by the detection channel 82 (consisting of a part of the read / write channel 48 and the head IC 54) is waveform-equivalent to a target PR (Partial Response) sequence and decoded by the APP detector. The Typical APP detectors include a SOVA (Soft-Output Viterbi Algorithm) decoder and a Max-Log-Map decoder. This detector outputs a numerical value (soft decision result) called likelihood indicating the certainty of the hard decision result together with 0 and 1 decoding results (hard decision result). Since this likelihood is output on a log scale in order to simplify the hardware implementation, it is called LLR (Log-Likelihood-Ratio).

尤度は内復号器としてのLDPCデコーダ84に入力され、硬判定結果はLDPCデコーダ84と、外復号器としてのRSデコーダ86に入力される。RSデコーダ86は硬判定結果(0,1の復号結果)に基づいてRS復号を実施する。RSデコーダ86はRS復号により検出された誤りの個数に応じた尤度の調整信号をLDPCデコーダ84に供給する。   The likelihood is input to an LDPC decoder 84 as an inner decoder, and the hard decision result is input to an LDPC decoder 84 and an RS decoder 86 as an outer decoder. The RS decoder 86 performs RS decoding based on the hard decision result (decoding result of 0, 1). The RS decoder 86 supplies an adjustment signal having a likelihood corresponding to the number of errors detected by the RS decoding to the LDPC decoder 84.

LDPCデコーダ84は検出チャネル82から供給された尤度をRSデコーダ86から供給された調整信号に応じて増減する(不変の場合もある)。LDPCデコーダ84はこのような増減処理により修正された尤度に基づいて検出チャネル82から供給された硬判定結果に対してLDPC復号を実施する。LDPC復号結果はRSデコーダ84に供給され、RS復号が実施される。   The LDPC decoder 84 increases or decreases the likelihood supplied from the detection channel 82 according to the adjustment signal supplied from the RS decoder 86 (there may be invariable). The LDPC decoder 84 performs LDPC decoding on the hard decision result supplied from the detection channel 82 based on the likelihood corrected by such increase / decrease processing. The LDPC decoding result is supplied to the RS decoder 84, and RS decoding is performed.

LDPCデコーダ84の復号処理の結果が復号の正常終了を示し、かつRSデコーダ86の復号処理の結果が誤り無しとなるまでLDPCデコーダ84の復号動作、RSデコーダ86の復号動作(及び尤度の調整)が繰り返えされる。RSデコーダ84の出力が再生データとなる。   The decoding operation of the LDPC decoder 84, the decoding operation of the RS decoder 86 (and the adjustment of the likelihood) until the result of the decoding processing of the LDPC decoder 84 indicates the normal end of the decoding and the result of the decoding processing of the RS decoder 86 is no error. ) Is repeated. The output of the RS decoder 84 becomes reproduction data.

図3は図2の符号化動作を説明するフローチャートである。   FIG. 3 is a flowchart for explaining the encoding operation of FIG.

ブロック#12で記録データがRLLエンコーダ72によりRLL系列に変換される。例えば、512バイトの記録データが4120ビットのRLL系列に変換される(図5の(a)、(b)参照)。   In block # 12, the recording data is converted into an RLL sequence by the RLL encoder 72. For example, 512-byte recording data is converted into a 4120-bit RLL sequence (see FIGS. 5A and 5B).

ブロック#14でRLLエンコーダ72の出力がRS(リードソロモン)エンコーダ74に供給され、4120ビットのRLL系列が10分割され、それぞれがリードソロモン(RS)符号化される。ここでは、RS符号は3箇所のエラー訂正能力を有し、1情報語(412ビット)につき6シンボル(42ビット)の冗長シンボルを有する。42ビットの冗長シンボルは、RS符号の情報語の中に分散(インターリーブ)させておく(図5の(c)、(d)参照)。   In block # 14, the output of the RLL encoder 72 is supplied to an RS (Reed Solomon) encoder 74, and a 4120-bit RLL sequence is divided into 10 parts, and each is Reed-Solomon (RS) encoded. Here, the RS code has error correction capability at three locations, and has 6 symbols (42 bits) of redundant symbols per information word (412 bits). The 42-bit redundant symbols are distributed (interleaved) in the information word of the RS code (see (c) and (d) in FIG. 5).

ブロック#16でRSエンコーダ74の出力がLDPCエンコーダ76に供給され、図5に示すように、それぞれのRS符号語(図4の一つの矩形が454ビットの1RS符号語)が4インターリーブ化され、それぞれのインターリーブ系列において10個のRS符号語が接続され、4本の系列(図4の縦系列)が作成される。これらの各系列がそれぞれLDPC符号化される。LDPC符号の冗長シンボルは、図4中のP1、P2、P3、P4である。これらの冗長シンボルもRS符号と同様にLDPC符号の情報語の中に分散させておく。   In block # 16, the output of the RS encoder 74 is supplied to the LDPC encoder 76, and as shown in FIG. 5, each RS codeword (one RS codeword in which one rectangle in FIG. 4 is 454 bits) is interleaved into four, In each interleave sequence, 10 RS codewords are connected to create 4 sequences (vertical sequence in FIG. 4). Each of these sequences is LDPC encoded. Redundant symbols of the LDPC code are P1, P2, P3, and P4 in FIG. These redundant symbols are also dispersed in the information word of the LDPC code in the same manner as the RS code.

ブロック#18でLDPCエンコーダ76の出力が磁気記録チャネル78により磁気ディスク24に記録される。   In block # 18, the output of the LDPC encoder 76 is recorded on the magnetic disk 24 by the magnetic recording channel 78.

図6は図2の復号動作を説明するフローチャートである。   FIG. 6 is a flowchart for explaining the decoding operation of FIG.

ブロック#32で検出チャネル82により磁気ディスク24から再生された信号はターゲットのPR(Partial Response)系列に波形等価される。   The signal reproduced from the magnetic disk 24 by the detection channel 82 in block # 32 is waveform-equivalent to a target PR (Partial Response) sequence.

ブロック#34で検出チャネル82内のAPPディテクタによる復号が実施され,0,1の復号結果(硬判定結果)とともに尤度(LLR値)が出力される。   In block # 34, decoding by the APP detector in the detection channel 82 is performed, and likelihood (LLR value) is output together with decoding results (hard decision results) of 0 and 1.

ブロック#36でRSデコーダ86が動作され、硬判定結果に基づいて10個のRS符号語の復号が実施される。記録再生中にデータの誤りが発生している可能性があり、もしも誤りが発生していれば、RS復号により誤りが検出される。上述したように、RS符号は3箇所のエラー訂正能力を有しているので、3箇所までの誤りは訂正できる。   In block # 36, the RS decoder 86 is operated, and 10 RS codewords are decoded based on the hard decision result. There is a possibility that a data error has occurred during recording and reproduction. If an error has occurred, the error is detected by RS decoding. As described above, since the RS code has error correction capability at three locations, errors up to three locations can be corrected.

ブロック#38で誤りの有無に応じた処理を行う。例えば、誤りが無い場合は、0,1の硬判定結果はそのままにして尤度を最大化する。1箇所の誤りが検出されたら、1箇所の誤り訂正を実施し、尤度を50%増とする。2箇所の誤りが検出されたら、2箇所の誤り訂正を実施し、尤度を10%増とする。3箇所の誤りが検出されたら、3箇所の誤り訂正を実施するが、尤度は10%減とする。4箇所以上の誤り(訂正不能)が検出されたら、誤り訂正処理は行わずに、尤度を30%減とする。尤度を増減する調整信号がRSデコーダ86からLDPCデコーダ84に供給される。   In block # 38, processing according to the presence or absence of an error is performed. For example, if there is no error, the likelihood is maximized while keeping the hard decision results of 0 and 1 as they are. If one error is detected, one error correction is performed and the likelihood is increased by 50%. If two errors are detected, two error corrections are performed and the likelihood is increased by 10%. If three errors are detected, three error corrections are performed, but the likelihood is reduced by 10%. If four or more errors (uncorrectable) are detected, error correction processing is not performed and the likelihood is reduced by 30%. An adjustment signal for increasing or decreasing the likelihood is supplied from the RS decoder 86 to the LDPC decoder 84.

ブロック#40でLDPCデコーダ84は検出チャネル82から供給された尤度をRSデコーダ86から供給された調整信号に応じて増減(不変の場合もある)した後に、修正された尤度に基づいて検出チャネル82から供給された硬判定結果に対してLDPC復号を所定回数実施する。   In block # 40, the LDPC decoder 84 increases or decreases (may be unchanged) the likelihood supplied from the detection channel 82 in accordance with the adjustment signal supplied from the RS decoder 86, and then detects based on the corrected likelihood. LDPC decoding is performed a predetermined number of times on the hard decision result supplied from the channel 82.

LDPCの反復復号が所定回行われると、ブロック#42で誤りの有無が判定される。誤りがある場合は、ブロック#36に示すように、RSデコーダ86が動作され、RS復号が再度実施される。   When LDPC iterative decoding is performed a predetermined number of times, the presence or absence of an error is determined in block # 42. If there is an error, as shown in block # 36, the RS decoder 86 is operated and RS decoding is performed again.

ブロック#42で誤りが無いと判定されると、ブロック#44でRS復号結果において誤りがゼロであったか否かが判定される。誤りがあった場合は、ブロック#36に示すように、RSデコーダ86が動作され、RS復号が再度実施される。   If it is determined in block # 42 that there is no error, it is determined in block # 44 whether or not the error is zero in the RS decoding result. If there is an error, as shown in block # 36, the RS decoder 86 is operated and RS decoding is performed again.

ブロック#44で誤りが無かったと判定されると、RS復号、LDPC復号ともに誤り無しとなったので、ブロック#46でRLLデコードされ、再生データが得られる。   If it is determined that there is no error in block # 44, there is no error in both RS decoding and LDPC decoding, so that RLL decoding is performed in block # 46 and reproduction data is obtained.

以上説明したように本実施形態によれば、RS復号により検出した誤り(シンボル)数に応じて誤り訂正を実施し(硬判定結果を変更し)、訂正した誤りの数に応じて尤度の値を変更してからLDPC復号を開始する。LDPC復号は予め定めた反復回数のみしか実施せず、誤りがある場合はRS復号を再度実施する。そのため、訂正可能誤り数以上の誤りがあるにも関わらずLDPC復号を実施することがないので、LDPC復号において誤りが伝播することが無い。言い換えると、LDPC復号では誤りを無にするまで復号せずに、次段のRS復号で訂正できる個数まで誤りが減少すれば、LDPC復号を終了し、RS復号を開始するので、トータルのスループットが高く、トータルの復号時間が短くなる。さらに、RS符号を非常に強力(誤り訂正能力を高めたもの)にする必要も無い。   As described above, according to the present embodiment, error correction is performed according to the number of errors (symbols) detected by RS decoding (the hard decision result is changed), and the likelihood is increased according to the number of corrected errors. LDPC decoding is started after changing the value. LDPC decoding is performed only for a predetermined number of iterations. If there is an error, RS decoding is performed again. Therefore, since there is no LDPC decoding even though there are more errors than the number of correctable errors, no error is propagated in the LDPC decoding. In other words, LDPC decoding is not performed until errors are eliminated, and if errors are reduced to the number that can be corrected by the next stage RS decoding, LDPC decoding is terminated and RS decoding is started. High and total decoding time is shortened. Furthermore, it is not necessary to make the RS code very strong (those with improved error correction capability).

また、本実施形態のメリットを最大化するためには、LDPC符号の符号長はできるだけ長くすることが望ましく、RS符号の符号長は、誤訂正確率が低い程度の範囲内で、できるだけ短くすることが望ましい。これは、LDPC符号を強力にする意味でも、RS符号の復号時間を短くする意味でも望ましい。
変形例
本発明は上述した実施の形態に限定されず、種々変形して実施可能である。例えば、上述の説明では、復号方法の応用例としてハードディスク装置を説明したが、フロッピィディスク装置、DVD装置、半導体メモリ等の他の記憶媒体を用いる記録・再生装置でもよいし、符号化データを伝送する装置でも良い。
In order to maximize the merit of the present embodiment, it is desirable to make the code length of the LDPC code as long as possible, and the code length of the RS code should be as short as possible within a range where the error correction probability is low. Is desirable. This is desirable in terms of strengthening the LDPC code and shortening the decoding time of the RS code.
Modifications The present invention is not limited to the above-described embodiments, and can be implemented with various modifications. For example, in the above description, the hard disk device has been described as an application example of the decoding method. However, a recording / reproducing device using another storage medium such as a floppy disk device, a DVD device, or a semiconductor memory may be used, and encoded data is transmitted. It may be a device that does.

RLLのビット数、RS符号の符号語長と冗長ビット数と能力(訂正可能誤り数)と、RS符号のインターリ−ブ数、LDPC符号の符号長と冗長ビット数は一例であり、任意に変更可能である。また、RSデコーダにより訂正した誤りの数に応じて尤度を増減する割合は、誤り数が少ない程尤度(LLR値)が大きくなり、誤り数が多い程尤度が小さくなる範囲であれば、任意に変更可能である。要は、誤訂正による悪影響を抑えるために、誤り個数が少ない程その訂正結果を信頼するようにすることにある。   The number of RLL bits, RS codeword length, number of redundant bits and capability (number of correctable errors), number of RS code interleaves, LDPC code length and number of redundant bits are examples, and can be changed arbitrarily Is possible. Further, the ratio of increasing or decreasing the likelihood according to the number of errors corrected by the RS decoder is such that the smaller the number of errors, the larger the likelihood (LLR value), and the smaller the number of errors, the smaller the likelihood. Any change is possible. In short, in order to suppress the adverse effects of erroneous correction, the smaller the number of errors, the more reliable the correction result.

また、RSデコーダにおいて、RS符号の能力を最大限発揮させて誤りを訂正しなくてもよい。例えば、3箇所の誤りが検出されたら、誤り訂正を実施せずに、尤度は20%減としてもよい。   Further, in the RS decoder, it is not necessary to correct the error by maximizing the capability of the RS code. For example, if three errors are detected, the likelihood may be reduced by 20% without performing error correction.

RSデコーダから出力される尤度調整信号をAPPディテクタにフィードバックし、APPディテクタによる復号から再度実施してもよい。   The likelihood adjustment signal output from the RS decoder may be fed back to the APP detector, and the decoding may be performed again from the APP detector.

RSデコーダで先ず復号処理を行い、誤りの数に応じてLDPC復号の際の尤度を調整して、LDPC反復復号処理を所定回行い、エラーがある場合は、再度RS復号を行ったが、先ず、APPディテクタから出力された尤度でLDPC復号処理を所定回行い、その後RS復号処理を行い、誤りの数に応じて尤度を調整して、LDPC反復復号処理を所定回行っても良い。要は、上述した実施形態ではLDPC復号とRS復号とを交互に繰り返し実施しているので、LDPC復号とRS復号の順番は図6に限定されず、RS復号結果に応じてLDPC復号の尤度が調整されれば良い。なお、LDPC復号で誤りが0となった後、RS復号を実施しなくてもよい。例えば、LDPCデコーダ内部にCRC回路を持つ構成にしておいて、そこで誤訂正確率を低減するようにしてもよい。   First, the RS decoder performs decoding processing, adjusts the likelihood of LDPC decoding according to the number of errors, performs LDPC iterative decoding processing a predetermined number of times, and if there is an error, RS decoding is performed again. First, the LDPC decoding process may be performed a predetermined number of times with the likelihood output from the APP detector, then the RS decoding process may be performed, the likelihood may be adjusted according to the number of errors, and the LDPC iterative decoding process may be performed a predetermined number of times. . In short, since LDPC decoding and RS decoding are alternately and repeatedly performed in the above-described embodiment, the order of LDPC decoding and RS decoding is not limited to FIG. 6, and the likelihood of LDPC decoding according to the RS decoding result. Should be adjusted. Note that RS decoding may not be performed after the error becomes 0 in LDPC decoding. For example, an LDPC decoder may be configured to have a CRC circuit, and the error correction probability may be reduced there.

本発明の一実施の形態に係るハードディスク装置の概略構成を示す図。1 is a diagram showing a schematic configuration of a hard disk device according to an embodiment of the present invention. 図1のリード・ライト・チャネルの主要部の構成を示すブロック図。The block diagram which shows the structure of the principal part of the read / write channel of FIG. エンコード動作を示すフローチャート。The flowchart which shows encoding operation | movement. RS符号化の概要を説明する図。The figure explaining the outline | summary of RS encoding. LDPC符号化の概要を説明する図。The figure explaining the outline | summary of LDPC encoding. デコード動作を示すフローチャート。The flowchart which shows decoding operation | movement.

符号の説明Explanation of symbols

12…ヘッドディスクアセンブリ、14…信号処理基板、40…ハードディスクコントローラ、48…リード・ライト・チャネル、50…エラー訂正回路、72…RLLエンコーダ、74…RSエンコーダ、76…LDPCエンコーダ、84…LDPCデコーダ、86…RSデコーダ、88…RLLデコーダ。   DESCRIPTION OF SYMBOLS 12 ... Head disk assembly, 14 ... Signal processing board, 40 ... Hard disk controller, 48 ... Read / write channel, 50 ... Error correction circuit, 72 ... RLL encoder, 74 ... RS encoder, 76 ... LDPC encoder, 84 ... LDPC decoder , 86... RS decoder, 88... RLL decoder.

Claims (23)

外符号として限界距離復号可能な符号を用い、内符号としてLDPC符号を用いて二重符号化された符号を復号する復号方法において、
外復号結果に応じて尤度を調整し、
調整された尤度に基づいて内復号処理を行い、該内復号結果に応じて外復号処理を行うことを特徴とする復号方法。
In a decoding method for decoding a double-encoded code using a code capable of limit distance decoding as an outer code and using an LDPC code as an inner code,
Adjust the likelihood according to the outer decoding result,
A decoding method characterized by performing an inner decoding process based on the adjusted likelihood and performing an outer decoding process according to the inner decoding result.
先ず外復号処理を行い、該外復号処理の復号結果に応じて内復号処理の尤度を調整することを特徴とする請求項1記載の復号方法。 2. The decoding method according to claim 1, wherein an outer decoding process is first performed, and a likelihood of the inner decoding process is adjusted according to a decoding result of the outer decoding process. 先ず内復号処理を1回行い、その後外復号処理を行い、該外復号処理の復号結果に応じて内復号処理の尤度を調整することを特徴とする請求項1記載の復号方法。 2. The decoding method according to claim 1, wherein the inner decoding process is performed once, and then the outer decoding process is performed, and the likelihood of the inner decoding process is adjusted according to the decoding result of the outer decoding process. 内復号処理の結果が復号の正常終了を示し、かつ外復号処理の結果が誤り無しとなるまで内復号処理と外復号処理とを繰り返すことを特徴とする請求項1記載の復号方法。 2. The decoding method according to claim 1, wherein the inner decoding process and the outer decoding process are repeated until the result of the inner decoding process indicates a normal end of decoding and the result of the outer decoding process is no error. 外符号が任意の正の整数であるn個の誤りを訂正可能な符号である場合、外復号処理はn未満の正の整数であるm個の誤りを訂正することを特徴とする請求項1記載の復号方法。 2. The outer decoding process corrects m errors that are positive integers less than n when the outer code is a code that can correct n errors that are arbitrary positive integers. Decoding method as described. 外復号処理により訂正した誤りの数が少ない程尤度を表す数値を増大させることを特徴とする請求項1記載の復号方法。 2. The decoding method according to claim 1, wherein the numerical value representing the likelihood is increased as the number of errors corrected by the outer decoding process is smaller. 外復号処理により、訂正不可能であった場合に、尤度を表す数値を減少させることを特徴とする請求項1記載の復号方法 2. The decoding method according to claim 1, wherein when the correction is impossible by the outer decoding process, the numerical value indicating the likelihood is decreased. 記録データに対して限界距離復号可能な符号化処理を行う外符号化器と、
前記外符号化器から出力される外符号語の系列をインターリーブし、インターリーブされた外符号語の系列をLDPC符号化して、2重符号化記録データを磁気ヘッドへ供給する内符号化器と、
磁気ヘッドから出力された再生データの尤度が供給され、外復号結果に応じて尤度を調整し、調整後の尤度に基づいて再生データに対して内復号処理を行う内復号器と、
再生データに対して外復号処理を行う外復号器と、
を具備することを特徴とするハードディスクコントローラ。
An outer encoder that performs an encoding process capable of limit distance decoding on recorded data;
An inner encoder that interleaves an outer codeword sequence output from the outer encoder, LDPC-encodes the interleaved outer codeword sequence, and supplies double-encoded recording data to the magnetic head;
An inner decoder which is supplied with the likelihood of the reproduction data output from the magnetic head, adjusts the likelihood according to the outer decoding result, and performs an inner decoding process on the reproduction data based on the adjusted likelihood;
An outer decoder that performs outer decoding processing on the reproduction data;
A hard disk controller comprising:
前記磁気ヘッドから出力された再生データを前記外復号器に供給して前記外復号器を先ず動作させ、前記外復号器の復号結果に応じて再生データの尤度を調整して前記内復号器を動作させることを特徴とする請求項8記載のハードディスクコントローラ。 The reproduction data output from the magnetic head is supplied to the outer decoder, the outer decoder is first operated, and the likelihood of the reproduction data is adjusted according to the decoding result of the outer decoder, and the inner decoder 9. The hard disk controller according to claim 8, wherein the hard disk controller is operated. 前記内復号器を先ず1回動作させ、前記内復号器から出力された再生データを前記外復号器に供給して前記外復号器を動作させ、前記外復号器の復号結果に応じて再生データの尤度を調整して前記内復号器を動作させることを特徴とする請求項8記載のハードディスクコントローラ。 First, the inner decoder is operated once, the reproduction data output from the inner decoder is supplied to the outer decoder, the outer decoder is operated, and the reproduction data according to the decoding result of the outer decoder. 9. The hard disk controller according to claim 8, wherein the inner decoder is operated by adjusting the likelihood of. 前記内復号器の復号結果が復号の正常終了を示し、かつ前記外復号器の復号結果が誤り無しとなるまで前記内復号器と前記外復号器とを交互に繰り返し動作させることを特徴とする請求項8記載のハードディスクコントローラ。 The inner decoder and the outer decoder are alternately and repeatedly operated until the decoding result of the inner decoder indicates a normal end of decoding and the decoding result of the outer decoder becomes error-free. The hard disk controller according to claim 8. 前記外符号器は任意の正の整数であるn個の誤りを訂正可能な符号を生成し、
前記外復号器はn未満の正の整数であるm個の誤りを訂正することを特徴とする請求項8記載のハードディスクコントローラ。
The outer encoder generates a code capable of correcting n errors which are arbitrary positive integers;
9. The hard disk controller according to claim 8, wherein the outer decoder corrects m errors that are positive integers less than n.
前記内復号器は前記外復号器により訂正した誤りの数が少ない程再生データの尤度を示す数値を増大させることを特徴とする請求項8記載のハードディスクコントローラ。 9. The hard disk controller according to claim 8, wherein the inner decoder increases a numerical value indicating the likelihood of reproduced data as the number of errors corrected by the outer decoder is smaller. 前記内復号器は前記外復号器で訂正不能だった場合に再生データの尤度を示す数値を減少することを特徴とする請求項8記載のハードディスクコントローラ。 9. The hard disk controller according to claim 8, wherein the inner decoder decreases a numerical value indicating the likelihood of reproduced data when the outer decoder cannot correct the data. 前記内符号化器は、外符号語のインターリーブ数をmとすると、mより大きい数の外符号語を1内符号語として符号化することを特徴とする請求項8記載のハードディスクコントローラ。 9. The hard disk controller according to claim 8, wherein the inner encoder encodes an outer codeword having a number larger than m as one inner codeword, where m is an interleave number of outer codewords. 磁気ディスクと、磁気ヘッドと、前記磁気ヘッドを回転する第1のモータと、前記磁気ヘッドを移動する第2のモータとを含むヘッドディスクアセンブリと、
前記第1のモータと前記第2のモータとに接続されるモータドライバと、前記磁気ヘッドと接続される信号処理部とを含むハードディスクコントローラと、を具備するハードディスク装置において、
前記ハードディスクコントローラは、
記録データに対して限界距離復号可能な符号化処理を行う外符号化器と、
前記外符号化器から出力される外符号語の系列をインターリーブし、インターリーブされた外符号語の系列をLDPC符号化して、2重符号化記録データを磁気ヘッドへ供給する内符号化器と、
磁気ヘッドから出力された再生データの尤度が供給され、外復号結果に応じて尤度を調整し、調整後の尤度に基づいて再生データに対して内復号処理を行う内復号器と、
再生データに対して外復号処理を行う外復号器と、
を具備することを特徴とするハードディスク装置。
A head disk assembly including a magnetic disk, a magnetic head, a first motor for rotating the magnetic head, and a second motor for moving the magnetic head;
A hard disk device comprising: a motor driver connected to the first motor and the second motor; and a hard disk controller including a signal processing unit connected to the magnetic head.
The hard disk controller is
An outer encoder that performs an encoding process capable of limit distance decoding on recorded data;
An inner encoder that interleaves an outer codeword sequence output from the outer encoder, LDPC-encodes the interleaved outer codeword sequence, and supplies double-encoded recording data to the magnetic head;
An inner decoder which is supplied with the likelihood of the reproduction data output from the magnetic head, adjusts the likelihood according to the outer decoding result, and performs an inner decoding process on the reproduction data based on the adjusted likelihood;
An outer decoder that performs outer decoding processing on the reproduction data;
A hard disk device comprising:
前記磁気ヘッドから出力された再生データを前記外復号器に供給して前記外復号器を先ず動作させ、前記外復号器の復号結果に応じて再生データの尤度を調整して前記内復号器を動作させることを特徴とする請求項16記載のハードディスク装置。 The reproduction data output from the magnetic head is supplied to the outer decoder, the outer decoder is first operated, and the likelihood of the reproduction data is adjusted according to the decoding result of the outer decoder, and the inner decoder The hard disk device according to claim 16, wherein the hard disk device is operated. 前記内復号器を先ず1回動作させ、前記内復号器から出力された再生データを前記外復号器に供給して前記外復号器を動作させ、前記外復号器の復号結果に応じて再生データの尤度を調整して前記内復号器を動作させることを特徴とする請求項16記載のハードディスク装置。 First, the inner decoder is operated once, the reproduction data output from the inner decoder is supplied to the outer decoder, the outer decoder is operated, and the reproduction data according to the decoding result of the outer decoder. 17. The hard disk drive according to claim 16, wherein the inner decoder is operated by adjusting the likelihood of. 前記内復号器の復号結果が復号の正常終了を示し、かつ前記外復号器の復号結果が誤り無しとなるまで前記内復号器と前記外復号器とを交互に繰り返し動作させることを特徴とする請求項16記載のハードディスク装置。 The inner decoder and the outer decoder are alternately and repeatedly operated until the decoding result of the inner decoder indicates a normal end of decoding and the decoding result of the outer decoder becomes error-free. The hard disk device according to claim 16. 外符号が任意の正の整数であるn個の誤りを訂正可能な符号である場合、外復号処理はn未満の正の整数であるm個の誤りを訂正することを特徴とする請求項16記載のハードディスク装置。 17. The outer decoding process corrects m errors that are positive integers less than n when the outer code is a code that can correct n errors that are arbitrary positive integers. The hard disk device described. 前記内復号器は前記外復号器により訂正した誤りの数が少ない程再生データの尤度を示す数値を増大させることを特徴とする請求項16記載のハードディスク装置。 17. The hard disk drive according to claim 16, wherein the inner decoder increases a numerical value indicating the likelihood of reproduced data as the number of errors corrected by the outer decoder is smaller. 前記内復号器は前記外復号器では訂正不能だった場合に再生データの尤度を示す数値を減少させることを特徴とする請求項16記載のハードディスク装置 17. The hard disk device according to claim 16, wherein the inner decoder decreases a numerical value indicating the likelihood of the reproduction data when the outer decoder cannot correct it. 前記内符号化器は、外符号語のインターリーブ数をmとすると、mより大きい数の外符号語を1内符号語として符号化することを特徴とする請求項16記載のハードディスク装置。 17. The hard disk drive according to claim 16, wherein the inner encoder encodes an outer codeword having a number larger than m as one inner codeword, where m is an interleave number of outer codewords.
JP2008119150A 2008-04-30 2008-04-30 Decoding method, hard disk controller, and hard disk device Pending JP2009271963A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2008119150A JP2009271963A (en) 2008-04-30 2008-04-30 Decoding method, hard disk controller, and hard disk device

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2008119150A JP2009271963A (en) 2008-04-30 2008-04-30 Decoding method, hard disk controller, and hard disk device

Publications (1)

Publication Number Publication Date
JP2009271963A true JP2009271963A (en) 2009-11-19

Family

ID=41438391

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2008119150A Pending JP2009271963A (en) 2008-04-30 2008-04-30 Decoding method, hard disk controller, and hard disk device

Country Status (1)

Country Link
JP (1) JP2009271963A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012060451A (en) * 2010-09-09 2012-03-22 Toshiba Corp Determination feedback-type equalizer
JP2013048003A (en) * 2011-08-29 2013-03-07 Toshiba Corp Bit converter, and bit conversion method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2012060451A (en) * 2010-09-09 2012-03-22 Toshiba Corp Determination feedback-type equalizer
JP2013048003A (en) * 2011-08-29 2013-03-07 Toshiba Corp Bit converter, and bit conversion method

Similar Documents

Publication Publication Date Title
JP4662278B2 (en) Error correction apparatus, encoder, decoder, method, and information storage apparatus
US8151162B2 (en) Encoding device, decoding device, encoding/decoding device, and recording/reproducing device
US8484527B2 (en) Systems and methods for achieving higher coding rate using parity interleaving
US7734981B2 (en) Signal decoder, a signal decoding method and a storage system
JP4261575B2 (en) Error correction processing apparatus and error correction processing method
JP2005166089A (en) Disk storage device, data reproducing device, and data reproducing method
US20080155379A1 (en) Data Storage Device And Data Processing Method
US7779331B2 (en) Systems and methods for tri-column code based error reduction
US10530390B2 (en) Data storage device employing memory efficient processing of un-converged codewords
US20090327832A1 (en) Decoder and recording/reproducing device
JP4290688B2 (en) Data writing apparatus and storage system
US7694209B2 (en) Decoding device for decoding codeword
US8020079B2 (en) Decoder device, decoding method and magnetic disk device
US20090276685A1 (en) Data decoding apparatus, magnetic disk apparatus, and data decoding method
US9118348B2 (en) Decoding apparatus, storage apparatus, and decoding method
JP2009271963A (en) Decoding method, hard disk controller, and hard disk device
US9633691B2 (en) Storage controller, storage device, and method
JP2004145972A (en) Read channel decoder, read channel decoding method, and read channel decoding program
US9082457B2 (en) Data decoding control apparatus, data storage apparatus and data decoding method
JP2004265488A (en) Disk storage device and data reproducing method
JP2008152915A (en) Lead channel decoder, lead channel decoding method, lead channel decoding program

Legal Events

Date Code Title Description
A02 Decision of refusal

Effective date: 20091124

Free format text: JAPANESE INTERMEDIATE CODE: A02