Module nr5g

Module nr5g 

Source
Expand description

5G NR CLI subcommand.

This subcommand can be used to generate the LDPC codes used in 5G NR. It prints the alist of the parity matrix to stdout, and optionally computes and prints the girth of the Tanner graph. Se crate::codes::nr5g for more information about the 5G NR LPDC codes.

§Examples

The base graph 1 with lifting size 32 can be generate with

$ ldpc-toolbox 5g --base-graph 1 --lifting-size 32

Its girth is computed with

$ ldpc-toolbox 5g --base-graph 1 --lifting-size 32 --girth

Structs§

Args
5G NR arguments.