quantumgizmos / ldpc

A belief propagation decoder for low density parity check (LDPC) codes
MIT License
69 stars 25 forks source link

Relative servial bp schedule #27

Closed lucasberent closed 8 months ago

lucasberent commented 8 months ago

Adds BP schedule that reorders bit order schedule in each BP iteration according to LLRs s.t. more reliable bits are treated first.

quantumgizmos commented 8 months ago

Good to go once merge conflicts are resolved