ACCELERATED BIT ERROR CORRECTION IN LISTED LDPC DECODING

DE602021042593T2Active Publication Date: 2025-11-19TELEFONAKTIEBOLAGET LM ERICSSON (PUBL)
View PDF 0 Cites 0 Cited by

Patent Information

Application Number
DE602021042593
Authority / Receiving Office
DE · DE
Patent Type
Patents
Current Assignee / Owner
Filing Date
2021-03-03
Publication Date
2025-11-19
Estimated Expiration
2041-03-03

AI Technical Summary

Technical Problem

The existing methods for bit error correction in LDPC codes in 5G NR communication networks face challenges such as increased processing time, hardware size, and synchronization issues due to sequential or parallel updating of parity checks, which can lead to race conditions and more iterations.

Method used

Implementing a method that groups rows of the parity-check matrix for parallel updating, allowing for simultaneous processing of non-overlapping or overlapping rows, reducing the need for synchronization and enabling more efficient parallelization.

Benefits of technology

This approach significantly reduces processing time and hardware requirements while minimizing synchronization overhead, enabling faster and more efficient bit error correction.

✦ Generated by Eureka AI based on patent content.
Patent Text Reader
Need to check novelty before this filing date? Find Prior Art

Description

Technical field

[0001] The present disclosure relates generally to the field of bit error correction. More particularly, it relates to accelerating bit error correction in a receiver in a radio communication network.Background

[0002] Low-Density Parity-Check (LDPC) codes are used, e.g., in the 5G NR communication standard to allow a receiver to correct bit errors that occur during radio transmission.

[0003] A first drawback of the use of LPDC codes is that updating of parity checks may require processing of one row of a parity-check matrix at a time, e.g. from top to bottom, and render increased processing time.

[0004] A second drawback of the use of LPDC codes is that updating of parity checks may require processing of all rows of a parity-check matrix at a time, i.e. in parallel, and render increased hardware size.

[0005] A third drawback of the use of LPDC codes is that in a parallel approach, many row updates may update soft bit values for the same bits and render expensive synchronization to avoid race conditions as well as more iterations to be performed.

[0006] Therefore, there is a need for alternative approaches for accelerating bit error correction in a receiver in a radio communication network.

[0007] Prior art document GALLAGER R.G.: "LOW-DENSITY PARITY-CHECK CODES", IRE TRANSACTIONS ON INFORMATION THEORY, IEEE INC. NEW YORK, US, published 1st January 1962, discloses fully parallel decoding of LDPC codes. Furthermore, prior art document EP1622276 A2, published 1st February 2006, prior art document MEDIATEK INC: "High Efficiency LDPC code Features", 3GPP DRAFT, R1-1701211, published 17 January 2017, and prior art document WO2018 / 128560 A1 published 12 July 2018 disclose layered decoding of LDPC codes.Summary

[0008] It should be emphasized that the term "comprises / comprising" when used in this specification is taken to specify the presence of stated features, integers, steps, or components, but does not preclude the presence or addition of one or more other features, integers, steps, components, or groups thereof. As used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.

[0009] Generally, when an apparatus is referred to herein, it is to be understood as a physical product. The physical product may comprise one or more parts, such as controlling circuitry in the form of one or more controllers, one or more processors, or the like.

[0010] It is an object of some embodiments to solve or mitigate, alleviate, or eliminate at least some of the above or other drawbacks.

[0011] According to a first aspect, this is achieved by a method according to any claim 1-7, a second aspect is a computer program product according to claim 8 and a third aspect is an apparatus according to any claim 9-14.

[0012] A fourth aspect is a receiver in a radio communication network comprising the apparatus according to the third aspect.

[0013] An advantage of some embodiments is that alternative approaches for accelerating bit error correction in a receiver in a radio communication network are provided.

[0014] An advantage of some embodiments is that simultaneous updating of grouped rows allows for a larger degree of parallelization, and thereby provision of shorter processing times compared to what is possible according to prior art approaches on hardware with a plurality of processing units.

[0015] Yet an advantage of some embodiments is that grouped rows reduces the number of sequential steps and thereby the number of times that different processing units are required to synchronize and exchange information.

[0016] Yet an advantage of some embodiments is that grouped rows allows for more information to be processed in each step compared to what is possible according to prior art approaches and thereby reducing the number of required iterations.

[0017] It should be noted that, even if embodiments are described herein in the context of accelerating bit error correction in a receiver in a radio communication network, some embodiments may be equally applicable and / or beneficial also in other contexts.Brief description of the drawings

[0018] Further objects, features and advantages will appear from the following detailed description of embodiments, with reference being made to the accompanying drawings. The drawings are not necessarily to scale, emphasis instead being placed upon illustrating the example embodiments. Figure 1 is a flowchart illustrating example method steps according to some embodiments; Figure 2a is a schematic drawing illustrating an example base graph matrix according to some embodiments; Figure 2b is a schematic drawing illustrating an example base graph according to some embodiments; Figure 3a is a schematic drawing illustrating an example base graph matrix according to some embodiments; Figure 3b is a schematic drawing illustrating an example parity-check matrix according to some embodiments; Figure 3c is a schematic drawing illustrating an example base graph according to some embodiments; Figure 4a is a schematic drawing illustrating an example parity-check matrix according to some embodiments; Figure 4b is a schematic drawing illustrating an example base graph according to some embodiments; Figure 5a is a schematic drawing illustrating an example parity-check matrix according to some embodiments; Figure 5b is a schematic drawing illustrating an example base graph according to some embodiments; Figure 6a is a schematic drawing illustrating an example parity-check matrix according to some embodiments; Figure 6b is a schematic drawing illustrating an example base graph according to some embodiments; Figure 7a is a schematic drawing illustrating an example parity-check matrix according to some embodiments; Figure 7b is a schematic drawing illustrating an example base graph according to some embodiments; Figure 8a is a schematic drawing illustrating an example parity-check matrix according to some embodiments; Figure 8b is a schematic drawing illustrating an example base graph according to some embodiments; Figure 9a is a schematic drawing illustrating an example parity-check matrix according to some embodiments; Figure 9b is a schematic drawing illustrating an example base graph according to some embodiments; Figure 9c is a schematic drawing illustrating an example base graph according to some embodiments; Figure 9d is a schematic drawing illustrating an example base graph according to some embodiments; Figure 9e is a schematic drawing illustrating an example base graph according to some embodiments; Figure 10 is a schematic block diagram illustrating an example apparatus according to some embodiments; and Figure 11 is a schematic drawing illustrating an example computer readable medium according to some embodiments. Detailed description

[0019] As already mentioned above, it should be emphasized that the term "comprises / comprising" when used in this specification is taken to specify the presence of stated features, integers, steps, or components, but does not preclude the presence or addition of one or more other features, integers, steps, components, or groups thereof. As used herein, the singular forms "a", "an" and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise.

[0020] Embodiments of the present disclosure will be described and exemplified more fully hereinafter with reference to the accompanying drawings. The solutions disclosed herein can, however, be realized in many different forms and should not be construed as being limited to the embodiments set forth herein.

[0021] As mentioned above, LDPC codes are used, e.g., in the 5G NR (Fifth Generation New Radio) communication standard to allow a receiver to correct bit errors that occur during radio transmission.

[0022] An LDPC code is defined by a binary matrix of size R×N, where R is the number of redundancy bits and N is the total number of bits in a code block. In the 5G NR standard, N typically ranges from 28 bits to 26112 bits. Each matrix row represents a parity check that acts upon a subset of the code block bits and requires that these bits have even parity, i.e. that their modulo-2 sum is zero.

[0023] The parity checks are defined by the location of the non-zero entries of the parity-check matrix. The parity checks are relatively small, in that each involve a relatively small subset of the code block bits. In the 5G NR standard, the parity-check sizes typically range from 3 to 19 bits.

[0024] In the following, embodiments will be presented where alternative approaches for accelerating bit error correction in a receiver in a radio communication network are described.

[0025] Bit error correction, as described herein, typically comprises detection and correction of errors that occur during radio transmission, wherein additional bits are added to data bits at the time of transmission, wherein the additional bits are called parity bits and allow the detection and correction of the errors. The data bits along with the parity bits form a code word.

[0026] A receiver, as described herein, typically comprises a radio receiver configured to receive radio waves and convert information carried by the radio waves into a usable form, wherein the receiver is used with an antenna.

[0027] Parallelization, as described herein, typically comprises updating of two or more parity checks of a row group simultaneously in general-purpose hardware comprising one or more processing units.

[0028] Synchronization, as described herein, typically comprises synchronization and exchange of information between processing units and / or between processing elements of processing units of general-purpose hardware.

[0029] General-purpose hardware, as described herein, typically comprises hardware comprising one or more processing elements associated with shared memory of one or more processing units, wherein the one or more processing elements are configured to process parallelized updating of two or more parity checks of a row group.

[0030] Bit-to-check values, as described herein, typically comprises soft information comprising soft bit values associated with each code bit of a block code.

[0031] Check-to-bit values, as described herein, typically comprises soft information comprising soft bit values associated with edges of a base graph corresponding to a parity-check matrix.

[0032] Shared bit, as described herein, typically comprises logic which is shared for parallelized processes, e.g. processes related to updating of two or more parity checks of a row group.

[0033] Parity checks, as described herein, typically comprises one or more parity-check codes represented by one or more parity-check matrices, in which there is one row for each parity group and each column corresponds to a functional output or a check bit.

[0034] It should be noted that, even if embodiments are described herein in the context of accelerating bit error correction in a receiver in a radio communication network, wherein the receiver is configured to update soft bit values associated with each code bit of a block code based on parallel parity checks, some examples not falling under scope of the claimed invention may be equally applicable and / or beneficial also in other contexts wherein bit error correction in a receiver in a radio communication network is accelerated by parallel parity checks.

[0035] Figure 1 is a flowchart illustrating method steps of an example method 100 according to some embodiments. The method 100 is for accelerating bit error correction in a receiver in a radio communication network. Thus, the method 100 may, for example, be performed by the apparatus 1000 and / or the controller 1010 of Figure 10; all of which will be described later herein.

[0036] The method 100 comprises the following steps.

[0037] In step 101, a block code encoded message is received.

[0038] In step 102, it is determined, for any group of two or more rows of a parity-check matrix of the block code, when the two or more rows are non-overlapping (NO-path out of step 102, proceed to step 103) or when the two or more rows are overlapping in one shared bit (YES-path out of step 102, proceed to step 105).

[0039] In step 103, the two or more rows in a row group are combined for parallel updating (NO-path out of step 102).

[0040] For example, the combination of the two or more rows in the row group may comprise row blocks which are independent from each other, i.e. non-overlapping (reference to Figures 6a-b).

[0041] In step 104, the parity checks of the row group for the received message are updated in parallel.

[0042] In a non-claimed example, the updating of the parity checks takes place over all of the parity checks in parallel.

[0043] In step 105, the two or more rows in a row group are combined for parallel updating (YES-path out of step 102).

[0044] In particular, the combination of the two or more rows in the row group comprises row blocks which overlap in a single column (reference to Figures 7a-7b and / or Figure 8a-8b).

[0045] In step 106, the parity checks of the row group for the received message are updated by performing steps 106a-106e.

[0046] In a non-claimed example, the updating of the parity checks takes place over all of the parity checks in parallel.

[0047] In step 106a, available bit-to-check values are collected except from the shared bit (reference to Figure 9b).

[0048] In step 106b, shared check-to-bit values are computed towards the shared bit based on the collected bit-to-check values (reference to Figure 9c).

[0049] In step 106c, shared bit-to-check values are computed for the shared bit based on the computed shared check-to-bit values (reference to Figure 9d).

[0050] In step 106d, new check-to-bit values are computed for all remaining bits (reference to Figure 9e).

[0051] In step 106e, the parity checks of the row group for the received message are updated in parallel based on the computed check-to-bit values.

[0052] In step 107, a message estimate is formed based on the updated parity checks.

[0053] In some embodiments, the receiver is configured to iteratively update soft bit values associated with each code bit of the block code based on parallel parity checks.

[0054] In some embodiments, the soft bit values are indicative of corresponding message bits being either zero or one.

[0055] In some embodiments, a positive soft bit value is indicative of the corresponding message bit likely being a zero.

[0056] In some embodiments, a negative soft value is indicative of the corresponding message bit likely being a one.

[0057] In some embodiments, the parity-check matrix is pre-computed and stored in a memory of the receiver and / or in a remote memory accessible to the receiver.

[0058] For example, the remote memory may be comprised in a cloud environment.

[0059] In some embodiments, the parity-check matrix is a binary matrix.

[0060] Any of the above steps for Figure 1 may additionally have features identical with or corresponding to any of the various features as explained below for Figures 2-11.

[0061] Figure 2a is a schematic drawing illustrating an example base graph matrix according to some embodiments.

[0062] As mentioned above, an LDPC code is defined by a binary matrix of size R×N, where R is the number of redundancy bits and N is the total number of bits in a code block.

[0063] In the 5G NR standard, N typically ranges from 28 bits to 26112 bits. Each matrix row represents a parity check that acts upon a subset of the code block bits and requires that these bits have even parity, i.e. that their modulo-2 sum is zero. The parity checks are defined by the location of the non-zero entries of a parity-check matrix (reference to Figure 3b). The parity checks are relatively small, in that each involve a relatively small subset of the code block bits.

[0064] In the 5G NR standard, the parity-check sizes typically range from 3 to 19 bits.

[0065] The construction of the base graph matrix also uses an integer Z that ranges from 2 to 384, which is used to form the parity-check matrix from the base graph matrix, as follows.

[0066] Each base graph matrix element is replaced by a Z-by-Z square binary matrix. For non-negative elements, the square matrix is a cyclically shifted identity matrix, where the number of shift steps equals the integer element. Otherwise the square matrix is zero. Each block of Z adjacent rows or columns corresponding to these square matrices is called a row block or column block, respectively. This construction ensures that none of the Z rows in the same row block involve any common bits.

[0067] The size of the 5G NR LDPC base graph matrix is variable. One construction starts out from a 4-by-26 matrix, and allows extension of this matrix by adding one row and one column at a time, up to a size of 46-by-68.

[0068] The base graph matrix of Figure 2a corresponds to the base graph of Figure 2b.

[0069] Alternatively or additionally, the base graph may comprise a protograph.

[0070] Figure 2b is a schematic drawing illustrating an example base graph according to some embodiments.

[0071] In 5G NR LDPC codes, the parity-check matrix is designed using a so-called base graph with an associated base graph matrix (reference to Figure 2a). Each row and each column of the base graph matrix correspond to a graph vertex. Thus, there are column vertices and row vertices.

[0072] Graph edges only exist between column and row vertices, and each edge corresponds to a non-negative integer element in the base graph matrix (reference to Figure 2a). Other matrix elements are empty (sometimes represented as -1), meaning that that row and column are not connected in the graph.

[0073] Alternatively or additionally, the Z-variable represents a so called lifting size comprising a number of attached copies of the base graph and permuting edges of the base graph.

[0074] Figure 3a is a schematic drawing illustrating an example base graph matrix according to some embodiments.

[0075] The construction of the base graph matrix also uses an integer Z that ranges from 2 to 384, which is used to form the parity-check matrix from the base graph matrix, as follows.

[0076] Each base graph matrix element is replaced by a Z-by-Z square binary matrix. For non-negative elements, the square matrix is a cyclically shifted identity matrix, where the number of shift steps equals the integer element. Otherwise the square matrix is zero. Each block of Z adjacent rows or columns corresponding to these square matrices is called a row block or column block, respectively. This construction ensures that none of the Z rows in the same row block involve any common bits.

[0077] The size of the 5G NR LDPC base graph matrix is variable. One construction starts out from a 4-by-26 matrix, and allows extension of this matrix by adding one row and one column at a time, up to a size of 46-by-68.

[0078] Figure 3b is a schematic drawing illustrating an example parity-check matrix according to some embodiments.

[0079] The parity-check matrix of Figure 3b corresponds to the base graph matrix of Figure 3a and has a Z-variable set to 4.

[0080] When a code block is received after being transmitted over a radio channel, the code block bits are usually represented by numerical soft values: a positive soft value indicates that the corresponding bit is likely a zero, while a negative soft value indicates that the corresponding bit is likely a one.

[0081] It is the task of a LDPC decoder to process the received information and try and estimate the transmitted bits. The received information is usually represented by numerical "soft values" corresponding to the code block bits: a positive soft value indicates that the corresponding bit is likely a zero, while a negative soft value indicates that the corresponding bit is likely a one.

[0082] The LDPC decoder operates by iteratively updating soft information based on the parity checks.

[0083] Figure 3c is a schematic drawing illustrating an example base graph according to some embodiments.

[0084] The base graph of Figure 3c corresponds to the base graph matrix of Figure 3a and illustrates iterative updating of soft information according to the parity-check matrix of Figure 3b.

[0085] The soft information involves the soft bit values associated with each code block bit, as well as soft values associated with the edges in the graph, i.e. ones in the parity-check matrix. The latter are denoted bit-to-check values and check-to-bit values. This updating proceeds for a number of iterations, after which a code block estimate is formed by examining the signs of the updated soft values (reference to step 107 of Figure 1). The number of required iterations depends partly on the noisiness of the radio channel.

[0086] For example, when there is very little noise, it may be sufficient to perform a single update, while more noise channels may require as many as 30-40 iterations over all parity checks.

[0087] Figure 4a is a schematic drawing illustrating an example parity-check matrix according to some embodiments.

[0088] The parity-check matrix of Figure 4a has a Z-variable set to 4.

[0089] The LDPC decoder operates by updating soft information based on one parity check, i.e. one row (emphasis added in matrix).

[0090] Figure 4b is a schematic drawing illustrating an example base graph according to some embodiments.

[0091] The base graph of Figure 4b illustrates iterative updating of soft information according to the parity-check matrix of Figure 4a.

[0092] The one parity-check update performed by the LDPC decoder comprises computing new check-to-bit values and new bit values.

[0093] In a first step, bit-to-check values are computed based on current bit values and check-to-bit values. This may be performed by subtracting the most recent check-to-bit values from the bit values, but other techniques may also be used.

[0094] In the next step, the update then computes new check-to-bit values based on the bit-to-check values.

[0095] Finally, new bit values are computed (not shown).

[0096] Different strategies exist for the order of updating the parity checks. One is to process one row of the parity-check matrix at a time, e.g. from top to bottom. An alternative is to process all rows in parallel, thereby trading processing time for hardware size.

[0097] Figure 5a is a schematic drawing illustrating an example parity-check matrix according to some embodiments.

[0098] The parity-check matrix of Figure 5a has a Z-variable set to 4.

[0099] The LDPC decoder operates by updating all checks, i.e. parity checks, in one row block (emphasis added in matrix).

[0100] This fully parallel approach entails that many row updates will update the soft bit values for the same bits. This may require expensive synchronization methods to avoid race conditions. Moreover, this may require more iterations to be performed, since the row updates that are performed in parallel are unable to use the updated soft values from each other.

[0101] The structure of the 5G NR LDPC codes allows for an update strategy that is called layered updating. With this strategy, the row blocks are processed sequentially, one by one, e.g. from top to bottom. However, for each row block, the Z constituent rows are updated in parallel. This may be done without requiring expensive synchronization methods since the Z rows in a row block do not have any overlaps. This therefore allows for a parallelization speedup factor of Z, which can be as high as 384 for 5G NR LDPC codes.

[0102] The layered strategy typically requires that the row blocks be processed sequentially, which can mean up to 46 sequential steps for some 5G NR codes. This may create unwanted processing delays.

[0103] For example, when proceeding from one row block to the next, it may be necessary to synchronize and exchange information between different processing elements, a process that is often relatively slow compared to having the processing elements operate independently.

[0104] Hardware comprising parallel processing units may provide very high degree of parallelization, e.g. Graphics Processing Units (GPU). To implement LDPC decoding on such hardware comprising parallel processing units may enable even higher parallelization factors than can be obtained with the layered strategy.

[0105] Figure 5b is a schematic drawing illustrating an example base graph according to some embodiments.

[0106] The base graph of Figure 5b illustrates iterative updating of soft information according to the parity-check matrix of Figure 5a.

[0107] The updating of all checks, i.e. parity-checks, in one row block by the LDPC decoder comprises computing new check-to-bit values and new bit values.

[0108] Figure 6a is a schematic drawing illustrating an example parity-check matrix according to some embodiments.

[0109] The parity-check matrix of Figure 6a has a Z-variable set to 4.

[0110] The LDPC decoder operates by updating all checks in two row blocks (emphasis added in matrix).

[0111] For example, combining row blocks may be performed when two rows of the base graph matrix are completely non-overlapping, i.e. they do not share any column with a nonnegative value. Such a row pair can be readily combined into a row group.

[0112] Figure 6b is a schematic drawing illustrating an example base graph according to some embodiments.

[0113] The base graph of Figure 6b illustrates iterative updating of soft information according to the parity-check matrix of Figure 6a.

[0114] The updating of all checks, i.e. parity-checks, in two independent row blocks by the LDPC decoder comprises updating the parity checks for a combined row group comprising the two independent row blocks which are completely non-overlapping (reference to Figure 6a).

[0115] Figure 7a is a schematic drawing illustrating an example parity-check matrix according to some embodiments.

[0116] The parity-check matrix of Figure 7a has a Z-variable set to 4.

[0117] The LDPC decoder operates by updating all checks in two row blocks with a shared column (emphasis added in matrix).

[0118] For example, when two or more rows of the base graph matrix overlap in a single column, they can be combined into a row group and be updated together using steps described in Figures 9b-9e.

[0119] Figure 7b is a schematic drawing illustrating an example base graph according to some embodiments.

[0120] The base graph of Figure 7b illustrates iterative updating of soft information according to the parity-check matrix of Figure 7a.

[0121] The updating of all checks, i.e. parity-checks, in two row blocks with a shared column by the LDPC decoder comprises updating the parity checks for a combined row group comprising the two row blocks with the shared column (emphasis added to the overlap in the single column bits).

[0122] Figure 8a is a schematic drawing illustrating an example parity-check matrix according to some embodiments.

[0123] The parity-check matrix of Figure 8a has a Z-variable set to 4.

[0124] The LDPC decoder operates by updating all checks in two row blocks with a shared column (emphasis added in matrix).

[0125] For example, when two or more rows of the base graph matrix overlap in a single column, they can be combined into a row group and be updated together using steps described in Figures 9b-9e.

[0126] Figure 8b is a schematic drawing illustrating an example base graph according to some embodiments.

[0127] The base graph of Figure 8b illustrates iterative updating of soft information according to the parity-check matrix of Figure 8a.

[0128] The updating of all checks, i.e. parity-checks, in two row blocks with a shared column by the LDPC decoder comprises updating the parity checks for a combined row group comprising the two row blocks with the shared column (emphasis added to the overlap in the single column bits).

[0129] Figure 9a is a schematic drawing illustrating an example parity-check matrix according to some embodiments.

[0130] The parity-check matrix of Figure 9a has a Z-variable set to 4.

[0131] The LDPC decoder operates by updating all checks in two row blocks with a shared column (emphasis added in matrix).

[0132] For example, when two or more rows of the base graph matrix overlap in a single column, they can be combined into a row group and be updated together using steps described in Figures 9b-9e.

[0133] More specifically, the base graph matrix illustrates an embodiment wherein row blocks 2 and 4 share column 0.

[0134] In following figures 9b-9e, steps 1-4 (corresponding to steps 106a-106d of Figure 1) in the updating with focus on one of the parity checks of row block 2 and one of the parity checks of row block 4, chosen such that they involve the same bit in the shared column 0.

[0135] Figure 9b is a schematic drawing illustrating an example base graph according to some embodiments.

[0136] The base graph of Figure 9b illustrates a first step of iterative updating of soft information according to the parity-check matrix of Figure 9a.

[0137] Although, Figures 9b-9e only illustrate one parity check on each row block, the actual updating takes place over all of the parity checks in parallel.

[0138] Step 1: Collect available bit-to-check values.

[0139] In above step 1, latest bit-to-check values are collected, except for those coming from the shared bit.

[0140] Figure 9c is a schematic drawing illustrating an example base graph according to some embodiments.

[0141] The base graph of Figure 9c illustrates a first and second step of iterative updating of soft information according to the parity-check matrix of Figure 9a.

[0142] Although, Figures 9b-9e only illustrate one parity check on each row block, the actual updating takes place over all of the parity checks in parallel.

[0143] Step 2: Compute shared check-to-bit values.

[0144] In above step 2, new check-to-bit values are computed towards the shared bit.

[0145] Figure 9d is a schematic drawing illustrating an example base graph according to some embodiments.

[0146] The base graph of Figure 9d illustrates a first, second, and third step of iterative updating of soft information according to the parity-check matrix of Figure 9a.

[0147] Although, Figures 9b-9e only illustrate one parity check on each row block, the actual updating takes place over all of the parity checks in parallel.

[0148] Step 3: Compute shared bit-to-check values.

[0149] In above step 3, new bit-to-check values are computed for the shared bit, based on the previous step 2 illustrated in Figure 9c.

[0150] Figure 9e is a schematic drawing illustrating an example base graph according to some embodiments.

[0151] The base graph of Figure 9e illustrates a first, second, third, and fourth step of iterative updating of soft information according to the parity-check matrix of Figure 9a.

[0152] Although, Figures 9b-9e only illustrate one parity check on each row block, the actual updating takes place over all of the parity checks in parallel.

[0153] Step 4: Compute new check-to-bit values.

[0154] In above step 4, computation of the remaining check-to-bit values is performed, for all bits except the already computed shared bit.

[0155] In step 5 (not shown), the bit values for all involved are updated (corresponding to step 106e of Figure 1).

[0156] Alternatively or additionally, when three or more base graph rows overlap in two different columns, such that only one of the rows have non-negative values in both of these columns, these rows can be combined into a row group and be updated together.

[0157] For example, for a given set of base graph rows, the condition that they can be combined into one update is based on a corresponding subgraph of the base graph. The subgraph consists of the given row vertices and the column vertices to which they are connected, as well as any edges defined by those rows. If this subgraph is free from cycles, then the rows can be combined into a group and updated in parallel.

[0158] Figure 10 is a schematic block diagram illustrating an example apparatus 1000 according to some embodiments. The apparatus 1000 is for accelerating bit error correction in a receiver in a radio communication network. Thus, the apparatus 1000 and / or the controller 1010 may, for example, be configured to perform one or more of the method steps of Figure 1, and / or updating steps of Figures 9b-9e, and / or one or more of any steps otherwise described herein.

[0159] The apparatus 1000 is for accelerating bit error correction in a receiver in a radio communication network, wherein the receiver is configured to update soft bit values associated with each code bit of a block code based on parallel parity checks.

[0160] The apparatus 1000 comprises a controller 1010, e.g. device controlling circuitry, configured to cause reception of a block code encoded message.

[0161] The controller 1010 is further configured to cause for any group of two or more rows of a parity-check matrix of the block code: when the two or more rows are non-overlapping: combination of the two or more rows in a row group for parallel updating, parallel update of the parity checks of the row group for the received message, and formation of a message estimate based on the updated parity checks.

[0162] The controller 1010 is furthermore configured to cause, for the two or more rows overlapping in one shared bit: combination of the two or more rows in a row group for parallel updating, update of the parity checks of the row group for the received message by: collection of available bit-to-check values except from the shared bit, computation of shared check-to-bit values towards the shared bit based on the collected bit-to-check values, computation of shared bit-to-check values for the shared bit based on the computed shared check-to-bit values, computation of new check-to-bit values for all remaining bits, and parallel update of the parity checks of the row group for the received message based on the computed check-to-bit values.

[0163] In some embodiments, the controller 1010 is furthermore configured to cause iterative updating of soft bit values associated with each code bit of the block code based on parallel parity checks.

[0164] The apparatus 1000 comprises, as mentioned above, the controller (CNTR; e.g., control circuitry or a controlling module) 1010, which may in turn comprise, (or be otherwise associated with; e.g., connected or connectable to), a receiver 1001, e.g. receiving circuitry or receiving module, configured to receive a block code encoded message (compare with step 101 of Figure 1).

[0165] The controller 1010 further comprises, (or is otherwise associated with; e.g., connected or connectable to), a determiner 1002, e.g. determining circuitry or determining module, configured to determine, for any group of two or more rows of a parity-check matrix of the block code, when the two or more rows are non-overlapping (compare with step 102 of Figure 1).

[0166] The controller 1010 furthermore comprises, (or is otherwise associated with; e.g., connected or connectable to), a combiner 1003, e.g. combining circuitry or combining module, configured to combine the two or more rows in a row group for parallel updating (compare with step 103 of Figure 1), an updater 1004, e.g. updating circuitry or updating module, configured to update, in parallel, the parity checks of the row group for the received message (compare with step 104 of Figure 1), and a former 1007, e.g. forming circuitry or forming module, configured to form a message estimate based on the updated parity checks (compare with step 107 of Figure 1).

[0167] The controller 1010 may, in some embodiments, further comprise, (or be otherwise associated with; e.g., connected or connectable to), the determiner 1002, e.g. determining circuitry or determining module, configured to determine, for any group of two or more rows of a parity-check matrix of the block code, when the two or more rows are overlapping (102) in one shared bit (compare with step 102 of Figure 1).

[0168] The controller 1010 may, in some embodiments, furthermore comprise, (or be otherwise associated with; e.g., connected or connectable to), a combiner 1005, e.g. combining circuitry or combining module configured to combine the two or more rows in a row group for parallel updating (compare with step 105 of Figure 1), an updater 1006, e.g. updating circuitry or updating module, configured to update the parity checks of the row group for the received message (compare with step 106 of Figure 1), a collector 1006a, e.g. collecting circuitry or collecting module, configured to collect available bit-to-check values except from the shared bit (compare with step 106a of Figure 1), a computer 1006b, e.g. computing circuitry or computing module, configured to compute shared check-to-bit values towards the shared bit based on the collected bit-to-check values (compare with step 106b of Figure 1), a computer 1006c, e.g. computing circuitry or computing module, configured to compute shared bit-to-check values for the shared bit based on the computed shared check-to-bit values (compare with step 106c of Figure 1), a computer 1006d, e.g. computing circuitry or computing module, configured to compute new check-to-bit values for all remaining bits (compare with step 106d of Figure 1), and an updater 1006e, e.g. updating circuitry or updating module, configured to update, in parallel, the parity checks of the row group for the received message based on the computed check-to-bit values (compare with step 106e of Figure 1).

[0169] The controller 1010 may, in some embodiments, furthermore comprise, (or be otherwise associated with; e.g., connected or connectable to), an iterator (not shown), e.g. iterating circuitry or iterating module configured to iterate updating of soft bit values associated with each code bit of the block code based on parallel parity checks.

[0170] In some embodiments, the apparatus is operably connectable to general-purpose hardware with parallel processing elements configured to process the parallelized parity checks.

[0171] In some embodiments, each of the parallel processing elements is configured to compute respective one or more of shared check-to-bit values, shared bit-to-check values, and new check-to-bit values.

[0172] In some embodiments, the general-purpose hardware with parallel processing elements is comprised in the receiver and / or in a cloud environment.

[0173] In some embodiments, the general-purpose hardware comprises a Graphics Processing Unit, GPU.

[0174] The apparatus 1000 may further optionally comprise, (or be otherwise associated with; e.g., connected or connectable to), in some embodiments, a transceiver TX / RX 1020, e.g. transceiving circuitry or transceiving module, configured to transmit and receive radio signals e.g. in accordance with accelerating bit error correction in a receiver in a radio communication network.

[0175] Generally, when an apparatus is referred to herein, it is to be understood as a physical product. The physical product may comprise one or more parts, such as controlling circuitry in the form of one or more controllers, one or more processors, or the like.

[0176] The described embodiments and their equivalents may be realized in software or hardware or a combination thereof. The embodiments may be performed by general purpose circuitry. Examples of general purpose circuitry include digital signal processors (DSP), central processing units (CPU), Graphics Processing Units (GPU), co-processor units, field programmable gate arrays (FPGA) and other programmable hardware. Alternatively or additionally, the embodiments may be performed by specialized circuitry, such as application specific integrated circuits (ASIC). The general purpose circuitry and / or the specialized circuitry may, for example, be associated with or comprised in an apparatus such as a wireless communication device.

[0177] Embodiments may appear within an electronic apparatus (such as a wireless communication device) comprising arrangements, circuitry, and / or logic according to any of the embodiments described herein. Alternatively or additionally, an electronic apparatus (such as a wireless communication device) may be configured to perform methods according to any of the embodiments described herein.

[0178] According to some embodiments, a computer program product comprises a computer readable medium such as, for example a universal serial bus (USB) memory, a plug-in card, an embedded drive or a read only memory (ROM).

[0179] Figure 11 illustrates an example computer readable medium in the form of a compact disc (CD) ROM 1100. The computer readable medium has stored thereon a computer program comprising program instructions. The computer program is loadable into a data processor (PROC) 1120, which may, for example, be comprised in a wireless communication device 1110. When loaded into the data processor, the computer program may be stored in a memory (MEM) 1130 associated with or comprised in the data processor.

[0180] In some embodiments, the computer program may, when loaded into and run by the data processing unit, cause execution of method steps according to, for example, Figure 1 and / or Figures 9b-e and / or one or more of any steps according to embodiments otherwise described herein.

[0181] Generally, all terms used herein are to be interpreted according to their ordinary meaning in the relevant technical field, unless a different meaning is clearly given and / or is implied from the context in which it is used.

[0182] Reference has been made herein to various embodiments. However, a person skilled in the art would recognize numerous variations to the described embodiments that would still fall within the scope of the claims.

[0183] For example, the method embodiments described herein discloses example methods through steps being performed in a certain order. However, it is recognized that these sequences of events may take place in another order without departing from the scope of the claims. Furthermore, some method steps may be performed in parallel even though they have been described as being performed in sequence. Thus, the steps of any methods disclosed herein do not have to be performed in the exact order disclosed, unless a step is explicitly described as following or preceding another step and / or where it is implicit that a step must follow or precede another step.

[0184] In the same manner, it should be noted that in the description of embodiments, the partition of functional blocks into particular units is by no means intended as limiting. Contrarily, these partitions are merely examples. Functional blocks described herein as one unit may be split into two or more units. Furthermore, functional blocks described herein as being implemented as two or more units may be merged into fewer (e.g. a single) unit.

[0185] Any feature of any of the embodiments disclosed herein may be applied to any other embodiment, wherever suitable. Likewise, any advantage of any of the embodiments may apply to any other embodiments, and vice versa.

[0186] Hence, it should be understood that the details of the described embodiments are merely examples brought forward for illustrative purposes, and that all variations that fall within the scope of the claims are intended to be embraced therein.

Claims

1. A method (100) for accelerating bit error correction in a receiver in a radio communication network, wherein the receiver is configured to update soft bit values associated with each code bit of a Low-density Parity-Check, LDPC, block code based on parallel parity checks, the method comprising the steps of receiving (101) an LDPC block code encoded message, for any group of two or more non-overlapping rows (102) of a parity-check matrix of the LDPC block code: combining (103) the two or more rows in said any group of non-overlapping rows for parallel updating, updating (104), in parallel, the parity checks of said any group of non-overlapping rows for the received message, and for any group of two or more rows of the parity-check matrix of the LDPC block code where said two or more rows are overlapping (102) in one shared bit: combining (105) the two or more rows in said any group of overlapping rows for parallel updating, updating (106) the parity checks of said any group of overlapping rows or the received message by: collecting (106a) available bit-to-check values except from the shared bit, computing (106b) shared check-to-bit values towards the shared bit based on the collected bit-to-check values, computing (106c) shared bit-to-check values for the shared bit based on the computed shared check-to-bit values, computing (106d) new check-to-bit values for all remaining bits, updating (106e), in parallel, the parity checks of said any group of overlapping rows for the received message based on the computed check-to-bit values wherein the parity-check matrix of the LDPC block code comprises at least one said group of overlapping rows, forming (107) a message estimate based on the updated parity checks.

2. The method according to claim 1, wherein the receiver is configured to iteratively update soft bit values associated with each code bit of the LDPC block code based on parallel parity checks.

3. The method according to any of claims 1-2, wherein the soft bit values are indicative of corresponding message bits being either zero or one.

4. The method according to any of claims 1-3, wherein a positive soft bit value is indicative of the corresponding message bit likely being a zero.

5. The method according to any of claims 1-4, wherein a negative soft value is indicative of the corresponding message bit likely being a one.

6. The method according to any of claims 1-5, wherein the parity-check matrix is pre-computed and stored in a memory of the receiver and / or in a remote memory accessible to the receiver.

7. The method according to any of claims 1-6, wherein the parity-check matrix is a binary matrix.

8. A computer program product comprising a non-transitory computer readable medium, having thereon a computer program comprising program instructions, the computer program being loadable into a data processing unit and configured to cause execution of the method according to any of claims 1 through 7 when the computer program is run by the data processing unit.

9. An apparatus for accelerating bit error correction in a receiver in a radio communication network, wherein the receiver is configured to update soft bit values associated with each code bit of a Low-Density Parity-Check, LDPC, block code based on parallel parity checks, the apparatus comprising a controller (1010) configured to cause: reception of an LDPC block code encoded message, for any group of two or more non-overlapping rows of a parity-check matrix of the LDPC block code: combination of the two or more rows in said any group of non-overlapping rows for parallel updating, parallel update of the parity checks of said any group of non-overlapping rows for the received message, and for any group of two or more rows of the parity-check matrix of the block code where said two or more rows are overlapping in one shared bit: combination of the two or more rows in said any group of overlapping rows for parallel updating, update of the parity checks of said any group of overlapping rows for the received message by: collection of available bit-to-check values except from the shared bit, computation of shared check-to-bit values towards the shared bit based on the collected bit-to-check values, computation of shared bit-to-check values for the shared bit based on the computed shared check-to-bit values, computation of new check-to-bit values for all remaining bits, parallel update of the parity checks of said any group of overlapping rows for the received message based on the computed check-to-bit values, wherein the parity-check matrix of the LDPC block code comprises at least one said group of overlapping rows, and formation of a message estimate based on the updated parity checks..

10. The apparatus according to claim 9, wherein the receiver is configured to iteratively update soft bit values associated with each code bit of the LDPC block code based on parallel parity checks.

11. The apparatus according to any of claims 9-10, wherein the apparatus is operably connectable to general-purpose hardware with parallel processing elements configured to process the parallelized parity checks.

12. The apparatus according to any of claims 9-11, wherein each of the parallel processing elements is configured to compute respective one or more of shared check-to-bit values, shared bit-to-check values, and new check-to-bit values.

13. The apparatus according to any of claims 9-12, wherein the general-purpose hardware with parallel processing elements is comprised in the receiver and / or in a cloud environment.

14. The apparatus according to any of claims 9-13, wherein the general-purpose hardware comprises a Graphics Processing Unit, GPU.

15. A receiver in a radio communication network comprising the apparatus according to any of claims 9-14.