US7047474B2 - Decoding concatenated codes via parity bit recycling - Google Patents

Decoding concatenated codes via parity bit recycling Download PDF

Info

Publication number
US7047474B2
US7047474B2 US10/325,833 US32583302A US7047474B2 US 7047474 B2 US7047474 B2 US 7047474B2 US 32583302 A US32583302 A US 32583302A US 7047474 B2 US7047474 B2 US 7047474B2
Authority
US
United States
Prior art keywords
message data
decoder
decoding
data
parity
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, expires
Application number
US10/325,833
Other languages
English (en)
Other versions
US20040123217A1 (en
Inventor
Do-Jun Rhee
Masaki Sato
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 US10/325,833 priority Critical patent/US7047474B2/en
Priority to KR10-2003-0028597A priority patent/KR100524961B1/ko
Priority to TW092113291A priority patent/TWI262658B/zh
Priority to CNB031411398A priority patent/CN100428635C/zh
Priority to FR0307155A priority patent/FR2849304B1/fr
Priority to JP2003207455A priority patent/JP4284125B2/ja
Publication of US20040123217A1 publication Critical patent/US20040123217A1/en
Application granted granted Critical
Publication of US7047474B2 publication Critical patent/US7047474B2/en
Assigned to SAMSUNG ELECTRONICS CO., LTD. reassignment SAMSUNG ELECTRONICS CO., LTD. ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: SATO, MASAKI, RHEE, DO-JUN
Adjusted expiration legal-status Critical
Expired - Fee Related legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04NPICTORIAL COMMUNICATION, e.g. TELEVISION
    • H04N7/00Television systems
    • H04N7/015High-definition television systems
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/25Error detection or forward error correction by signal space coding, i.e. adding redundancy in the signal constellation, e.g. Trellis Coded Modulation [TCM]
    • H03M13/253Error detection or forward error correction by signal space coding, i.e. adding redundancy in the signal constellation, e.g. Trellis Coded Modulation [TCM] with concatenated codes
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/03Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words
    • H03M13/05Error detection or forward error correction by redundancy in data representation, i.e. code words containing more digits than the source words using block codes, i.e. a predetermined number of check bits joined to a predetermined number of information bits
    • H03M13/13Linear codes
    • H03M13/15Cyclic codes, i.e. cyclic shifts of codewords produce other codewords, e.g. codes defined by a generator polynomial, Bose-Chaudhuri-Hocquenghem [BCH] codes
    • H03M13/151Cyclic codes, i.e. cyclic shifts of codewords produce other codewords, e.g. codes defined by a generator polynomial, Bose-Chaudhuri-Hocquenghem [BCH] codes using error location or error correction polynomials
    • H03M13/1515Reed-Solomon codes
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/25Error detection or forward error correction by signal space coding, i.e. adding redundancy in the signal constellation, e.g. Trellis Coded Modulation [TCM]
    • H03M13/256Error detection or forward error correction by signal space coding, i.e. adding redundancy in the signal constellation, e.g. Trellis Coded Modulation [TCM] with trellis coding, e.g. with convolutional codes and TCM
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/27Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes using interleaving techniques
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/29Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes combining two or more codes or code structures, e.g. product codes, generalised product codes, concatenated codes, inner and outer codes
    • HELECTRICITY
    • H03ELECTRONIC CIRCUITRY
    • H03MCODING; DECODING; CODE CONVERSION IN GENERAL
    • H03M13/00Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes
    • H03M13/29Coding, decoding or code conversion, for error detection or error correction; Coding theory basic assumptions; Coding bounds; Error probability evaluation methods; Channel models; Simulation or testing of codes combining two or more codes or code structures, e.g. product codes, generalised product codes, concatenated codes, inner and outer codes
    • H03M13/2948Iterative decoding

Definitions

  • a concatenated code is a doubly-encoded type of code having an inner code and an outer code.
  • the inner code encodes the outer code.
  • the inner code corrects most of the errors introduced by the communications channel and is typically a convolution code.
  • the outer code corrects the majority of decoding errors (which typically are bursty) that occur during the first decoding.
  • the Reed-Solomon (R-S) code is commonly used as the outer code.
  • FIG. 1 is a block diagram of a typical concatenated code system 100 according to the Background Art.
  • the system 100 includes: an outer encoder 102 ; an optional interleaver 104 ; an inner encoder 106 ; a modulator 108 ; a communications channel 110 ; a demodulator 112 ; an inner decoder 114 ; an optional de-interleaver 116 (present if the interleaver 104 is present); and an outer decoder 118 .
  • FIG. 2 is a block diagram of a concatenated code iterative decoder 200 according to the Background Art that is compliant with the Advanced Television Standards Committee (ATSC) 8-VSB (vestigial sidebands) standard.
  • the decoder 200 includes: a first inner, trellis-coded modulation (TCM) decoder 202 ; an optional de-interleaver 204 (that itself has a symbol de-interleaver 206 and a convolutional de-interleaver 208 ); a first outer, R-S decoder 210 ; an optional interleaver 212 (that itself has a convolutional interleaver 214 and a symbol interleaver 216 ); an inner TCM encoder 218 ; a second inner TCM decoder 220 ; a second optional de-interleaver 222 (present if interleaver 212 is present) (the de-interleaver 222 including a symbol de-interleaver 224 and a
  • the decoder 200 is designed to work with a channel exhibiting additive white Gaussian noise (AWGN).
  • AWGN additive white Gaussian noise
  • the ATSC standard for 8-VSB requires a decoder to successfully decode a signal that is received having a maximum segment error rate (SER) of 1.93 ⁇ 10 ⁇ 4 at a minimum energy per symbol (E S /N O ), or signal to noise ratio (SNR), of 14.9 dB.
  • SER segment error rate
  • E S /N O minimum energy per symbol
  • SNR signal to noise ratio
  • the decoder 200 will decode a signal having an SNR of 14.9 or greater. For an SNR below 14.9 dB, the decoder 200 will fail to decode the received signal, yet such failure does not prevent the decoder 200 from being considered ATSC-compliant.
  • An embodiment of the invention provides a method, apparatus and article of manufacture for decoding concatenated codes.
  • Such a method includes: receiving data representing concatenated codes; first inner decoding the received data resulting in first inner message data and parity data; first outer decoding the first inner message data, resulting in reliability information and first outer message data; second inner decoding the first outer message data, resulting in second inner message data; and second outer decoding the second inner message data.
  • the second inner decoding is a function of: the reliability information from the first outer decoding; the first outer message data; and the parity data from the first inner decoding.
  • FIG. 1 is a block diagram of a typical concatenated code system according to the Background Art.
  • FIG. 2 is a block diagram of a concatenated code iterative decoder according to the Background Art.
  • FIG. 3 is a block diagram of a concatenated code decoder according to an embodiment of the invention.
  • FIG. 4 is a block diagram of an iterative decoder of concatenated codes according to an embodiment of the invention.
  • FIG. 5 is a Table representing a qualitative assessment information according to an embodiment of the invention.
  • FIG. 6 is an example of a trellis diagram for inner decoders according to an embodiment of the invention.
  • FIG. 7 is a Table of branch metric values according to an embodiment of the invention.
  • FIG. 8 is a block diagram of a pipelined iterative decoder of concatenated codes according to an embodiment of the invention.
  • FIGS. 9A and 9B are unified modeling language (UML) sequence diagrams of concatenated code decoding actors and actions according to an embodiment of the invention.
  • UML unified modeling language
  • FIG. 10 is a more detailed block diagram of a second inner decoder according to an embodiment of the invention.
  • Actions in a UML sequence diagram are depicted with arrows of different styles.
  • A would indicate an action that expects a response action.
  • A would indicate a response action.
  • A would indicate an action for which the response is implied.
  • a would indicate an action for which no response is expected.
  • An embodiment of the invention represents a recognition of the following.
  • Terrestrial broadcasting environments are really not AWGN channels. Rather, the received signals include the directly received version of the transmitted signal as well as reflections (indirectly received versions) of the transmitted signal.
  • a signal that would arrive at a 14.9 dB level via an AWGN channel is more likely to arrive as a 14.6 dB signal in the real terrestrial broadcasting environments.
  • Another embodiment of the invention represents a recognition of the following. If there are errors in the first outer decoded message data from the first outer decoder 210 , then parity data generated by the inner TCM encoder 218 (a re-encodation! will have errors. And the second inner TCM decoder 220 cannot correct such errors.
  • Another embodiment of the invention represents a recognition that decoder performance, in terms of the minimum SNR signal that can be decoded, can be enhanced without necessarily changing the architecture of the encodation according to the Background.
  • FIG. 3 is a block diagram of a concatenated code decoder 300 according to an embodiment of the invention.
  • the decoder 300 includes: a first inner, e.g., TCM, decoder 302 ; a delay unit 304 ; an optional first de-interleaver 306 (that itself can include a first symbol de-interleaver 308 and a first convolutional de-interleaver 310 ); a first outer, e.g., R-S, decoder 312 ; an optional interleaver 314 (that itself can include a convolutional interleaver 316 and a symbol interleaver 318 ); a second inner, e.g., TCM, decoder 320 ; an optional second de-interleaver 322 (that itself can include a second symbol de-interleaver 324 and a second convolutional de-interleaver 326 ); and a second outer, e.g., R-S, decoder
  • parity data from the first inner decoder 302 is not discarded but instead is provided to the delay unit 304 .
  • the delay unit 304 then provides the parity data (after suitable delay) to the second inner decoder 320 .
  • the delay unit 304 time-aligns the parity data to the first outer message data from the first outer decoder 312 .
  • a suitable delay by the delay unit 304 can compensate for the delay introduced by the R-S decoder 312 and (if present) the first de-interleaver 306 , resulting in time re-alignment between the parity data and the first outer message data.
  • the second inner decoder 320 receives reliability information from the first outer decoder 312 .
  • reliability information concerns the reliability of the parity data from the first inner decoder 302 and the reliability of the first outer message data generated by the first outer decoder 312 .
  • Such reliability information can be a qualitative assessment (e.g., low, middle or high) as depicted in the Table of FIG. 5 , to be discussed below.
  • the decoder 312 when the number of errors in the received packet is greater than the error correcting capability of the decoder 312 (e.g., more than 8 errors for 8-VSB), then the decoder 312 does not correct any of the errors in the packet. In this circumstance, the decoder 312 can generate a signal indicating that the corresponding packet is uncorrectable. But when the errors are not so great in number as to preclude correction, then the decoder 312 can generate a signal indicating corrected symbol error position via the generation of an error location polynomial.
  • the error correcting capability of the decoder 312 e.g., more than 8 errors for 8-VSB
  • Performance of the decoder 300 according to an embodiment of the invention is improved relative to the Background by inputting the parity data from the first inner decoder 302 and the reliability information from the first outer decoder 312 , as well as the first outer message data from the first outer decoder 312 .
  • the decoder 300 can decode a signal having at least a 14.6 dB (if not lower) SNR.
  • FIG. 6 is an example of a trellis diagram 600 (here, 4-states are possible in two registers of an encoder) representing the algorithm of the encoders corresponding to the inner decoders 302 and 320 .
  • FIG. 6 shows transmitted data with states according to the encoding algorithm.
  • the particular trellis 600 is provided merely to further discussion and is not limiting.
  • Reference number 602 points to a starting state, namely, of the two registers of the encoder.
  • Ref. no. 604 points to a transition from one state to another upon receiving new input data in the encoder.
  • Ref. no. 608 points to an ending state reached during the transition 604 .
  • Ref. no. 606 points to the two possible output values resulting from the transition 604 .
  • the corresponding encoder goes from state 00 to state 10
  • either ⁇ 3 or 5 will be output, i.e., transmitted.
  • Decoding in the decoders 302 / 320 can be done by selecting from among multiple branch metric candidate values for each possible branch in the trellis 600 relative to the inputted data (the received symbol currently under consideration), then performing an Add-Compare-Select (ACS) process, and then performing a Traceback process.
  • ACS Add-Compare-Select
  • Traceback process The ACS and Traceback processes are known. But selecting from among multiple branch metric candidate values, etc., represents an embodiment of the invention.
  • the branch metric values can be based upon the Euclidian distance in the case of soft data, or the Hamming distance in the case of hard data.
  • the parity data from the first inner decoder 302 and the first outer message data can be soft decision data in the sense that it has an 8-bit quantization, i.e., it is 8-bit data representing 0–255 levels.
  • the branch metric values of the trellis 600 in the second inner decoder 320 can be weighted according to the reliability information from the first outer decoder 312 and the parity data from the first inner decoder 302 .
  • FIG. 7 is a Table depicting an example of such weightings. Values in the first column, “8-VSB level,” represent the values that a received symbol can take. Such values correspond to the combination of the associated parity bit value and the values of the associated two bits of message data.
  • Within each group of columns is a column corresponding to Case 1 , Case 2 and Case 3 .
  • a case is a set of data that can be accessed, e.g., via a look-up table (LUT).
  • Values in each case of the Table of FIG. 7 can be determined as follows. For each possible branch, each of the 8 possible VSB levels is evaluated. For a given one of the 8-VSB levels, the Euclidean distance from each of the two possible outputs to the given level is determined and the smaller of the two distances is selected and stored as the corresponding value in the column representing a portion of the case.
  • the branch metric values of the Case 1 columns of FIG. 7 correspond to a situation in which the reliability of the first outer decoder 312 is qualitatively assessed as being “middle” and the reliability of the parity data from the first inner decoder 302 is “middle.” Similar correspondences exist with the Case 2 and Case 3 columns.
  • FIG. 4 is a block diagram of an iterative decoder 400 for decoding concatenated codes according to an embodiment of the invention.
  • the decoder 400 includes a first inner, e.g., TCM, decoder 402 ; a delay unit 404 ; an optional first de-interleaver 406 (that itself can include a first symbol de-interleaver 408 and a first convolutional de-interleaver 410 ); a first outer, e.g., R-S, decoder 412 ; an optional interleaver 414 (that itself can include a convolutional interleaver 416 and a symbol interleaver 418 ); a second inner,.
  • decoder 420 e.g., TCM, decoder 420 ; an optional second de-interleaver 422 (that itself can include a second symbol de-interleaver 424 and a second convolutional de-interleaver 426 ); and a second outer, e.g., R-S, decoder 428 .
  • the units 404 and 414 – 428 can be considered to be a unit 430 that can be replicated/piplelined until a desired coding gain and bit error rate (BER) are achieved.
  • the unit 430 is a replicable unit 430 .
  • FIG. 8 depicts a block diagram of an iterative decoder 800 for decoding concatenated codes according to an embodiment of the invention.
  • the decoder 800 includes the replicable unit 430 and a similar replicable unit 830 .
  • the replicable unit 830 includes: a delay unit 804 ; an optional second interleaver 814 (that itself can include a second convolutional interleaver 816 and a second symbol interleaver 818 ); a third inner, e.g., TCM, decoder 820 ; an optional third de-interleaver 822 (that itself can include a third symbol de-interleaver 824 and a third convolutional de-interleaver 826 ); and a third outer, e.g., R-S, decoder 828 .
  • a delay unit 804 an optional second interleaver 814 (that itself can include a second convolutional interleaver 816 and a second symbol interleaver 818 ); a third inner, e.g., TCM, decoder 820 ; an optional third de-interleaver 822 (that itself can include a third symbol de-interleaver 824 and a third convolutional de-interleaver 8
  • FIGS. 9A and 9B are UML sequence diagrams of concatenated code decoding actors and actions according to an embodiment of the invention.
  • FIGS. 9A and 9B can be used to explain the operation of the iterative decoder of FIG. 8 .
  • concatenated codes are supplied from a source of such concatenated codes at action 902 .
  • An example of a source 802 can be a demodulator 112 that receives signals through a communications channel 110 .
  • the first inner decoder 402 receives the concatenated codes, decodes them and provides first inner message data to the optional first de-interleaver 406 at action 904 .
  • the first inner decoder 402 recycles the first parity data by providing it to the first delay unit 404 at action 906 .
  • the first de-interleaver 406 provides de-interleaved first inner message data to the first outer decoder 412 at action 907 .
  • the first inner message data can be provided directly to the first outer decoder 412 from the first inner decoder 402 .
  • the first outer decoder 412 decodes the de-interleaved first inner message data, resulting in first outer message data, which is provided to the optional interleaver 414 at action 908 .
  • the first outer decoder 412 also generates reliability information and provides it to the second inner decoder 420 at action 910 .
  • the first delay unit 404 delays the first parity data and provides it to the second inner decoder 420 at action 912 .
  • the interleaver 414 interleaves the first outer message data and provides the interleaved first outer message data to the second inner decoder 420 at action 914 .
  • the interleaver 414 can be omitted.
  • the first outer message data can be provided directly to the second inner decoder 420 from the first outer decoder 412 .
  • the second inner decoder 420 operates upon the reliability information and the first parity data while decoding the first outer message data, resulting in second inner message data, which the second inner decoder 420 provides to the optional second de-interleaver 422 at action 916 .
  • the second inner decoder 420 recycles the second parity data that it generates by providing the second parity data to the second delay unit 804 at action 918 .
  • the second de-interleaver 422 provides de-interleaved second inner message data to the second outer decoder 428 at action 920 .
  • the second inner message data can be provided directly to the second outer decoder 428 from the second inner decoder 420 .
  • the second outer decoder 428 decodes the de-interleaved second inner message data, resulting in second outer message data, which is provided to the optional second interleaver 814 at action 922 .
  • the second outer decoder 428 generates reliability information and provides it to the third inner decoder 820 at action 924 .
  • the second delay unit 804 delays the second parity data and provides it to the third inner decoder 820 at action 926 .
  • the second interleaver 814 interleaves the second outer message data and provides the interleaved second outer message data to the third inner decoder 820 at action 927 .
  • the interleaver 814 can be omitted.
  • the second outer message data can be provided directly to the third inner decoder 820 from the second outer decoder 428 .
  • the third inner decoder 820 operates upon the reliability information from the second outer decoder 428 and the second parity data from the second inner decoder 420 while decoding the second outer message data from the second outer decoder 428 , resulting in third inner message data, which the third inner decoder 820 provides to the optional third de-interleaver 822 at action 928 .
  • the third inner decoder 820 recycles the parity data that it generates by outputting the third parity data to a third delay unit (not depicted) at action 918 if a third replicable unit (not depicted) were present.
  • the third de-interleaver 822 provides de-interleaved third inner message data to the third outer decoder 828 at action 930 .
  • the third outer decoder 828 decodes the de-interleaved third inner message data, resulting in third outer message data, which is outputted. If a third replicable unit (not depicted) were present, then the following actions would also be included.
  • the third outer message data would be provided to an optional interleaver (not depicted) at action 932 . Also, the third outer decoder 828 would generate reliability information and would provide it to a fourth inner decoder (not depicted) at action 934 .
  • FIG. 10 is a more detailed block diagram of a second inner decoder, e.g., 420 , according to an embodiment of the invention.
  • An R-S decoder can have: a logic unit 1006 to assess whether the corresponding packet has a sufficiently small number of errors to be considered a correctable or uncorrectable packet, resulting in the UP output signal; and a logic unit 1008 to identify what bytes in a packet have been corrected (e.g., via generation of an error location polynomial), resulting in the CS signal.
  • the decoder 420 includes: a logic unit 1010 to select one LUT, from among multiple case-specific LUTs (see FIG. 7 ) of branch metric values, based upon the values of the UP signal and the CS signal (such as are shown in FIG. 5 ); a logic unit 1012 to index into the LUT selected by the logic unit 1010 in order to obtain branch metric values corresponding to four transmitted data pairs; an Add Compare Select (ACS) 1014 ; and a Trace Back (TB) unit 1016 .
  • the branch metric values obtained by the unit 1012 are added by the unit 1014 to the cumulative metric, the sums compared against each other, and the sum having the lowest magnitude selected.
  • ACS unit 1014 and the TB unit 1016 are known, no further discussion is provided.
  • inner and outer decoders have been discussed in terms of the inner decoders being TCM decoders and the outer decoders being R-S decoders.
  • Other combination of inner and outer decoders can be used, e.g., a Viterbi decoder with a convolutional code as the inner decoder and an R-S decoder as the outer decoder, or an R-S decoder as both the inner and outer decoders.

Landscapes

  • Physics & Mathematics (AREA)
  • Engineering & Computer Science (AREA)
  • Probability & Statistics with Applications (AREA)
  • Theoretical Computer Science (AREA)
  • Mathematical Physics (AREA)
  • General Physics & Mathematics (AREA)
  • Algebra (AREA)
  • Pure & Applied Mathematics (AREA)
  • Multimedia (AREA)
  • Signal Processing (AREA)
  • Error Detection And Correction (AREA)
  • Detection And Correction Of Errors (AREA)
  • Television Systems (AREA)
  • Detection And Prevention Of Errors In Transmission (AREA)
US10/325,833 2002-12-23 2002-12-23 Decoding concatenated codes via parity bit recycling Expired - Fee Related US7047474B2 (en)

Priority Applications (6)

Application Number Priority Date Filing Date Title
US10/325,833 US7047474B2 (en) 2002-12-23 2002-12-23 Decoding concatenated codes via parity bit recycling
KR10-2003-0028597A KR100524961B1 (ko) 2002-12-23 2003-05-06 패리티 비트를 재순환시키는 연속 코드 디코더 및 그 방법
TW092113291A TWI262658B (en) 2002-12-23 2003-05-16 Decoding concatenated codes via parity bit recycling
CNB031411398A CN100428635C (zh) 2002-12-23 2003-06-11 通过重复利用奇偶校验比特对级联码进行解码的方法和装置
FR0307155A FR2849304B1 (fr) 2002-12-23 2003-06-13 Procede et dispositif de decodage de codes concatenes par recyclage de bits de parite
JP2003207455A JP4284125B2 (ja) 2002-12-23 2003-08-13 パリティビットを再循環させる連続コードデコーダ及びその方法

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US10/325,833 US7047474B2 (en) 2002-12-23 2002-12-23 Decoding concatenated codes via parity bit recycling

Publications (2)

Publication Number Publication Date
US20040123217A1 US20040123217A1 (en) 2004-06-24
US7047474B2 true US7047474B2 (en) 2006-05-16

Family

ID=32468977

Family Applications (1)

Application Number Title Priority Date Filing Date
US10/325,833 Expired - Fee Related US7047474B2 (en) 2002-12-23 2002-12-23 Decoding concatenated codes via parity bit recycling

Country Status (6)

Country Link
US (1) US7047474B2 (ja)
JP (1) JP4284125B2 (ja)
KR (1) KR100524961B1 (ja)
CN (1) CN100428635C (ja)
FR (1) FR2849304B1 (ja)
TW (1) TWI262658B (ja)

Cited By (152)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20060224934A1 (en) * 2005-04-01 2006-10-05 Cameron Kelly B System correcting random and/or burst errors using RS (Reed-Solomon) code, turbo/LDPC (Low Density Parity Check) code and convolutional interleave
US20070016839A1 (en) * 2005-07-15 2007-01-18 Rong-Liang Chiou Error-correcting apparatus including multiple error-correcting modules functioning in parallel and related method
US20070022357A1 (en) * 2005-07-19 2007-01-25 Rong-Liang Chiou Apparatus selectively adopting different determining criteria in erasure marking procedure when performing decoding process, and method thereof
US20070192666A1 (en) * 2006-01-26 2007-08-16 Agere Systems Inc. Systems and methods for error reduction associated with information transfer
US20080052592A1 (en) * 2006-07-31 2008-02-28 Agere Systems Inc. Systems and Methods for Tri-Column Code Based Error Reduction
US20080055122A1 (en) * 2006-07-31 2008-03-06 Agere Systems Inc. Systems and Methods for Code Based Error Reduction
US20080065970A1 (en) * 2006-07-31 2008-03-13 Agere Systems Inc. Systems and Methods for Code Dependency Reduction
US20080098288A1 (en) * 2006-10-18 2008-04-24 Shaohua Yang Forward decision aided nonlinear viterbi detector
US20080168330A1 (en) * 2007-01-08 2008-07-10 Agere Systems Inc. Systems and methods for prioritizing error correction data
US20080301527A1 (en) * 2007-06-01 2008-12-04 Agere Systems Inc. Systems and methods for joint ldpc encoding and decoding
US20080301517A1 (en) * 2007-06-01 2008-12-04 Agere Systems Inc. Systems and methods for ldpc decoding with post processing
US20090006928A1 (en) * 2005-07-15 2009-01-01 Mediatek Inc. Method and apparatus for burst error detection and digital communication device
US20090199071A1 (en) * 2008-02-05 2009-08-06 Agere Systems Inc. Systems and Methods for Low Cost LDPC Decoding
US20090273492A1 (en) * 2008-05-02 2009-11-05 Lsi Corporation Systems and Methods for Queue Based Data Detection and Decoding
US20100061492A1 (en) * 2008-09-05 2010-03-11 Lsi Corporation Reduced Frequency Data Processing Using a Matched Filter Set Front End
US20100070837A1 (en) * 2008-09-17 2010-03-18 LSI Corporatrion Power Reduced Queue Based Data Detection and Decoding Systems and Methods for Using Such
US20100164764A1 (en) * 2008-05-19 2010-07-01 Ratnakar Aravind Nayak Systems and Methods for Mitigating Latency in a Data Detector Feedback Loop
US20100185914A1 (en) * 2007-09-28 2010-07-22 Weijun Tan Systems and Methods for Reduced Complexity Data Processing
US20100265608A1 (en) * 2009-04-17 2010-10-21 Lsi Corporation Systems and Methods for Storage Channel Testing
US20100275096A1 (en) * 2009-04-28 2010-10-28 Lsi Corporation Systems and Methods for Hard Decision Assisted Decoding
US20100322048A1 (en) * 2009-06-18 2010-12-23 Lsi Corporation Systems and Methods for Codec Usage Control During Storage Pre-read
US20100332954A1 (en) * 2009-06-24 2010-12-30 Lsi Corporation Systems and Methods for Out of Order Y-Sample Memory Management
US20110029837A1 (en) * 2009-07-30 2011-02-03 Shaohua Yang Systems and Methods for Phase Dependent Data Detection in Iterative Decoding
US20110029826A1 (en) * 2009-07-28 2011-02-03 Lsi Corporation Systems and Methods for Re-using Decoding Parity in a Detector Circuit
US20110041028A1 (en) * 2009-08-12 2011-02-17 Lsi Corporation Systems and Methods for Retimed Virtual Data Processing
US20110060973A1 (en) * 2009-09-09 2011-03-10 LSI Corpoaration Systems and Methods for Stepped Data Retry in a Storage System
US20110080211A1 (en) * 2008-11-20 2011-04-07 Shaohua Yang Systems and Methods for Noise Reduced Data Detection
US20110167246A1 (en) * 2010-01-04 2011-07-07 Lsi Corporation Systems and Methods for Data Detection Including Dynamic Scaling
US20110164669A1 (en) * 2010-01-05 2011-07-07 Lsi Corporation Systems and Methods for Determining Noise Components in a Signal Set
US8161351B2 (en) 2010-03-30 2012-04-17 Lsi Corporation Systems and methods for efficient data storage
US20120128171A1 (en) * 2001-12-21 2012-05-24 One-E-Way, Inc. Wireless Digital Audio Music System
US8208213B2 (en) 2010-06-02 2012-06-26 Lsi Corporation Systems and methods for hybrid algorithm gain adaptation
US8295001B2 (en) 2010-09-21 2012-10-23 Lsi Corporation Systems and methods for low latency noise cancellation
US8321746B2 (en) 2009-07-30 2012-11-27 Lsi Corporation Systems and methods for quasi-cyclic LDPC code production and decoding
US8359522B2 (en) 2007-05-01 2013-01-22 Texas A&M University System Low density parity check decoder for regular LDPC codes
US8381074B1 (en) 2010-05-21 2013-02-19 Lsi Corporation Systems and methods for utilizing a centralized queue based data processing circuit
US8381071B1 (en) 2010-05-21 2013-02-19 Lsi Corporation Systems and methods for decoder sharing between data sets
US8385014B2 (en) 2010-10-11 2013-02-26 Lsi Corporation Systems and methods for identifying potential media failure
US8418019B2 (en) 2010-04-19 2013-04-09 Lsi Corporation Systems and methods for dynamic scaling in a data decoding system
US8443271B1 (en) 2011-10-28 2013-05-14 Lsi Corporation Systems and methods for dual process data decoding
US8443249B2 (en) 2010-04-26 2013-05-14 Lsi Corporation Systems and methods for low density parity check data encoding
US8443250B2 (en) 2010-10-11 2013-05-14 Lsi Corporation Systems and methods for error correction using irregular low density parity check codes
US8446683B2 (en) 2011-02-22 2013-05-21 Lsi Corporation Systems and methods for data pre-coding calibration
US8458553B2 (en) 2009-07-28 2013-06-04 Lsi Corporation Systems and methods for utilizing circulant parity in a data processing system
US8479086B2 (en) 2011-10-03 2013-07-02 Lsi Corporation Systems and methods for efficient parameter modification
US8499231B2 (en) 2011-06-24 2013-07-30 Lsi Corporation Systems and methods for reduced format non-binary decoding
US8527858B2 (en) 2011-10-28 2013-09-03 Lsi Corporation Systems and methods for selective decode algorithm modification
US8527831B2 (en) 2010-04-26 2013-09-03 Lsi Corporation Systems and methods for low density parity check data decoding
US8531320B2 (en) 2011-11-14 2013-09-10 Lsi Corporation Systems and methods for memory efficient data decoding
US8539328B2 (en) 2011-08-19 2013-09-17 Lsi Corporation Systems and methods for noise injection driven parameter selection
US8560929B2 (en) 2011-06-24 2013-10-15 Lsi Corporation Systems and methods for non-binary decoding
US8560930B2 (en) 2010-10-11 2013-10-15 Lsi Corporation Systems and methods for multi-level quasi-cyclic low density parity check codes
US8566379B2 (en) 2010-11-17 2013-10-22 Lsi Corporation Systems and methods for self tuning target adaptation
US8566665B2 (en) 2011-06-24 2013-10-22 Lsi Corporation Systems and methods for error correction using low density parity check codes using multiple layer check equations
US8566666B2 (en) 2011-07-11 2013-10-22 Lsi Corporation Min-sum based non-binary LDPC decoder
US8578241B2 (en) 2011-10-10 2013-11-05 Lsi Corporation Systems and methods for parity sharing data processing
US8578253B2 (en) 2010-01-04 2013-11-05 Lsi Corporation Systems and methods for updating detector parameters in a data processing circuit
US8595576B2 (en) 2011-06-30 2013-11-26 Lsi Corporation Systems and methods for evaluating and debugging LDPC iterative decoders
US8604960B2 (en) 2011-10-28 2013-12-10 Lsi Corporation Oversampled data processing circuit with multiple detectors
US8610608B2 (en) 2012-03-08 2013-12-17 Lsi Corporation Systems and methods for reduced latency loop correction
US8611033B2 (en) 2011-04-15 2013-12-17 Lsi Corporation Systems and methods for selective decoder input data processing
US8612826B2 (en) 2012-05-17 2013-12-17 Lsi Corporation Systems and methods for non-binary LDPC encoding
US8625221B2 (en) 2011-12-15 2014-01-07 Lsi Corporation Detector pruning control system
US8631300B2 (en) 2011-12-12 2014-01-14 Lsi Corporation Systems and methods for scalable data processing shut down
US8634152B1 (en) 2012-10-15 2014-01-21 Lsi Corporation Systems and methods for throughput enhanced data detection in a data processing circuit
US8650451B2 (en) 2011-06-30 2014-02-11 Lsi Corporation Stochastic stream decoding of binary LDPC codes
US8656249B2 (en) 2011-09-07 2014-02-18 Lsi Corporation Multi-level LDPC layer decoder
US8661324B2 (en) 2011-09-08 2014-02-25 Lsi Corporation Systems and methods for non-binary decoding biasing control
US8661071B2 (en) 2010-10-11 2014-02-25 Lsi Corporation Systems and methods for partially conditioned noise predictive equalization
US8667039B2 (en) 2010-11-17 2014-03-04 Lsi Corporation Systems and methods for variance dependent normalization for branch metric calculation
US8670955B2 (en) 2011-04-15 2014-03-11 Lsi Corporation Systems and methods for reliability assisted noise predictive filtering
US8683309B2 (en) 2011-10-28 2014-03-25 Lsi Corporation Systems and methods for ambiguity based decode algorithm modification
US8681441B2 (en) 2011-09-08 2014-03-25 Lsi Corporation Systems and methods for generating predictable degradation bias
US8681439B2 (en) 2010-09-13 2014-03-25 Lsi Corporation Systems and methods for handling sector gaps in inter-track interference compensation
US8688873B2 (en) 2009-12-31 2014-04-01 Lsi Corporation Systems and methods for monitoring out of order data decoding
US8689062B2 (en) 2011-10-03 2014-04-01 Lsi Corporation Systems and methods for parameter selection using reliability information
US8693120B2 (en) 2011-03-17 2014-04-08 Lsi Corporation Systems and methods for sample averaging in data processing
US8699167B2 (en) 2011-02-16 2014-04-15 Lsi Corporation Systems and methods for data detection using distance based tuning
US8700981B2 (en) 2011-11-14 2014-04-15 Lsi Corporation Low latency enumeration endec
US8707144B2 (en) 2011-10-17 2014-04-22 Lsi Corporation LDPC decoder with targeted symbol flipping
US8707123B2 (en) 2011-12-30 2014-04-22 Lsi Corporation Variable barrel shifter
US8719686B2 (en) 2011-11-22 2014-05-06 Lsi Corporation Probability-based multi-level LDPC decoder
US8731115B2 (en) 2012-03-08 2014-05-20 Lsi Corporation Systems and methods for data processing including pre-equalizer noise suppression
US8750447B2 (en) 2010-11-02 2014-06-10 Lsi Corporation Systems and methods for variable thresholding in a pattern detector
US8751889B2 (en) 2012-01-31 2014-06-10 Lsi Corporation Systems and methods for multi-pass alternate decoding
US8751913B2 (en) 2011-11-14 2014-06-10 Lsi Corporation Systems and methods for reduced power multi-layer data decoding
US8751915B2 (en) 2012-08-28 2014-06-10 Lsi Corporation Systems and methods for selectable positive feedback data processing
US8749907B2 (en) 2012-02-14 2014-06-10 Lsi Corporation Systems and methods for adaptive decoder message scaling
US8756478B2 (en) 2011-09-07 2014-06-17 Lsi Corporation Multi-level LDPC layer decoder
US8760991B2 (en) 2011-11-14 2014-06-24 Lsi Corporation Systems and methods for post processing gain correction
US8767333B2 (en) 2011-09-22 2014-07-01 Lsi Corporation Systems and methods for pattern dependent target adaptation
US8775896B2 (en) 2012-02-09 2014-07-08 Lsi Corporation Non-binary LDPC decoder with low latency scheduling
US8773790B2 (en) 2009-04-28 2014-07-08 Lsi Corporation Systems and methods for dynamic scaling in a read data processing system
US8773791B1 (en) 2013-01-14 2014-07-08 Lsi Corporation Systems and methods for X-sample based noise cancellation
US8782486B2 (en) 2012-03-05 2014-07-15 Lsi Corporation Systems and methods for multi-matrix data processing
US8788921B2 (en) 2011-10-27 2014-07-22 Lsi Corporation Detector with soft pruning
US8797668B1 (en) 2013-03-13 2014-08-05 Lsi Corporation Systems and methods for penalty based multi-variant encoding
US8810940B2 (en) 2011-02-07 2014-08-19 Lsi Corporation Systems and methods for off track error recovery
US8819527B2 (en) 2011-07-19 2014-08-26 Lsi Corporation Systems and methods for mitigating stubborn errors in a data processing system
US8819515B2 (en) 2011-12-30 2014-08-26 Lsi Corporation Mixed domain FFT-based non-binary LDPC decoder
US8817404B1 (en) 2013-07-18 2014-08-26 Lsi Corporation Systems and methods for data processing control
US20140241543A1 (en) * 2001-12-21 2014-08-28 One-E-Way Inc. Wireless Digital Audio Music System
US8830613B2 (en) 2011-07-19 2014-09-09 Lsi Corporation Storage media inter-track interference cancellation
US8850276B2 (en) 2011-09-22 2014-09-30 Lsi Corporation Systems and methods for efficient data shuffling in a data processing system
US8850295B2 (en) 2012-02-01 2014-09-30 Lsi Corporation Symbol flipping data processor
US8854753B2 (en) 2011-03-17 2014-10-07 Lsi Corporation Systems and methods for auto scaling in a data processing system
US8854754B2 (en) 2011-08-19 2014-10-07 Lsi Corporation Systems and methods for local iteration adjustment
US8862960B2 (en) 2011-10-10 2014-10-14 Lsi Corporation Systems and methods for parity shared data encoding
US8862972B2 (en) 2011-06-29 2014-10-14 Lsi Corporation Low latency multi-detector noise cancellation
US8873182B2 (en) 2012-03-09 2014-10-28 Lsi Corporation Multi-path data processing system
US8879182B2 (en) 2011-07-19 2014-11-04 Lsi Corporation Storage media inter-track interference cancellation
US8880986B2 (en) 2012-05-30 2014-11-04 Lsi Corporation Systems and methods for improved data detection processing
US8885276B2 (en) 2013-02-14 2014-11-11 Lsi Corporation Systems and methods for shared layer data decoding
US8887034B2 (en) 2011-04-15 2014-11-11 Lsi Corporation Systems and methods for short media defect detection
US8908307B1 (en) 2013-08-23 2014-12-09 Lsi Corporation Systems and methods for hard disk drive region based data encoding
US8917466B1 (en) 2013-07-17 2014-12-23 Lsi Corporation Systems and methods for governing in-flight data sets in a data processing system
US8930780B2 (en) 2012-08-28 2015-01-06 Lsi Corporation Systems and methods for non-zero syndrome based processing
US8930792B2 (en) 2013-02-14 2015-01-06 Lsi Corporation Systems and methods for distributed low density parity check decoding
US8929009B2 (en) 2012-12-19 2015-01-06 Lsi Corporation Irregular low density parity check decoder with low syndrome error handling
US8949702B2 (en) 2012-09-14 2015-02-03 Lsi Corporation Systems and methods for detector side trapping set mitigation
US8959414B2 (en) 2013-06-13 2015-02-17 Lsi Corporation Systems and methods for hybrid layer data decoding
US8977937B2 (en) 2012-03-16 2015-03-10 Lsi Corporation Systems and methods for compression driven variable rate decoding in a data processing system
US8996597B2 (en) 2011-10-12 2015-03-31 Lsi Corporation Nyquist constrained digital finite impulse response filter
US9003263B2 (en) 2013-01-15 2015-04-07 Lsi Corporation Encoder and decoder generation by state-splitting of directed graph
US9009557B2 (en) 2013-01-21 2015-04-14 Lsi Corporation Systems and methods for reusing a layered decoder to yield a non-layered result
US9019647B2 (en) 2012-08-28 2015-04-28 Lsi Corporation Systems and methods for conditional positive feedback data decoding
US9026572B2 (en) 2011-08-29 2015-05-05 Lsi Corporation Systems and methods for anti-causal noise predictive filtering in a data channel
US9043684B2 (en) 2012-03-22 2015-05-26 Lsi Corporation Systems and methods for variable redundancy data protection
US9048870B2 (en) 2012-11-19 2015-06-02 Lsi Corporation Low density parity check decoder with flexible saturation
US9048873B2 (en) 2013-03-13 2015-06-02 Lsi Corporation Systems and methods for multi-stage encoding of concatenated low density parity check codes
US9048874B2 (en) 2013-03-15 2015-06-02 Lsi Corporation Min-sum based hybrid non-binary low density parity check decoder
US9048867B2 (en) 2013-05-21 2015-06-02 Lsi Corporation Shift register-based layered low density parity check decoder
US9047882B2 (en) 2013-08-30 2015-06-02 Lsi Corporation Systems and methods for multi-level encoding and decoding
US9112531B2 (en) 2012-10-15 2015-08-18 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for enhanced local iteration randomization in a data decoder
US9129651B2 (en) 2013-08-30 2015-09-08 Avago Technologies General Ip (Singapore) Pte. Ltd. Array-reader based magnetic recording systems with quadrature amplitude modulation
US9130589B2 (en) 2012-12-19 2015-09-08 Avago Technologies General Ip (Singapore) Pte. Ltd. Low density parity check decoder with dynamic scaling
US9130599B2 (en) 2013-12-24 2015-09-08 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods of converting detector output to multi-level soft information
US9130590B2 (en) 2013-09-29 2015-09-08 Lsi Corporation Non-binary layered low density parity check decoder
US9196299B2 (en) 2013-08-23 2015-11-24 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for enhanced data encoding and decoding
US9214959B2 (en) 2013-02-19 2015-12-15 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for skip layer data decoding
US9219503B2 (en) 2013-10-16 2015-12-22 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for multi-algorithm concatenation encoding and decoding
US9219469B2 (en) 2010-09-21 2015-12-22 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for filter constraint estimation
US9230596B2 (en) 2012-03-22 2016-01-05 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for variable rate coding in a data processing system
US9274889B2 (en) 2013-05-29 2016-03-01 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for data processing using global iteration result reuse
US9281843B2 (en) 2013-03-22 2016-03-08 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for reduced constraint code data processing
US9298720B2 (en) 2013-09-17 2016-03-29 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for fragmented data recovery
US9323606B2 (en) 2013-11-21 2016-04-26 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for FAID follower decoding
US9324372B2 (en) 2012-08-28 2016-04-26 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for local iteration randomization in a data decoder
US9331716B2 (en) 2014-02-10 2016-05-03 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for area efficient data encoding
US9343082B2 (en) 2010-03-30 2016-05-17 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for detecting head contact
US9378765B2 (en) 2014-04-03 2016-06-28 Seagate Technology Llc Systems and methods for differential message scaling in a decoding process
US20170214995A1 (en) * 2001-12-21 2017-07-27 C. Earl Woolfork Wireless Digital Audio Music System

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2007114641A1 (en) * 2006-04-03 2007-10-11 Lg Electronics, Inc. Method and apparatus for decoding/encoding of a scalable video signal
KR100916702B1 (ko) * 2007-09-05 2009-09-11 에스케이 텔레콤주식회사 전송 스트림 패킷의 채널 디코딩 장치 및 그 방법
CN101179279B (zh) * 2007-11-27 2012-11-07 浙江大学 适合于加性白高斯噪声信道的无速率码编译码方法
US8924811B1 (en) * 2010-01-12 2014-12-30 Lockheed Martin Corporation Fast, efficient architectures for inner and outer decoders for serial concatenated convolutional codes
US9300329B2 (en) * 2012-11-08 2016-03-29 Sk Hynix Memory Solutions Inc. Turbo-product codes (TPC) with interleaving

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5457704A (en) * 1993-05-21 1995-10-10 At&T Ipm Corp. Post processing method and apparatus for symbol reliability generation
US5875199A (en) * 1996-08-22 1999-02-23 Lsi Logic Corporation Video device with reed-solomon erasure decoder and method thereof
US5983383A (en) 1997-01-17 1999-11-09 Qualcom Incorporated Method and apparatus for transmitting and receiving concatenated code data
US20010025358A1 (en) 2000-01-28 2001-09-27 Eidson Donald Brian Iterative decoder employing multiple external code error checks to lower the error floor
US6606724B1 (en) * 2000-01-28 2003-08-12 Conexant Systems, Inc. Method and apparatus for decoding of a serially concatenated block and convolutional code

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2814997B2 (ja) * 1996-08-08 1998-10-27 株式会社アドバンテスト 半導体試験装置
CN1133276C (zh) * 1999-11-12 2003-12-31 深圳市中兴通讯股份有限公司 一种高速并行级联码的译码方法及译码器
FR2808632B1 (fr) * 2000-05-03 2002-06-28 Mitsubishi Electric Inf Tech Procede de turbo-decodage avec reencodage des informations erronees et retroaction

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5457704A (en) * 1993-05-21 1995-10-10 At&T Ipm Corp. Post processing method and apparatus for symbol reliability generation
US5875199A (en) * 1996-08-22 1999-02-23 Lsi Logic Corporation Video device with reed-solomon erasure decoder and method thereof
US5983383A (en) 1997-01-17 1999-11-09 Qualcom Incorporated Method and apparatus for transmitting and receiving concatenated code data
KR20000070288A (ko) 1997-01-17 2000-11-25 러셀 비. 밀러 연결 코드 데이터를 전송하고 수신하기 위한 방법 및 장치
US20010025358A1 (en) 2000-01-28 2001-09-27 Eidson Donald Brian Iterative decoder employing multiple external code error checks to lower the error floor
US6606724B1 (en) * 2000-01-28 2003-08-12 Conexant Systems, Inc. Method and apparatus for decoding of a serially concatenated block and convolutional code
US6810502B2 (en) * 2000-01-28 2004-10-26 Conexant Systems, Inc. Iteractive decoder employing multiple external code error checks to lower the error floor

Cited By (205)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10468047B2 (en) * 2001-12-21 2019-11-05 One-E-Way, Inc. Wireless digital audio music system
US9107000B2 (en) * 2001-12-21 2015-08-11 One-E-Way, Inc. Wireless digital audio music system
US20140241543A1 (en) * 2001-12-21 2014-08-28 One-E-Way Inc. Wireless Digital Audio Music System
US20120128171A1 (en) * 2001-12-21 2012-05-24 One-E-Way, Inc. Wireless Digital Audio Music System
US20190098393A1 (en) * 2001-12-21 2019-03-28 C. Earl Woolfork Wireless digital audio music system
US10129627B2 (en) * 2001-12-21 2018-11-13 One-E-Way, Inc. Wireless digital audio music system
US20170214995A1 (en) * 2001-12-21 2017-07-27 C. Earl Woolfork Wireless Digital Audio Music System
US9282396B2 (en) * 2001-12-21 2016-03-08 One-E-Way Inc. Wireless digital audio music system
US20060224934A1 (en) * 2005-04-01 2006-10-05 Cameron Kelly B System correcting random and/or burst errors using RS (Reed-Solomon) code, turbo/LDPC (Low Density Parity Check) code and convolutional interleave
US7447984B2 (en) * 2005-04-01 2008-11-04 Broadcom Corporation System correcting random and/or burst errors using RS (Reed-Solomon) code, turbo/LDPC (Low Density Parity Check) code and convolutional interleave
US7673222B2 (en) 2005-07-15 2010-03-02 Mediatek Incorporation Error-correcting apparatus including multiple error-correcting modules functioning in parallel and related method
US20070016839A1 (en) * 2005-07-15 2007-01-18 Rong-Liang Chiou Error-correcting apparatus including multiple error-correcting modules functioning in parallel and related method
US20090006928A1 (en) * 2005-07-15 2009-01-01 Mediatek Inc. Method and apparatus for burst error detection and digital communication device
US8286051B2 (en) 2005-07-15 2012-10-09 Mediatek Inc. Method and apparatus for burst error detection and digital communication device
US8209583B2 (en) 2005-07-15 2012-06-26 Mediatek Inc. Error-correcting apparatus including multiple error-correcting modules functioning in parallel and related method
US20100115382A1 (en) * 2005-07-15 2010-05-06 Rong-Liang Chiou Error-correcting apparatus including multiple error-correcting modules functioning in parallel and related method
US7603591B2 (en) * 2005-07-19 2009-10-13 Mediatek Incorporation Apparatus selectively adopting different determining criteria in erasure marking procedure when performing decoding process, and method thereof
US20090319844A1 (en) * 2005-07-19 2009-12-24 Rong-Liang Chiou Apparatus selectively adopting different determining criteria in erasure marking procedure when performing decoding process, and method thereof
US20070022357A1 (en) * 2005-07-19 2007-01-25 Rong-Liang Chiou Apparatus selectively adopting different determining criteria in erasure marking procedure when performing decoding process, and method thereof
US20070192666A1 (en) * 2006-01-26 2007-08-16 Agere Systems Inc. Systems and methods for error reduction associated with information transfer
US7712008B2 (en) * 2006-01-26 2010-05-04 Agere Systems Inc. Systems and methods for error reduction associated with information transfer
US7779331B2 (en) 2006-07-31 2010-08-17 Agere Systems Inc. Systems and methods for tri-column code based error reduction
US7802163B2 (en) 2006-07-31 2010-09-21 Agere Systems Inc. Systems and methods for code based error reduction
US7801200B2 (en) 2006-07-31 2010-09-21 Agere Systems Inc. Systems and methods for code dependency reduction
US20080065970A1 (en) * 2006-07-31 2008-03-13 Agere Systems Inc. Systems and Methods for Code Dependency Reduction
US20080055122A1 (en) * 2006-07-31 2008-03-06 Agere Systems Inc. Systems and Methods for Code Based Error Reduction
US7925959B2 (en) 2006-07-31 2011-04-12 Agere Systems Inc. Systems and methods for tri-column code based error reduction
US20080052592A1 (en) * 2006-07-31 2008-02-28 Agere Systems Inc. Systems and Methods for Tri-Column Code Based Error Reduction
US8271863B2 (en) * 2006-10-18 2012-09-18 Marvell World Trade Ltd. Forward decision aided nonlinear Viterbi detector
US20080098288A1 (en) * 2006-10-18 2008-04-24 Shaohua Yang Forward decision aided nonlinear viterbi detector
US7971125B2 (en) 2007-01-08 2011-06-28 Agere Systems Inc. Systems and methods for prioritizing error correction data
US20080168330A1 (en) * 2007-01-08 2008-07-10 Agere Systems Inc. Systems and methods for prioritizing error correction data
US11728828B2 (en) 2007-05-01 2023-08-15 The Texas A&M University System Low density parity check decoder
US8359522B2 (en) 2007-05-01 2013-01-22 Texas A&M University System Low density parity check decoder for regular LDPC codes
US10615823B2 (en) 2007-05-01 2020-04-07 The Texas A&M University System Low density parity check decoder
US10951235B2 (en) 2007-05-01 2021-03-16 The Texas A&M University System Low density parity check decoder
US10141950B2 (en) 2007-05-01 2018-11-27 The Texas A&M University System Low density parity check decoder
US9112530B2 (en) 2007-05-01 2015-08-18 The Texas A&M University System Low density parity check decoder
US8555140B2 (en) 2007-05-01 2013-10-08 The Texas A&M University System Low density parity check decoder for irregular LDPC codes
US8418023B2 (en) 2007-05-01 2013-04-09 The Texas A&M University System Low density parity check decoder for irregular LDPC codes
US11368168B2 (en) 2007-05-01 2022-06-21 The Texas A&M University System Low density parity check decoder
US8656250B2 (en) 2007-05-01 2014-02-18 Texas A&M University System Low density parity check decoder for regular LDPC codes
US20080301517A1 (en) * 2007-06-01 2008-12-04 Agere Systems Inc. Systems and methods for ldpc decoding with post processing
US20080301527A1 (en) * 2007-06-01 2008-12-04 Agere Systems Inc. Systems and methods for joint ldpc encoding and decoding
US7930621B2 (en) 2007-06-01 2011-04-19 Agere Systems Inc. Systems and methods for LDPC decoding with post processing
US8196002B2 (en) 2007-06-01 2012-06-05 Agere Systems Inc. Systems and methods for joint LDPC encoding and decoding
US20100185914A1 (en) * 2007-09-28 2010-07-22 Weijun Tan Systems and Methods for Reduced Complexity Data Processing
US8161348B2 (en) 2008-02-05 2012-04-17 Agere Systems Inc. Systems and methods for low cost LDPC decoding
US20090199071A1 (en) * 2008-02-05 2009-08-06 Agere Systems Inc. Systems and Methods for Low Cost LDPC Decoding
US8245104B2 (en) 2008-05-02 2012-08-14 Lsi Corporation Systems and methods for queue based data detection and decoding
US8468418B2 (en) 2008-05-02 2013-06-18 Lsi Corporation Systems and methods for queue based data detection and decoding
US20090273492A1 (en) * 2008-05-02 2009-11-05 Lsi Corporation Systems and Methods for Queue Based Data Detection and Decoding
US8018360B2 (en) 2008-05-19 2011-09-13 Agere Systems Inc. Systems and methods for mitigating latency in a data detector feedback loop
US20100164764A1 (en) * 2008-05-19 2010-07-01 Ratnakar Aravind Nayak Systems and Methods for Mitigating Latency in a Data Detector Feedback Loop
US8660220B2 (en) 2008-09-05 2014-02-25 Lsi Corporation Reduced frequency data processing using a matched filter set front end
US20100061492A1 (en) * 2008-09-05 2010-03-11 Lsi Corporation Reduced Frequency Data Processing Using a Matched Filter Set Front End
US20100070837A1 (en) * 2008-09-17 2010-03-18 LSI Corporatrion Power Reduced Queue Based Data Detection and Decoding Systems and Methods for Using Such
US8245120B2 (en) 2008-09-17 2012-08-14 Lsi Corporation Power reduced queue based data detection and decoding systems and methods for using such
US20110080211A1 (en) * 2008-11-20 2011-04-07 Shaohua Yang Systems and Methods for Noise Reduced Data Detection
US20100265608A1 (en) * 2009-04-17 2010-10-21 Lsi Corporation Systems and Methods for Storage Channel Testing
US7990642B2 (en) 2009-04-17 2011-08-02 Lsi Corporation Systems and methods for storage channel testing
US8773790B2 (en) 2009-04-28 2014-07-08 Lsi Corporation Systems and methods for dynamic scaling in a read data processing system
US8443267B2 (en) 2009-04-28 2013-05-14 Lsi Corporation Systems and methods for hard decision assisted decoding
US20100275096A1 (en) * 2009-04-28 2010-10-28 Lsi Corporation Systems and Methods for Hard Decision Assisted Decoding
US8250434B2 (en) 2009-06-18 2012-08-21 Lsi Corporation Systems and methods for codec usage control during storage pre-read
US20100322048A1 (en) * 2009-06-18 2010-12-23 Lsi Corporation Systems and Methods for Codec Usage Control During Storage Pre-read
US8352841B2 (en) 2009-06-24 2013-01-08 Lsi Corporation Systems and methods for out of order Y-sample memory management
US8522120B2 (en) 2009-06-24 2013-08-27 Lsi Corporation Systems and methods for out of order Y-sample memory management
US20100332954A1 (en) * 2009-06-24 2010-12-30 Lsi Corporation Systems and Methods for Out of Order Y-Sample Memory Management
US8312343B2 (en) 2009-07-28 2012-11-13 Lsi Corporation Systems and methods for re-using decoding parity in a detector circuit
US8458553B2 (en) 2009-07-28 2013-06-04 Lsi Corporation Systems and methods for utilizing circulant parity in a data processing system
US20110029826A1 (en) * 2009-07-28 2011-02-03 Lsi Corporation Systems and Methods for Re-using Decoding Parity in a Detector Circuit
US20110029837A1 (en) * 2009-07-30 2011-02-03 Shaohua Yang Systems and Methods for Phase Dependent Data Detection in Iterative Decoding
US8250431B2 (en) 2009-07-30 2012-08-21 Lsi Corporation Systems and methods for phase dependent data detection in iterative decoding
US8321746B2 (en) 2009-07-30 2012-11-27 Lsi Corporation Systems and methods for quasi-cyclic LDPC code production and decoding
US8413020B2 (en) 2009-08-12 2013-04-02 Lsi Corporation Systems and methods for retimed virtual data processing
US20110041028A1 (en) * 2009-08-12 2011-02-17 Lsi Corporation Systems and Methods for Retimed Virtual Data Processing
US8266505B2 (en) 2009-08-12 2012-09-11 Lsi Corporation Systems and methods for retimed virtual data processing
US8176404B2 (en) 2009-09-09 2012-05-08 Lsi Corporation Systems and methods for stepped data retry in a storage system
US20110060973A1 (en) * 2009-09-09 2011-03-10 LSI Corpoaration Systems and Methods for Stepped Data Retry in a Storage System
US8688873B2 (en) 2009-12-31 2014-04-01 Lsi Corporation Systems and methods for monitoring out of order data decoding
US20110167246A1 (en) * 2010-01-04 2011-07-07 Lsi Corporation Systems and Methods for Data Detection Including Dynamic Scaling
US8683306B2 (en) 2010-01-04 2014-03-25 Lsi Corporation Systems and methods for data detection including dynamic scaling
US8578253B2 (en) 2010-01-04 2013-11-05 Lsi Corporation Systems and methods for updating detector parameters in a data processing circuit
US20110164669A1 (en) * 2010-01-05 2011-07-07 Lsi Corporation Systems and Methods for Determining Noise Components in a Signal Set
US8743936B2 (en) 2010-01-05 2014-06-03 Lsi Corporation Systems and methods for determining noise components in a signal set
US9343082B2 (en) 2010-03-30 2016-05-17 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for detecting head contact
US8161351B2 (en) 2010-03-30 2012-04-17 Lsi Corporation Systems and methods for efficient data storage
US8661311B2 (en) 2010-04-19 2014-02-25 Lsi Corporation Systems and methods for dynamic scaling in a data decoding system
US8418019B2 (en) 2010-04-19 2013-04-09 Lsi Corporation Systems and methods for dynamic scaling in a data decoding system
US8443249B2 (en) 2010-04-26 2013-05-14 Lsi Corporation Systems and methods for low density parity check data encoding
US8527831B2 (en) 2010-04-26 2013-09-03 Lsi Corporation Systems and methods for low density parity check data decoding
US8381071B1 (en) 2010-05-21 2013-02-19 Lsi Corporation Systems and methods for decoder sharing between data sets
US8381074B1 (en) 2010-05-21 2013-02-19 Lsi Corporation Systems and methods for utilizing a centralized queue based data processing circuit
US8208213B2 (en) 2010-06-02 2012-06-26 Lsi Corporation Systems and methods for hybrid algorithm gain adaptation
US8773794B2 (en) 2010-09-13 2014-07-08 Lsi Corporation Systems and methods for block-wise inter-track interference compensation
US8804260B2 (en) 2010-09-13 2014-08-12 Lsi Corporation Systems and methods for inter-track interference compensation
US8681439B2 (en) 2010-09-13 2014-03-25 Lsi Corporation Systems and methods for handling sector gaps in inter-track interference compensation
US8295001B2 (en) 2010-09-21 2012-10-23 Lsi Corporation Systems and methods for low latency noise cancellation
US9219469B2 (en) 2010-09-21 2015-12-22 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for filter constraint estimation
US8661071B2 (en) 2010-10-11 2014-02-25 Lsi Corporation Systems and methods for partially conditioned noise predictive equalization
US8560930B2 (en) 2010-10-11 2013-10-15 Lsi Corporation Systems and methods for multi-level quasi-cyclic low density parity check codes
US8443250B2 (en) 2010-10-11 2013-05-14 Lsi Corporation Systems and methods for error correction using irregular low density parity check codes
US8385014B2 (en) 2010-10-11 2013-02-26 Lsi Corporation Systems and methods for identifying potential media failure
US8750447B2 (en) 2010-11-02 2014-06-10 Lsi Corporation Systems and methods for variable thresholding in a pattern detector
US8667039B2 (en) 2010-11-17 2014-03-04 Lsi Corporation Systems and methods for variance dependent normalization for branch metric calculation
US8566379B2 (en) 2010-11-17 2013-10-22 Lsi Corporation Systems and methods for self tuning target adaptation
US8810940B2 (en) 2011-02-07 2014-08-19 Lsi Corporation Systems and methods for off track error recovery
US8699167B2 (en) 2011-02-16 2014-04-15 Lsi Corporation Systems and methods for data detection using distance based tuning
US8446683B2 (en) 2011-02-22 2013-05-21 Lsi Corporation Systems and methods for data pre-coding calibration
US8854753B2 (en) 2011-03-17 2014-10-07 Lsi Corporation Systems and methods for auto scaling in a data processing system
US8693120B2 (en) 2011-03-17 2014-04-08 Lsi Corporation Systems and methods for sample averaging in data processing
US8887034B2 (en) 2011-04-15 2014-11-11 Lsi Corporation Systems and methods for short media defect detection
US8670955B2 (en) 2011-04-15 2014-03-11 Lsi Corporation Systems and methods for reliability assisted noise predictive filtering
US8611033B2 (en) 2011-04-15 2013-12-17 Lsi Corporation Systems and methods for selective decoder input data processing
US8499231B2 (en) 2011-06-24 2013-07-30 Lsi Corporation Systems and methods for reduced format non-binary decoding
US8560929B2 (en) 2011-06-24 2013-10-15 Lsi Corporation Systems and methods for non-binary decoding
US8566665B2 (en) 2011-06-24 2013-10-22 Lsi Corporation Systems and methods for error correction using low density parity check codes using multiple layer check equations
US8862972B2 (en) 2011-06-29 2014-10-14 Lsi Corporation Low latency multi-detector noise cancellation
US8650451B2 (en) 2011-06-30 2014-02-11 Lsi Corporation Stochastic stream decoding of binary LDPC codes
US8595576B2 (en) 2011-06-30 2013-11-26 Lsi Corporation Systems and methods for evaluating and debugging LDPC iterative decoders
US8566666B2 (en) 2011-07-11 2013-10-22 Lsi Corporation Min-sum based non-binary LDPC decoder
US8819527B2 (en) 2011-07-19 2014-08-26 Lsi Corporation Systems and methods for mitigating stubborn errors in a data processing system
US8830613B2 (en) 2011-07-19 2014-09-09 Lsi Corporation Storage media inter-track interference cancellation
US8879182B2 (en) 2011-07-19 2014-11-04 Lsi Corporation Storage media inter-track interference cancellation
US8539328B2 (en) 2011-08-19 2013-09-17 Lsi Corporation Systems and methods for noise injection driven parameter selection
US8854754B2 (en) 2011-08-19 2014-10-07 Lsi Corporation Systems and methods for local iteration adjustment
US9026572B2 (en) 2011-08-29 2015-05-05 Lsi Corporation Systems and methods for anti-causal noise predictive filtering in a data channel
US8756478B2 (en) 2011-09-07 2014-06-17 Lsi Corporation Multi-level LDPC layer decoder
US8656249B2 (en) 2011-09-07 2014-02-18 Lsi Corporation Multi-level LDPC layer decoder
US8661324B2 (en) 2011-09-08 2014-02-25 Lsi Corporation Systems and methods for non-binary decoding biasing control
US8681441B2 (en) 2011-09-08 2014-03-25 Lsi Corporation Systems and methods for generating predictable degradation bias
US8767333B2 (en) 2011-09-22 2014-07-01 Lsi Corporation Systems and methods for pattern dependent target adaptation
US8850276B2 (en) 2011-09-22 2014-09-30 Lsi Corporation Systems and methods for efficient data shuffling in a data processing system
US8479086B2 (en) 2011-10-03 2013-07-02 Lsi Corporation Systems and methods for efficient parameter modification
US8689062B2 (en) 2011-10-03 2014-04-01 Lsi Corporation Systems and methods for parameter selection using reliability information
US8862960B2 (en) 2011-10-10 2014-10-14 Lsi Corporation Systems and methods for parity shared data encoding
US8578241B2 (en) 2011-10-10 2013-11-05 Lsi Corporation Systems and methods for parity sharing data processing
US8996597B2 (en) 2011-10-12 2015-03-31 Lsi Corporation Nyquist constrained digital finite impulse response filter
US8707144B2 (en) 2011-10-17 2014-04-22 Lsi Corporation LDPC decoder with targeted symbol flipping
US8788921B2 (en) 2011-10-27 2014-07-22 Lsi Corporation Detector with soft pruning
US8527858B2 (en) 2011-10-28 2013-09-03 Lsi Corporation Systems and methods for selective decode algorithm modification
US8683309B2 (en) 2011-10-28 2014-03-25 Lsi Corporation Systems and methods for ambiguity based decode algorithm modification
US8443271B1 (en) 2011-10-28 2013-05-14 Lsi Corporation Systems and methods for dual process data decoding
US8604960B2 (en) 2011-10-28 2013-12-10 Lsi Corporation Oversampled data processing circuit with multiple detectors
US8700981B2 (en) 2011-11-14 2014-04-15 Lsi Corporation Low latency enumeration endec
US8751913B2 (en) 2011-11-14 2014-06-10 Lsi Corporation Systems and methods for reduced power multi-layer data decoding
US8531320B2 (en) 2011-11-14 2013-09-10 Lsi Corporation Systems and methods for memory efficient data decoding
US8760991B2 (en) 2011-11-14 2014-06-24 Lsi Corporation Systems and methods for post processing gain correction
US8719686B2 (en) 2011-11-22 2014-05-06 Lsi Corporation Probability-based multi-level LDPC decoder
US8631300B2 (en) 2011-12-12 2014-01-14 Lsi Corporation Systems and methods for scalable data processing shut down
US8625221B2 (en) 2011-12-15 2014-01-07 Lsi Corporation Detector pruning control system
US8707123B2 (en) 2011-12-30 2014-04-22 Lsi Corporation Variable barrel shifter
US8819515B2 (en) 2011-12-30 2014-08-26 Lsi Corporation Mixed domain FFT-based non-binary LDPC decoder
US8751889B2 (en) 2012-01-31 2014-06-10 Lsi Corporation Systems and methods for multi-pass alternate decoding
US8850295B2 (en) 2012-02-01 2014-09-30 Lsi Corporation Symbol flipping data processor
US8775896B2 (en) 2012-02-09 2014-07-08 Lsi Corporation Non-binary LDPC decoder with low latency scheduling
US8749907B2 (en) 2012-02-14 2014-06-10 Lsi Corporation Systems and methods for adaptive decoder message scaling
US8782486B2 (en) 2012-03-05 2014-07-15 Lsi Corporation Systems and methods for multi-matrix data processing
US8610608B2 (en) 2012-03-08 2013-12-17 Lsi Corporation Systems and methods for reduced latency loop correction
US8731115B2 (en) 2012-03-08 2014-05-20 Lsi Corporation Systems and methods for data processing including pre-equalizer noise suppression
US8873182B2 (en) 2012-03-09 2014-10-28 Lsi Corporation Multi-path data processing system
US8977937B2 (en) 2012-03-16 2015-03-10 Lsi Corporation Systems and methods for compression driven variable rate decoding in a data processing system
US9230596B2 (en) 2012-03-22 2016-01-05 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for variable rate coding in a data processing system
US9043684B2 (en) 2012-03-22 2015-05-26 Lsi Corporation Systems and methods for variable redundancy data protection
US8612826B2 (en) 2012-05-17 2013-12-17 Lsi Corporation Systems and methods for non-binary LDPC encoding
US8880986B2 (en) 2012-05-30 2014-11-04 Lsi Corporation Systems and methods for improved data detection processing
US9324372B2 (en) 2012-08-28 2016-04-26 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for local iteration randomization in a data decoder
US9019647B2 (en) 2012-08-28 2015-04-28 Lsi Corporation Systems and methods for conditional positive feedback data decoding
US8751915B2 (en) 2012-08-28 2014-06-10 Lsi Corporation Systems and methods for selectable positive feedback data processing
US8930780B2 (en) 2012-08-28 2015-01-06 Lsi Corporation Systems and methods for non-zero syndrome based processing
US8949702B2 (en) 2012-09-14 2015-02-03 Lsi Corporation Systems and methods for detector side trapping set mitigation
US8634152B1 (en) 2012-10-15 2014-01-21 Lsi Corporation Systems and methods for throughput enhanced data detection in a data processing circuit
US9112531B2 (en) 2012-10-15 2015-08-18 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for enhanced local iteration randomization in a data decoder
US9048870B2 (en) 2012-11-19 2015-06-02 Lsi Corporation Low density parity check decoder with flexible saturation
US8929009B2 (en) 2012-12-19 2015-01-06 Lsi Corporation Irregular low density parity check decoder with low syndrome error handling
US9130589B2 (en) 2012-12-19 2015-09-08 Avago Technologies General Ip (Singapore) Pte. Ltd. Low density parity check decoder with dynamic scaling
US8773791B1 (en) 2013-01-14 2014-07-08 Lsi Corporation Systems and methods for X-sample based noise cancellation
US9003263B2 (en) 2013-01-15 2015-04-07 Lsi Corporation Encoder and decoder generation by state-splitting of directed graph
US9009557B2 (en) 2013-01-21 2015-04-14 Lsi Corporation Systems and methods for reusing a layered decoder to yield a non-layered result
US8885276B2 (en) 2013-02-14 2014-11-11 Lsi Corporation Systems and methods for shared layer data decoding
US8930792B2 (en) 2013-02-14 2015-01-06 Lsi Corporation Systems and methods for distributed low density parity check decoding
US9214959B2 (en) 2013-02-19 2015-12-15 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for skip layer data decoding
US8797668B1 (en) 2013-03-13 2014-08-05 Lsi Corporation Systems and methods for penalty based multi-variant encoding
US9048873B2 (en) 2013-03-13 2015-06-02 Lsi Corporation Systems and methods for multi-stage encoding of concatenated low density parity check codes
US9048874B2 (en) 2013-03-15 2015-06-02 Lsi Corporation Min-sum based hybrid non-binary low density parity check decoder
US9281843B2 (en) 2013-03-22 2016-03-08 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for reduced constraint code data processing
US9048867B2 (en) 2013-05-21 2015-06-02 Lsi Corporation Shift register-based layered low density parity check decoder
US9274889B2 (en) 2013-05-29 2016-03-01 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for data processing using global iteration result reuse
US8959414B2 (en) 2013-06-13 2015-02-17 Lsi Corporation Systems and methods for hybrid layer data decoding
US8917466B1 (en) 2013-07-17 2014-12-23 Lsi Corporation Systems and methods for governing in-flight data sets in a data processing system
US8817404B1 (en) 2013-07-18 2014-08-26 Lsi Corporation Systems and methods for data processing control
US9196299B2 (en) 2013-08-23 2015-11-24 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for enhanced data encoding and decoding
US8908307B1 (en) 2013-08-23 2014-12-09 Lsi Corporation Systems and methods for hard disk drive region based data encoding
US9047882B2 (en) 2013-08-30 2015-06-02 Lsi Corporation Systems and methods for multi-level encoding and decoding
US9129651B2 (en) 2013-08-30 2015-09-08 Avago Technologies General Ip (Singapore) Pte. Ltd. Array-reader based magnetic recording systems with quadrature amplitude modulation
US9298720B2 (en) 2013-09-17 2016-03-29 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for fragmented data recovery
US9400797B2 (en) 2013-09-17 2016-07-26 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for recovered data stitching
US9130590B2 (en) 2013-09-29 2015-09-08 Lsi Corporation Non-binary layered low density parity check decoder
US9219503B2 (en) 2013-10-16 2015-12-22 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for multi-algorithm concatenation encoding and decoding
US9323606B2 (en) 2013-11-21 2016-04-26 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for FAID follower decoding
US9130599B2 (en) 2013-12-24 2015-09-08 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods of converting detector output to multi-level soft information
US9331716B2 (en) 2014-02-10 2016-05-03 Avago Technologies General Ip (Singapore) Pte. Ltd. Systems and methods for area efficient data encoding
US10164657B2 (en) 2014-04-03 2018-12-25 Seagate Technology Llc Systems and methods for differential message scaling in a decoding process
US9378765B2 (en) 2014-04-03 2016-06-28 Seagate Technology Llc Systems and methods for differential message scaling in a decoding process

Also Published As

Publication number Publication date
FR2849304B1 (fr) 2014-09-12
CN100428635C (zh) 2008-10-22
KR20040057873A (ko) 2004-07-02
FR2849304A1 (fr) 2004-06-25
KR100524961B1 (ko) 2005-11-01
US20040123217A1 (en) 2004-06-24
TW200412034A (en) 2004-07-01
JP2004208269A (ja) 2004-07-22
TWI262658B (en) 2006-09-21
CN1510842A (zh) 2004-07-07
JP4284125B2 (ja) 2009-06-24

Similar Documents

Publication Publication Date Title
US7047474B2 (en) Decoding concatenated codes via parity bit recycling
US6810502B2 (en) Iteractive decoder employing multiple external code error checks to lower the error floor
US6606724B1 (en) Method and apparatus for decoding of a serially concatenated block and convolutional code
US7783963B2 (en) Decoding a concatenated convolutional-encoded and block encoded signal
JP2006115145A (ja) 復号装置及び復号方法
EP2418796B1 (en) Bitwise reliability indicators from survivor bits in Viterbi decoders
KR101348428B1 (ko) 낮은 검출불가능 에러 확률을 갖는 에러-정정 코드를 기반으로 하는 경판정 반복 디코딩
US20040194005A1 (en) Decoding a concatenated convolutional and block encoded signal
Chen et al. Test-pattern-reduced decoding for turbo product codes with multi-error-correcting eBCH codes
US10644837B2 (en) Signal processing with error correction
Ould-Cheikh-Mouhamedou et al. Improving the error rate performance of turbo codes using the forced symbol method
US11005502B2 (en) Iterative decoding circuit and decoding method
US7395492B2 (en) Method and apparatus for detecting a packet error in a wireless communications system with minimum overhead using tail bits in turbo code
Shah et al. Performance analysis of turbo code for CDMA 2000 with convolutional coded IS-95 system in wireless communication system
CN112436844B (zh) 迭代解码电路及解码方法
JP2023173229A (ja) 誤り訂正装置、誤り訂正方法、及び、誤り訂正プログラム
Buch et al. Concatenated Reed-Muller codes for unequal error protection
Bhargava et al. Forward Error Correction Coding
Kim et al. A new enhanced coding scheme for robust bit-stream of ATSC DTV
JP2006280010A (ja) 復号装置及び復号方法

Legal Events

Date Code Title Description
AS Assignment

Owner name: SAMSUNG ELECTRONICS CO., LTD., KOREA, REPUBLIC OF

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:RHEE, DO-JUN;SATO, MASAKI;REEL/FRAME:017992/0026;SIGNING DATES FROM 20051111 TO 20051114

FEPP Fee payment procedure

Free format text: PAYOR NUMBER ASSIGNED (ORIGINAL EVENT CODE: ASPN); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

FPAY Fee payment

Year of fee payment: 4

FPAY Fee payment

Year of fee payment: 8

FEPP Fee payment procedure

Free format text: MAINTENANCE FEE REMINDER MAILED (ORIGINAL EVENT CODE: REM.)

LAPS Lapse for failure to pay maintenance fees

Free format text: PATENT EXPIRED FOR FAILURE TO PAY MAINTENANCE FEES (ORIGINAL EVENT CODE: EXP.)

STCH Information on status: patent discontinuation

Free format text: PATENT EXPIRED DUE TO NONPAYMENT OF MAINTENANCE FEES UNDER 37 CFR 1.362