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

@ -15,7 +15,11 @@ Copyright 2018 Ahmet Inan <inan@aicodix.de>
#include <algorithm>
#include <functional>
#include "ldpc_encoder.hh"
#if 0
#include "ldpc_decoder.hh"
#else
#include "ldpc_decoder2.hh"
#endif
struct DVB_T2_TABLE_A1
{