Module labrador_ldpc::codes [] [src]

This module contains the available LDPC codes, and the associated constants and methods to load their generator and parity check matrices.

Structs

CodeParams

Parameters for a given LDPC code.

ParityIter

Iterator over a code's parity check matrix.

Enums

LDPCCode

Available LDPC codes, and methods to encode and decode them.

Constants

TC128_PARAMS

Code parameters for the TC128 code

TC256_PARAMS

Code parameters for the TC256 code

TC512_PARAMS

Code parameters for the TC512 code

TM1280_PARAMS

Code parameters for the TM1280 code

TM1536_PARAMS

Code parameters for the TM1536 code

TM2048_PARAMS

Code parameters for the TM2048 code

TM5120_PARAMS

Code parameters for the TM5120 code

TM6144_PARAMS

Code parameters for the TM6144 code

TM8192_PARAMS

Code parameters for the TM8192 code