WO2002035445A1 - Optimal bit allocation system for reed-solomon coded data - Google Patents

Optimal bit allocation system for reed-solomon coded data Download PDF

Info

Publication number
WO2002035445A1
WO2002035445A1 PCT/US2001/050943 US0150943W WO0235445A1 WO 2002035445 A1 WO2002035445 A1 WO 2002035445A1 US 0150943 W US0150943 W US 0150943W WO 0235445 A1 WO0235445 A1 WO 0235445A1
Authority
WO
WIPO (PCT)
Prior art keywords
parameters
coding gain
determining
value
maximum number
Prior art date
Application number
PCT/US2001/050943
Other languages
French (fr)
Inventor
Bin Li
Alberto Ginesi
Song Zhang
Original Assignee
Catena Networks, Inc.
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 Catena Networks, Inc. filed Critical Catena Networks, Inc.
Priority to AU2002229134A priority Critical patent/AU2002229134A1/en
Publication of WO2002035445A1 publication Critical patent/WO2002035445A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0056Systems characterized by the type of code used
    • H04L1/0057Block 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
    • 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/35Unequal or adaptive error protection, e.g. by providing a different level of protection according to significance of source information or by adapting the coding according to the change of transmission channel characteristics
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/0001Systems modifying transmission characteristics according to link quality, e.g. power backoff
    • H04L1/0009Systems modifying transmission characteristics according to link quality, e.g. power backoff by adapting the channel coding
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/0001Systems modifying transmission characteristics according to link quality, e.g. power backoff
    • H04L1/0015Systems modifying transmission characteristics according to link quality, e.g. power backoff characterised by the adaptation strategy
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L1/00Arrangements for detecting or preventing errors in the information received
    • H04L1/004Arrangements for detecting or preventing errors in the information received by using forward error control
    • H04L1/0056Systems characterized by the type of code used
    • H04L1/0059Convolutional codes
    • H04L1/006Trellis-coded modulation

Definitions

  • the present invention relates generally to a method and apparatus for providing a forward error correction scheme for data transmission and specifically to an improved method for selecting error correction parameters.
  • DSL Digital Subscriber Line
  • POTS Plain Old Telephone Service
  • ADSL Asymmetric DSL
  • ADSL is the most widely implemented form of DSL technology. ADSL is asymmetric in that its downstream (to a subscriber) capacity is larger than its upstream (from the subscriber) capacity. Typically, a Discrete Multi-Tone (DMT) scheme is used. The spectrum from 4kHz to 1.1MHz is divided into 256 sub-channels, or tones, each having a bandwidth of 4.3125kHz.
  • DMT Discrete Multi-Tone
  • this difficulty is not confined to DSL, but also applies to other communications technologies, such as cable modems, CD and DVD players, digital audio and broadcast, HDTV/ Digital TV, data storage, wireless communications, wireless enabled personal digital assistants, digital satellite communication and broadcast, and Redundant Array of Independent Disk (RAID) controllers with fault tolerance.
  • other communications technologies such as cable modems, CD and DVD players, digital audio and broadcast, HDTV/ Digital TV, data storage, wireless communications, wireless enabled personal digital assistants, digital satellite communication and broadcast, and Redundant Array of Independent Disk (RAID) controllers with fault tolerance.
  • an iterative method for dynamically determining parameters for a forward error correction (FEC) coding scheme for optimizing data transmission in a specific environment.
  • FEC forward error correction
  • a specific method comprises the steps of establishing a relationship between the FEC parameters and a coding gain; initializing the coding gain to a minimum predetermined value; using the relationship between the parameters and the coding gain to determine an intermediate set of parameters for providing a preferred result for the coding gain; incrementing the value of the coding gain by a predetermined amount; repeating the previous steps until the coding gain reaches a predefined maximum value; and determining a preferred set of parameters from the intermediate sets of parameters, wherein the preferred set of parameters provides the forward error correction scheme with an optimal set of values for balancing code length and error rate.
  • a Reed-Solomon code is employed.
  • FIG. 1 is a block diagram of a Reed-Solomon code word
  • FIG. 2 is a flowchart illustrating a bit allocation scheme
  • FIG. 3 is a flowchart illustrating an alternate bit allocation scheme
  • FIG. 4 is a flowchart illustrating yet an alternate bit allocation scheme
  • FIG. 5 is a flowchart illustrating yet an alternate bit allocation scheme
  • FIG. 6 is a block diagram of an ADSL modem implementing the processes of FIGS. 2-5.
  • a block diagram of a code word is illustrated generally by numeral 100.
  • a Reed-Solomon (RS) code is specified as RS (n,r), where n is the code length (also referred to as the size) of the code word, in symbols, and r is a number of redundant symbols in the code word. Therefore, the total number of information symbols is n - r.
  • the probability of an error remaining in decoded data is typically much lower where RS codes are used. Therefore, for two systems transmitting at the same power, a communication system using RS codes can transmit data of a selected bit error rate farther than a system that does not employ RS codes.
  • the term "coding gain" refers to the difference in power that the non-error correcting system would require to transmit data of a specified bit error rate as compared to the power required by the error correcting system.
  • the following describes a bit allocation process for RS coded data. The process determines the RS code that best maximizes the transmitted data rate and minimizes the transmitted power. Other constraints, such as impulse noise protection and maximum latency, are included as well.
  • a flowchart illustrating the steps of the process is illustrated generally by numeral 200.
  • a gross coding gain G of the RS code is pre-calculated for different values of code- word length n and redundant length r.
  • a relationship between the gain G, the code word length n, and the redundant length r is established and recorded.
  • the relationship is recorded either as a table or represented by a mathematical expression, such as a polynomial approximation. If a table is used for representing the relationship, the row/column entries are code word length n and redundant length r, and the table content is the gross coding gain of the RS code for the associated code word length n and redundant length r. If a polynomial expression is used for representing the relationship, the gross coding gain can be calculated as a function of the code word length n and redundant length r.
  • a total number of bits that can be transmitted over all DMT tones for one DMT symbol when RS code is not used is calculated using the following equation:
  • SNR k is a signal-to-noise ratio (SNR) for a k th tone
  • T is an energy gap associated with quadrature amplitude modulation (QAM) and a required bit error rate (BER)
  • BER bit error rate
  • is a required margin for guaranteeing a BER performance with some noise tolerance
  • G min is the minimum desired gross coding gain for all possible values of the code word length n and the parity length r.
  • the number of symbols S comprises the set S e ⁇ 1,2,4,8,16 ⁇ .
  • the number of redundant bytes r comprises the set r e ⁇ 4,8,16 ⁇ .
  • the number of redundant bytes is r, where r e ⁇ 2,4,6,8,10,12,14,16 ⁇ .
  • the gross coding gain is obtained either by look-up table or by mathematical calculation.
  • the table or mathematical function is obtained from step 202.
  • the code pair RS (n, r) having the largest number of information bytes per symbol B i ⁇ (G) available is selected as the best code pair B M ⁇ ! ⁇ y . loc ⁇ l (G) .
  • the best code pair B mt ⁇ loc ⁇ l (G) for each iteration has a corresponding gross coding gain G and code pair RS (n, r).
  • the values for G, B in[ m ⁇ loc ⁇ l (G) and the pair RS (n, f) are stored in a memory.
  • the selection of S and r is limited by those factors. For example, if protection against an error burst longer than P bytes is desired, the constraint to be used is r*D/2> P, where D is an interleaver depth of an inner interleaver associated with the RS code. If a maximum latency of
  • the value of the gross coding gain G is incremented by ⁇ G . Steps 208 through 212 are repeated until the gross coding gain G is greater than or equal to a maximum gross coding gain value G max .
  • the maximum gross coding gain G max is the maximum gross coding gain for all possible values of the code word length n and redundant length r.
  • step 216 once the gross coding gain G has equaled or exceeded the maximum gross coding gain G max , the largest value for the number of information bytes per symbol R inf (G) is found for all values of G. That is, for all yalues of the gross coding gain G from G min to G max with step size ⁇ G , the values of R inf mx Ioca ,(G) are compared. The code pair RS (n, r) having the largest number of information bytes per symbol 5 ⁇ ⁇ associated with it is selected.
  • the largest number of bytes per symbol R ⁇ ⁇ for a gross coding gain between G mi ⁇ and G max is the maximum number of information bytes that can be transmitted over one DMT symbol, and its associated code pair RS (n, r) are the best parameters to support it.
  • a final step 218 compares the largest number of bytes per symbol R inf max with the maximum number of bytes per symbol Bo had the RS code not been used. This comparison ensures that the RS code improves the capacity of the transmission. If the largest number of bytes per symbol B mf max is less than Bo, then the RS code should not be used.
  • trellis-coded modulation is used over all tones of one DMT symbol.
  • the pre-calculated gross coding gain is the gross coding gain of the RS code over TCM QAM, not conventional QAM. Therefore, the coding gain from TCM needs to be included in the calculation of number of bits per DMT symbol in Equations (1) and (2).
  • the table for RS coding over QAM differs from the table to be used for RS coding over TCM-QAM. Therefore, a new table is computed and stored as required.
  • Equations (1) and (2) to calculate the number of bits over one DMT symbol can be complicated.
  • the SNR thresholds (with or without coding gain) are pre-calculated for different QAM sizes.
  • the SNR for each tone is quantized to determine the number of bits to be transmitted with a minimum change in power on the tone while maintaining an average power for all tones that does not increase.
  • SNR thresholds to determine the number of bits to be transferred is known in the art and, therefore, will not be discussed in great detail.
  • the SNR in the bin is compared with 15 thresholds.
  • Each of the thresholds represents a constellation size up to 15 bits per constellation.
  • the number of bits b,- is set to be the constellation size (that is, the number of bits carried in that constellation) whose SNR threshold is closest to the bin SNR.
  • the thresholds are computed in accordance with the following equation:
  • FIG. 3 a flowchart for yet another alternate embodiment is illustrated generally by numeral 300.
  • Searching for the final optimal solution, that is, R inf max and its associated parameters, is implemented differently than in previous embodiments. Rather than storing each maximum number of information bytes per symbol B M for different values of G and then comparing all stored numbers once the value of G max is exceeded, R inf is continuously updated. That is, for example, the value of R inf for G m i fashion is stored as B inf max . For each of the following iterations, R inf max is only replaced if the value of R inf has a greater value.
  • the above-described procedure is performed in step 302.
  • the other steps in the process 300 are equivalent to those in the process 200 of FIG.
  • a flowchart for yet another alternate embodiment is illustrated generally by numeral 400.
  • the speed of the process may be enhanced by checking the value of the maximum number of bits per symbol B, in step 402. If the value for B increases once the code gain G is increased, then the process proceeds as previously described. If, however, the new value for B does not increase once the code gain G is increased, the steps 210 to 212 are skipped and the value for G is incremented again. The other steps in the process 400 are equivalent to those in the process 300 of FIG. 3 and their details are not repeated.
  • a flowchart for yet another alternate embodiment is illustrated generally by numeral 500.
  • the speed of the process may be enhanced by stopping the iterations once a predetermined level has been reached. For example, if the maximum number of bytes per symbol R, rempli/does not increase once the code gain is increased, the final optimal solution 2? inf max is set to higher value of R, doctor/and the process is terminated.
  • This can be seen in the process 500 by the process flowing directly from step 402 to step 218 when the condition of step 402 is not met. (Compare this with the process 400 of FIG. 4 which does not flow directly from step 402 to step 218 when the condition is not met.)
  • the other steps in the process 500 are equivalent to those in the process 400 of FIG. 4 and their details are not repeated.
  • FIG. 6 is a block diagram of an ADSL modem 600 that implements one or more of the above-described processes.
  • the ADSL modem 600 includes a processor 602 and a memory 604.
  • the memory 604 stores various data such as the parameters G, B, n and r, and the data to be transmitted.
  • the processor 602 implements one or more of the processes 200, 300, 400 or 500.
  • the processor 602 may also code the data to be transmitted according to the resulting preferred set of parameters and may generate code words 100 corresponding thereto.
  • the ADSL modem 600 is illustrated with the processor and memory being separate, according to another embodiment they may be together.
  • the processor 602 may be implemented as a dedicated processor or application- specific integrated circuit that is pre-configured to perform the above-described processes.
  • the processor 602 may be implemented as a more general device that executes a computer program, microcode, or other software in order to perform the above-described processes.
  • the computer program may be stored in the memory 604 or on some other computer-readable medium such as a floppy disk, hard drive or CD-ROM.

Abstract

Apparatus and method for generating parameters used in coding data in a data transmission system. The method determines a number of possible coding parameters to satisfy a target coding gain and selects the best set of parameters that balance the code word length and the error rate. In this manner, a minimum coding gain may be used, which minimizes cross-talk on a transmission link.

Description

OPTIMAL BIT ALLOCATION SYSTEM FOR REED-SOLOMON CODED
DATA
CROSS-REFERENCES TO RELATED APPLICATIONS [01] NOT APPLICABLE
STATEMENT AS TO RIGHTS TO INVENTIONS MADE UNDER FEDERALLY SPONSORED RESEARCH OR DEVELOPMENT [02] NOT APPLICABLE
REFERENCE TO A "SEQUENCE LISTING," A TABLE, OR A COMPUTER PROGRAM LISTING APPENDIX SUBMITTED ON A COMPACT DISK. [03] NOT APPLICABLE
BACKGROUND OF THE INVENTION [04] The present invention relates generally to a method and apparatus for providing a forward error correction scheme for data transmission and specifically to an improved method for selecting error correction parameters.
[05] The increasing volume of information communicated electronically has taxed the capacity of the communications infrastructure. One form of high-speed communication is Digital Subscriber Line (DSL) technology. DSL uses an infrastructure that already exists; namely, copper twisted pair lines typically used for telephone commimication. However, only a small portion of the available bandwidth of the twisted pair line (0 to 4kHz) is used for Plain Old Telephone Service (POTS). DSL takes advantage of the available frequency spectrum from 4kHz to approximately 1.1MHz for transmitting data over relatively short reaches. [06] Asymmetric DSL (ADSL) is the most widely implemented form of DSL technology. ADSL is asymmetric in that its downstream (to a subscriber) capacity is larger than its upstream (from the subscriber) capacity. Typically, a Discrete Multi-Tone (DMT) scheme is used. The spectrum from 4kHz to 1.1MHz is divided into 256 sub-channels, or tones, each having a bandwidth of 4.3125kHz.
[07] It is well known that the performance of an ADSL modem is generally limited by crosstalk. In order to improve system performance and capacity, an error-correcting code such as the Reed-Solomon (RS) code is used. Using error-correcting codes, a higher data rate or longer loop reach can be achieved for the same level of transmitted signal power. However, this can be optimized only by selecting appropriate error-correcting code parameters, such as code-word length (n) and redundant, or parity, length (r).
[08] If large values are selected for the code- word length n and redundant length r, large coding gain can be achieved from error-correcting codes. However, a large value for r will have a large overhead loss. This leads to a trade-off in the choice of the value for r. Further, the selection of error-correcting code parameters depends on the transmission environment such as signal-to-noise ratio (SNR) distribution over multiple DMT tones. Thus, in practice the selection of the best possible error-correcting code parameters is very difficult. [09] Furthermore, this difficulty is not confined to DSL, but also applies to other communications technologies, such as cable modems, CD and DVD players, digital audio and broadcast, HDTV/ Digital TV, data storage, wireless communications, wireless enabled personal digital assistants, digital satellite communication and broadcast, and Redundant Array of Independent Disk (RAID) controllers with fault tolerance.
[10] It is an object of the present invention to obviate or mitigate the above-mentioned difficulties.
BRIEF SUMMARY OF THE INVENTION [11] According to an embodiment of the invention, in a data communication system an iterative method is provided for dynamically determining parameters for a forward error correction (FEC) coding scheme for optimizing data transmission in a specific environment. A specific method comprises the steps of establishing a relationship between the FEC parameters and a coding gain; initializing the coding gain to a minimum predetermined value; using the relationship between the parameters and the coding gain to determine an intermediate set of parameters for providing a preferred result for the coding gain; incrementing the value of the coding gain by a predetermined amount; repeating the previous steps until the coding gain reaches a predefined maximum value; and determining a preferred set of parameters from the intermediate sets of parameters, wherein the preferred set of parameters provides the forward error correction scheme with an optimal set of values for balancing code length and error rate. In a specific embodiment a Reed-Solomon code is employed.
[12] The invention will be better understood by reference to the following detailed description in connection with the following drawings.
BRIEF DESCRIPTION OF THE DRAWINGS [13] An embodiment of the present invention will now be described by way of example only with reference to the following drawings in which: [14] FIG. 1 is a block diagram of a Reed-Solomon code word; [15] FIG. 2 is a flowchart illustrating a bit allocation scheme; [16] FIG. 3 is a flowchart illustrating an alternate bit allocation scheme; [17] FIG. 4 is a flowchart illustrating yet an alternate bit allocation scheme; [18] FIG. 5 is a flowchart illustrating yet an alternate bit allocation scheme; and [19] FIG. 6 is a block diagram of an ADSL modem implementing the processes of FIGS. 2-5.
DETAILED DESCRIPTION OF THE INVENTION [20] Referring to FIG. 1 , a block diagram of a code word is illustrated generally by numeral 100. In the present invention, a Reed-Solomon (RS) code is specified as RS (n,r), where n is the code length (also referred to as the size) of the code word, in symbols, and r is a number of redundant symbols in the code word. Therefore, the total number of information symbols is n - r. In the present embodiment, each symbol comprises eight bits, so the terms parity symbol and parity byte, and information symbol and information byte, may be used interchangeably. Further, for an eight-bits/symbol system, the maximum code word size is 28 - 1 = 255. An RS decoder can correct up to t symbols that contain errors in a code word, where 2t = r. [21] The probability of an error remaining in decoded data is typically much lower where RS codes are used. Therefore, for two systems transmitting at the same power, a communication system using RS codes can transmit data of a selected bit error rate farther than a system that does not employ RS codes. The term "coding gain" refers to the difference in power that the non-error correcting system would require to transmit data of a specified bit error rate as compared to the power required by the error correcting system. [22] The following describes a bit allocation process for RS coded data. The process determines the RS code that best maximizes the transmitted data rate and minimizes the transmitted power. Other constraints, such as impulse noise protection and maximum latency, are included as well.
[23] Referring to FIG. 2, a flowchart illustrating the steps of the process is illustrated generally by numeral 200. At step 202, a gross coding gain G of the RS code is pre-calculated for different values of code- word length n and redundant length r. A relationship between the gain G, the code word length n, and the redundant length r is established and recorded. The relationship is recorded either as a table or represented by a mathematical expression, such as a polynomial approximation. If a table is used for representing the relationship, the row/column entries are code word length n and redundant length r, and the table content is the gross coding gain of the RS code for the associated code word length n and redundant length r. If a polynomial expression is used for representing the relationship, the gross coding gain can be calculated as a function of the code word length n and redundant length r.
[24] At step 204, a total number of bits that can be transmitted over all DMT tones for one DMT symbol when RS code is not used is calculated using the following equation:
[25] *o
Figure imgf000005_0001
(1)
[26] In Equation (1), SNRk is a signal-to-noise ratio (SNR) for a kth tone, T is an energy gap associated with quadrature amplitude modulation (QAM) and a required bit error rate (BER), γ is a required margin for guaranteeing a BER performance with some noise tolerance, and Mis the number of DMT tones used over one DMT symbol. A total number of bytes Bo that can be transmitted over one DMT symbol is calculated as the highest multiple of 8 that is lower than bo by taking Bo = bo (div 8).
[27] At step 206, the gross coding gain G is initialized as G = Gmin , where Gmin is the minimum desired gross coding gain for all possible values of the code word length n and the parity length r. [28] Then, at step 208, in accordance with the gross coding gain G , a total number of bits b that can be transmitted over all tones of one DMT symbol is calculated using the following equation:
Figure imgf000006_0001
[30] A total number of bytes B that can be transmitted over one DMT symbol is calculated as the highest multiple of 8 that is lower than b by taking B = b (div 8). For the present embodiment, only the integer portion of b divided by B is used because for G.992.1 and G.992.2 compliant modems, the number of bits that a DMT symbol can carry is restricted to a multiple of eight. Thus, the DMT symbol can carry an integer number of bytes. [31] At step 210, all code pairs RS (n, r) that can provide a gross coding gain not less than G are found and stored. The code word n is transmitted over S symbols, where n = BS. In accordance with ADSL G.lite and G.dmt standards, the number of symbols S comprises the set S e {1,2,4,8,16} . In accordance with the ADSL G.lite standard, the number of redundant bytes r comprises the set r e {4,8,16} . In accordance with the ADSL G.dmt standard, the number of redundant bytes is r, where r e {2,4,6,8,10,12,14,16} . The number of redundant bytes r is divisible by the number of symbols S, such that r modulo S = 0. As all possible combinations of r and S in the available set might not result in an integer for r modulo S, these values are discarded by the process, because they would result in a non-integer number of bytes per DMT symbol.
[32] For different values of the code word length n - BS and redundant length r, the gross coding gain is obtained either by look-up table or by mathematical calculation. The table or mathematical function is obtained from step 202. For each code pair RS (n, r) providing a gross coding gain not less than G , a. number of information bytes per symbol Rinf (G) is calculated as BM (G) = B - r/S . In step 212, the code pair RS (n, r) having the largest number of information bytes per symbol Biα{ (G) available is selected as the best code pair BM τ!αy. locαl(G) . Note that the best code pair Bmt ταΑ locαl(G) for each iteration has a corresponding gross coding gain G and code pair RS (n, r). The values for G, Bin[ mΑ locαl(G) and the pair RS (n, f) are stored in a memory. [33] If other (external) factors such as a delay or impulse noise protection requirements are considered, the selection of S and r is limited by those factors. For example, if protection against an error burst longer than P bytes is desired, the constraint to be used is r*D/2> P, where D is an interleaver depth of an inner interleaver associated with the RS code. If a maximum latency of
(S — 1) S • D the system is to be less than Lmax ms, then the constraint to be used is x + + < Lmx
where x is a constant system delay in milliseconds. Modifications of this nature in the selection of S and r are known, and their use in the present invention will be apparent to a person skilled in the art.
[34] At step 214, the value of the gross coding gain G is incremented by ΔG . Steps 208 through 212 are repeated until the gross coding gain G is greater than or equal to a maximum gross coding gain value Gmax . The maximum gross coding gain Gmax is the maximum gross coding gain for all possible values of the code word length n and redundant length r.
[35] At step 216, once the gross coding gain G has equaled or exceeded the maximum gross coding gain Gmax , the largest value for the number of information bytes per symbol Rinf (G) is found for all values of G. That is, for all yalues of the gross coding gain G from Gmin to Gmax with step size ΔG , the values of Rinf mx Ioca,(G) are compared. The code pair RS (n, r) having the largest number of information bytes per symbol 5^ ^ associated with it is selected. The largest number of bytes per symbol R^ ^ for a gross coding gain between Gmiπ and Gmax is the maximum number of information bytes that can be transmitted over one DMT symbol, and its associated code pair RS (n, r) are the best parameters to support it.
[36] A final step 218 compares the largest number of bytes per symbol Rinf max with the maximum number of bytes per symbol Bo had the RS code not been used. This comparison ensures that the RS code improves the capacity of the transmission. If the largest number of bytes per symbol Bmf max is less than Bo, then the RS code should not be used.
[37] In an alternate embodiment, trellis-coded modulation (TCM) is used over all tones of one DMT symbol. The pre-calculated gross coding gain is the gross coding gain of the RS code over TCM QAM, not conventional QAM. Therefore, the coding gain from TCM needs to be included in the calculation of number of bits per DMT symbol in Equations (1) and (2). It should be noted that the table for RS coding over QAM differs from the table to be used for RS coding over TCM-QAM. Therefore, a new table is computed and stored as required. [38] Using Equations (1) and (2) to calculate the number of bits over one DMT symbol can be complicated. Therefore, in an alternate embodiment, the SNR thresholds (with or without coding gain) are pre-calculated for different QAM sizes. The SNR for each tone is quantized to determine the number of bits to be transmitted with a minimum change in power on the tone while maintaining an average power for all tones that does not increase.
[39] The use of SNR thresholds to determine the number of bits to be transferred is known in the art and, therefore, will not be discussed in great detail. Generally, in order to determine a number of bits (b) that a bin with a given SNR can support, the SNR in the bin is compared with 15 thresholds. Each of the thresholds represents a constellation size up to 15 bits per constellation. The number of bits b,- is set to be the constellation size (that is, the number of bits carried in that constellation) whose SNR threshold is closest to the bin SNR. The thresholds are computed in accordance with the following equation:
[40] SNRrarert(b) = (2* ~ 1)r 6 = 1, 2, ..., 15
G
[41] Referring to FIG. 3, a flowchart for yet another alternate embodiment is illustrated generally by numeral 300. Searching for the final optimal solution, that is, Rinf max and its associated parameters, is implemented differently than in previous embodiments. Rather than storing each maximum number of information bytes per symbol BM for different values of G and then comparing all stored numbers once the value of Gmax is exceeded, Rinf is continuously updated. That is, for example, the value of Rinf for Gmi„ is stored as Binf max . For each of the following iterations, Rinf max is only replaced if the value of Rinf has a greater value. The above-described procedure is performed in step 302. The other steps in the process 300 are equivalent to those in the process 200 of FIG. 2 and their details are not repeated. [42] Referring to FIG. 4, a flowchart for yet another alternate embodiment is illustrated generally by numeral 400. The speed of the process may be enhanced by checking the value of the maximum number of bits per symbol B, in step 402. If the value for B increases once the code gain G is increased, then the process proceeds as previously described. If, however, the new value for B does not increase once the code gain G is increased, the steps 210 to 212 are skipped and the value for G is incremented again. The other steps in the process 400 are equivalent to those in the process 300 of FIG. 3 and their details are not repeated. [43] Referring to FIG. 5, a flowchart for yet another alternate embodiment is illustrated generally by numeral 500. The speed of the process may be enhanced by stopping the iterations once a predetermined level has been reached. For example, if the maximum number of bytes per symbol R,„/does not increase once the code gain is increased, the final optimal solution 2?inf max is set to higher value of R,„/and the process is terminated. This can be seen in the process 500 by the process flowing directly from step 402 to step 218 when the condition of step 402 is not met. (Compare this with the process 400 of FIG. 4 which does not flow directly from step 402 to step 218 when the condition is not met.) The other steps in the process 500 are equivalent to those in the process 400 of FIG. 4 and their details are not repeated.
[44] FIG. 6 is a block diagram of an ADSL modem 600 that implements one or more of the above-described processes. The ADSL modem 600 includes a processor 602 and a memory 604. The memory 604 stores various data such as the parameters G, B, n and r, and the data to be transmitted. The processor 602 implements one or more of the processes 200, 300, 400 or 500. The processor 602 may also code the data to be transmitted according to the resulting preferred set of parameters and may generate code words 100 corresponding thereto. [45] Although the ADSL modem 600 is illustrated with the processor and memory being separate, according to another embodiment they may be together. According to another embodiment, the processor 602 may be implemented as a dedicated processor or application- specific integrated circuit that is pre-configured to perform the above-described processes. According to yet another embodiment, the processor 602 may be implemented as a more general device that executes a computer program, microcode, or other software in order to perform the above-described processes. In such a case, the computer program may be stored in the memory 604 or on some other computer-readable medium such as a floppy disk, hard drive or CD-ROM. [46] Although the preferred embodiments have been described with specific reference to ADSL modems, those skilled in the art will appreciate that it can be applied to other implementations of RS coding such as other DSL technologies (xDSL), cable modems, CD and DVD players; digital audio end broadcast, HDTV/ Digital TV, data storage, wireless communications, wireless enabled personal digital assistants, digital satellite communication and broadcast, Redundant Array of Independent Disk (RAID) controllers with fault tolerance, and the like, without departing from the spirit and scope of the invention as outlined in the claims appended hereto.

Claims

WHAT IS CLAIMED IS:
1. An iterative method for determining parameters for a forward error correction scheme for improving the quality of a data transmission, said method comprising the steps of:
(a) establishing a relationship between said parameters and a coding gain;
(b) initializing said coding gain to a minimum predetermined value;
(c) determining, based on said relationship between said parameters and said coding gain, an intermediate set of parameters for providing a preferred result for said coding gain;
(d) incrementing a value of said coding gain by a predetermined value and repeating said step (c) until said coding gain reaches a predefined maximum value, thereby determining a plurality of intermediate sets of parameters; and
(e) determining a preferred set of parameters from said plurality of intermediate sets of parameters, wherein said preferred set of parameters provides said forward error correction scheme with an optimal set of values for balancing a code length and an error rate of said data transmission.
2. A method as defined in claim 1, wherein said step (a) of establishing said relationship between said parameters and said coding gain comprises:
(al) calculating said coding gain for a plurality of associated parameters; and (a2) storing results of said step (al) in a table.
3. A method as defined in claim 1, wherein said step (a) of establishing said relationship between said parameters and said coding gain comprises:
(al) calculating said coding gain for a plurality of associated parameters; and (a2) determining an equation that approximates all results from said step (al).
4. A method as defined in claim 1, wherein said step (c) of determining said intermediate set of parameters comprises: calculating a maximum number of bytes per symbol B including said coding gain; locating all parameters that satisfy said value of said coding gain; and selecting, as said intermediate set of parameters, and using said maximum number of bytes per symbol B, a set of parameters that provides a best performance.
5. A method as defined in claim 4, wherein said best performance is defined by said set of parameters that yields a largest number of information bytes.
6. A method as defined in claim 1, wherein said step (e) of determining said preferred set of parameters comprises: comparing all of said plurality of intermediate sets of parameters; and selecting as said preferred set of parameters said intermediate set of parameters that provides a best performance.
7. A method as defined in claim 6, wherein said best performance is defined by said set of parameters that yields a largest number of information bytes.
8. A method as defined in claim 7, wherein said largest number of information bytes is compared with a maximum number of bytes Bo had said forward error correction scheme not been implemented, for determining whether to use said forward error correction scheme.
9. A method as defined in claim 1, wherein said step (c) of determining said intermediate set of parameters is further based on external factors, wherein said external factors include delay and noise protection.
10. An iterative method for determining parameters for a forward error correction scheme for improving the quality of a data transmission, said method comprising the steps of:
(a) establishing a relationship between said parameters and a coding gain;
(b) initializing said coding gain to a minimum predetermined value;
(c) determining, based on said relationship between said parameters and said coding gain, an intermediate set of parameters for providing a preferred result for said coding gain;
(d) replacing a preferred set of parameters with said intermediate set of parameters if said intermediate set of parameters provides a better performance, wherein said preferred set of parameters provides said forward error correction scheme with an optimal set of values for balancing a code length and an error rate of said data transmission; and
(e) incrementing a value of said coding gain by a predetermined value and repeating said steps (c) and (d) until said coding gain reaches a predefined maximum value.
11. A method as defined in claim 10, wherein said better performance is defined as a set of parameters yielding a larger number of information bytes.
12. A method as defined in claim 10, wherein said step (c) of determining said intermediate set of parameters comprises: calculating a maximum number of bytes per symbol B including said coding gain; locating all parameters that satisfy said value of said coding gain; and selecting, as said intermediate set of parameters, and using said maximum number of bytes per symbol B, a set of parameters that provides a best performance.
13. A method as defined in claim 10, wherein said step (c) of determining said intermediate set of parameters comprises: calculating a maximum number of bytes per symbol B including said coding gain; and selectively skipping said step (d) when a value of said maximum number of bytes per symbol B is less than or equal to a previous value of said maximum number of bytes per symbol B.
14. A method as defined in claim 10, wherein said step (c) of determining said intermediate set of parameters comprises: calculating a maximum number of bytes per symbol B including said coding gain; selectively skipping said steps (d) and (e) when a value of said maximum number of bytes per symbol B is less than or equal to a previous value of said maximum number of bytes per symbol B.
15. An apparatus for determining parameters for a forward error correction scheme for improving the quality of a data transmission, said apparatus including a processor to implement processing including the steps of: (a) establishing a relationship between said parameters and a coding gain;
(b) initializing said coding gain to a minimum predetermined value;
(c) determining, based on said relationship between said parameters and said coding gain, an intermediate set of parameters for providing a preferred result for said coding gain;
(d) incrementing a value of said coding gain by a predetermined value and repeating said step (c) until said coding gain reaches a predefined maximum value, thereby determining a plurality of intermediate sets of parameters; and
(e) determining a preferred set of parameters from said plurality of intermediate sets of parameters, wherein said preferred set of parameters provides said forward error correction scheme with an optimal set of values for balancing a code length and an error rate of said data transmission.
16. An apparatus for determining parameters for a forward error correction scheme for improving the quality of a data transmission, said apparatus including a processor to implement processing including the steps of:
(a) establishing a relationship between said parameters and a coding gain;
(b) initializing said coding gain to a minimum predetermined value;
(c) determining, based on said relationship between said parameters and said coding gain, an intermediate set of parameters for providing a preferred result for said coding gain;
(d) replacing a preferred set of parameters with said intermediate set of parameters if said intermediate set of parameters provides a better performance, wherein said preferred set of parameters provides said forward error correction scheme with an optimal set of values for balancing a code length and an error rate of said data transmission; and
(e) incrementing a value of said coding gain by a predetermined value and repeating said steps (c) and (d) until said coding gain reaches a predefined maximum value.
17. An apparatus as defined in claim 16, wherein said step (c) of determining said intermediate set of parameters comprises: calculating a maximum number of bytes per symbol B including said coding gain; locating all parameters that satisfy said value of said coding gain; and selecting, as said intermediate set of parameters, and using said maximum number of bytes per symbol B, a set of parameters that provides a best performance.
18. An apparatus as defined in claim 16, wherein said step (c) of determining said intermediate set of parameters comprises: calculating a maximum number of bytes per symbol B including said coding gain; and selectively skipping said step (d) when a value of said maximum number of bytes per symbol B is less than or equal to a previous value of said maximum number of bytes per symbol B.
19. An apparatus as defined in claim 16, wherein said step (c) of determining said intermediate set of parameters comprises: calculating a maximum number of bytes per symbol B including said coding gain; and selectively skipping said steps (d) and (e) when a value of said maximum number of bytes per symbol B is less than or equal to a previous value of said maximum number of bytes per symbol B.
20. An apparatus for determining parameters for a forward error correction scheme for improving the quality of a data transmission, comprising: first means for establishing a relationship between said parameters and a coding gain; second means for initializing said coding gain to a minimum predetermined value; third means for determining, based on said relationship between said parameters and said coding gain, an intermediate set of parameters for providing a preferred result for said coding gain; fourth means for incrementing a value of said coding gain by a predetermined value and for repeating a function of said third means until said coding gain reaches a predefined maximum value, thereby determining a plurality of intermediate sets of parameters; and fifth means for determining a preferred set of parameters from said plurality of intermediate sets of parameters, wherein said preferred set of parameters provides said forward error correction scheme with an optimal set of values for balancing a code length and an error rate of said data transmission.
21. An apparatus for determining parameters for a forward error correction scheme for improving the quality of a data transmission, comprising: first means for establishing a relationship between said parameters and a coding gain; second means for initializing said coding gain to a minimum predetermined value; third means for determining, based on said relationship between said parameters and said coding gain, an intermediate set of parameters for providing a preferred result for said coding gain; fourth means for replacing a preferred set of parameters with said intermediate set of parameters if said intermediate set of parameters provides a better performance, wherein said preferred set of parameters provides said forward error correction scheme with an optimal set of values for balancing a code length and an error rate of said data transmission; and fifth means for incrementing a value of said coding gain by a predetermined value and for repeating a function of said third means and a function of said fourth means until said coding gain reaches a predefined maximum value.
22. An apparatus as defined in claim 21 , wherein said third means for determining said intermediate set of parameters comprises: means for calculating a maximum number of bytes per symbol B including said coding gain; means for locating all parameters that satisfy said value of said coding gain; and means for selecting, as said intermediate set of parameters, and using said maximum number of bytes per symbol B, a set of parameters that provides a best performance.
23. An apparatus as defined in claim 21, wherein said third means for determining said intermediate set of parameters comprises: means for calculating a maximum number of bytes per symbol B including said coding gain; and means for selectively skipping said function of said fourth means when a value of said maximum number of bytes per symbol B is less than or equal to a previous value of said maximum number of bytes per symbol B.
24. An apparatus as defined in claim 21, wherein said third means for determining said intermediate set of parameters comprises: means for calculating a maximum number of bytes per symbol B including said coding gain; and means for selectively skipping said function of said fourth means and a function of said fifth means when a value of said maximum number of bytes per symbol B is less than or equal to a previous value of said maximum number of bytes per symbol B.
PCT/US2001/050943 2000-10-26 2001-10-26 Optimal bit allocation system for reed-solomon coded data WO2002035445A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
AU2002229134A AU2002229134A1 (en) 2000-10-26 2001-10-26 Optimal bit allocation system for reed-solomon coded data

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CA002324574A CA2324574A1 (en) 2000-10-26 2000-10-26 An optimal bit allocation algorithm for reed-solomon coded data for adsl
CA2,324,574 2000-10-26

Publications (1)

Publication Number Publication Date
WO2002035445A1 true WO2002035445A1 (en) 2002-05-02

Family

ID=4167477

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/US2001/050943 WO2002035445A1 (en) 2000-10-26 2001-10-26 Optimal bit allocation system for reed-solomon coded data

Country Status (4)

Country Link
US (1) US7673221B2 (en)
AU (1) AU2002229134A1 (en)
CA (1) CA2324574A1 (en)
WO (1) WO2002035445A1 (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
EP1721403A2 (en) 2004-03-03 2006-11-15 Aware, Inc. Impulse noise management
US20050213650A1 (en) * 2004-03-25 2005-09-29 Modlin Cory S Minimizing the differential delay in ADSL2 and ADSL2+ to support bonding
US7646804B2 (en) * 2005-01-03 2010-01-12 Texas Instruments Incorporated System and method for improving bit-loading in discrete multitone-based digital subscriber line modems
US20070220403A1 (en) * 2006-02-27 2007-09-20 Honeywell International Inc. System and method for dynamic allocation of forward error encoding
WO2008030150A1 (en) * 2006-09-04 2008-03-13 Telefonaktiebolaget Lm Ericsson (Publ) Method for bit-loading in a multi-tone dsl system
US8209582B1 (en) 2006-11-07 2012-06-26 Marvell International Ltd. Systems and methods for optimizing a product code structure
JP4930024B2 (en) * 2006-12-08 2012-05-09 富士通株式会社 Transmitting apparatus, receiving apparatus, and data transmission method
US8307261B2 (en) * 2009-05-04 2012-11-06 National Tsing Hua University Non-volatile memory management method
US20140136927A1 (en) * 2010-10-27 2014-05-15 Lsi Corporation Adaptive ecc techniques for flash memory based data storage
US10157161B2 (en) * 2015-10-16 2018-12-18 Qualcomm Incorporated Conditional embedding of dynamically shielded information on a bus

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5600663A (en) * 1994-11-16 1997-02-04 Lucent Technologies Inc. Adaptive forward error correction system
US5699369A (en) * 1995-03-29 1997-12-16 Network Systems Corporation Adaptive forward error correction system and method
US5737337A (en) * 1996-09-30 1998-04-07 Motorola, Inc. Method and apparatus for interleaving data in an asymmetric digital subscriber line (ADSL) transmitter
US6072990A (en) * 1997-05-08 2000-06-06 Lucent Technologies, Inc. Transmitter-receiver pair for wireless network power-code operating point is determined based on error rate
US6330700B1 (en) * 1999-05-18 2001-12-11 Omnipoint Corporation Out-of-band forward error correction

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5987061A (en) * 1996-05-09 1999-11-16 Texas Instruments Incorporated Modem initialization process for line code and rate selection in DSL data communication
US6310909B1 (en) * 1998-12-23 2001-10-30 Broadcom Corporation DSL rate adaptation
US6598188B1 (en) * 1999-05-10 2003-07-22 Texas Instruments Incorporated Error-corrected codeword configuration and method

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5600663A (en) * 1994-11-16 1997-02-04 Lucent Technologies Inc. Adaptive forward error correction system
US5699369A (en) * 1995-03-29 1997-12-16 Network Systems Corporation Adaptive forward error correction system and method
US5737337A (en) * 1996-09-30 1998-04-07 Motorola, Inc. Method and apparatus for interleaving data in an asymmetric digital subscriber line (ADSL) transmitter
US6072990A (en) * 1997-05-08 2000-06-06 Lucent Technologies, Inc. Transmitter-receiver pair for wireless network power-code operating point is determined based on error rate
US6330700B1 (en) * 1999-05-18 2001-12-11 Omnipoint Corporation Out-of-band forward error correction

Also Published As

Publication number Publication date
US7673221B2 (en) 2010-03-02
US20020140991A1 (en) 2002-10-03
AU2002229134A1 (en) 2002-05-06
CA2324574A1 (en) 2002-04-26

Similar Documents

Publication Publication Date Title
US10855395B2 (en) Flexible data transmission scheme adaptive to communication channel quality
US7260768B1 (en) Communication device and communication method
KR100247373B1 (en) Means and method of improving multiplexed transmission and reception by coding and modulating divided digital signals
US9281916B2 (en) Flexible data transmission scheme adaptive to communication channel quality
US7190732B2 (en) Multilevel coding with unequal error protection and time diversity for bandwidth efficient transmission
US6480976B1 (en) System and method for resource optimized integrated forward error correction in a DMT communication system
US20070110176A1 (en) Systems and Methods for Improved Bit-Loading for Discrete Multi-Tone Modulated Multiple Latency Applications
US20220352906A1 (en) Capacity achieving multicarrier modulation and coding systems and methods
EP1832002A1 (en) Multilevel low density parity-check
US20030026346A1 (en) Communication apparatus and communication method
US6971057B1 (en) System and method for efficient convolutional interleaving/de-interleaving
US7673221B2 (en) Optimal bit allocation system for Reed-Solomon coded data
EP2427973B1 (en) Joint design of discrete multi-tone (DMT) modulation and coding for DSL systems
US6507621B2 (en) Communication device and communication method
WO2002007357A1 (en) Communication device and communication method
US20020108083A1 (en) Communication apparatus and communication method
CN115225202B (en) Cascade decoding method
JP2001285077A (en) Device and method for communication
JP2002158633A (en) Communication unit and communication method
WO1998059424A1 (en) Trellis coding with punctured convolutional code
Zhang et al. Multilevel Reed-Solomon coding in asymmetric digital subscriber lines
EP0887942A1 (en) High rate trellis coding and decoding method and apparatus

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application
REG Reference to national code

Ref country code: DE

Ref legal event code: 8642

DFPE Request for preliminary examination filed prior to expiration of 19th month from priority date (pct application filed before 20040101)
122 Ep: pct application non-entry in european phase
NENP Non-entry into the national phase

Ref country code: JP