Soft-Decision Error Correction Decoding With Grouped Reliability Selection

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

As the number of dimensions in error correction decoding devices increases, the calculation processing for hard decision bits and reliability becomes excessively time-consuming, and the lookup table required for soft decision units becomes impractically large, potentially leading to implementation challenges.

Innovation Solution

The proposed error correction decoding device includes a soft decision unit that calculates first hard decision bits and their corresponding reliabilities, an exclusive OR unit that operates on these bits, a reliability selecting unit that compares and selects a second reliability, and a soft decision error correction decoding unit that performs decoding using the operation result and the selected reliability, thereby reducing the computational burden and table size.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If the number of dimensions D is increased to improve decoding capability, then the decoding performance is improved, but the calculation processing time for hard decision bits and reliability increases excessively

Engineering Contradiction:
Improvedecoding capabilityVSAvoidcalculation processing time
Core Design Contradiction:
ReliabilityVSLoss of time

Solution Approach 1:

The patent segments the D-dimensional pulse amplitude modulation symbols into multiple groups, where each group contains a subset of dimensions. The soft decision unit processes each group separately to calculate hard decision bits and reliabilities, rather than processing all D dimensions simultaneously. This segmentation reduces the computational complexity from O(2^N * D) to O(2^N * (D/G)), where G is the number of groups, thereby reducing calculation processing time while maintaining decoding capability.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent performs preliminary calculation of hard decision bits and reliabilities for each dimension independently before combining them. The soft decision unit pre-calculates the hard decision bit and reliability for each dimension of the pulse amplitude modulation symbols, storing these intermediate results. This preliminary action allows subsequent decoding stages to use these pre-computed values without recalculating, significantly reducing the overall calculation processing time.

Inventive Principle:
Principle #10Preliminary action

2Reliability

If the number of dimensions D is increased to improve decoding capability, then the decoding performance is improved, but the lookup table size becomes impractically large

Engineering Contradiction:
Improvedecoding capabilityVSAvoidlookup table size
Core Design Contradiction:
ReliabilityVSQuantity of substance

Solution Approach 1:

The patent divides the large D-dimensional lookup table requirement into multiple smaller lookup tables, each corresponding to a group of dimensions. Instead of creating a single lookup table with 2^N * D entries, the system creates G separate lookup tables, each with 2^N * (D/G) entries. This segmentation reduces the memory requirement from O(2^N * D) to O(2^N * (D/G)), making the system implementable for larger D values.

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The patent transforms the problem from a single large D-dimensional lookup table into multiple smaller tables organized in a hierarchical structure. By introducing the grouping dimension, the system replaces a flat 2^N * D table with a structured arrangement of G tables, each of size 2^N * (D/G). This dimensional reorganization reduces the peak memory requirement and allows for more efficient memory management.

Inventive Principle:
Principle #17Another dimension (Dimensionality change)

Data Source

PatentUS20250132774A1Error correction decoding device and error correction decoding method
Publication Date: 2025.04.24 MITSUBISHI ELECTRIC CORP
  • US20250132774A1 patent drawing
  • US20250132774A1 patent drawing
  • US20250132774A1 patent drawing

AI summary

An error correction decoding device includes processing circuitry configured to; acquire each of the pulse amplitude modulation symbols from a communication symbol sequence, calculate a first hard decision bit indicating positive and negative of a log posterior probability ratio of each of M bits, and calculate an absolute value of each of log posterior probability ratios as a first reliability; operate an exclusive OR of D×M first hard decision bits having been calculated; perform comparison of D×M first reliabilities having been calculated with each other, select one first reliability from the D×M first reliabilities on a basis of a result of the comparison, and output the one first reliability as a second reliability; and perform soft decision error correction decoding on an operation result of the exclusive OR and the second reliability.