Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 610 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 610 Bytes

5G-NR-LDPC

5G NR LDPC C++ implementation

C++ 11 or newer version needed to run the examples and use the code. No additional package is used, only standard library.

A good starting point is to run example_run.m

This implementation uses min-sum offset decoding algorithms, read LDPC_decoder_help_doc.pdf for detail.

Any questions, eamil juquan.justin.mao@gmail.com

Compiling issue