Expand description
Systematic code constructions.
This module contains a function parity_to_systematic
that can be used to
convert a full-rank parity check matrix into one that supports systematic
encoding using the first variables (as done by the systematic encoder in the
encoder
module) by permuting the columns of the parity
check matrix.
Enums§
- Error
- Systematic construction error.
Functions§
- parity_
to_ systematic - Permutes the columns of the parity check matrix to obtain a parity check matrix that supports systematic encoding using the first variables.