added LDPC decoder version with fully computed LUT

This commit is contained in:
Ahmet Inan 2018-12-16 09:35:51 +01:00
commit b41799c84d
4 changed files with 242 additions and 1 deletions

View file

@ -1,6 +1,8 @@
/*
LDPC SISO layered decoder
This version stores only the first q bit positions
Copyright 2018 Ahmet Inan <inan@aicodix.de>
*/