mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 22:35:44 +00:00
added LDPC decoder version with fully computed LUT
This commit is contained in:
parent
e06c954148
commit
b41799c84d
4 changed files with 242 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue