the 2/3 LDPC code uses T=10 BCH code in DVB

This commit is contained in:
Ahmet Inan 2021-07-22 09:24:45 +02:00
commit 0e1a5a45e4

View file

@ -514,7 +514,7 @@ static const int BCH_T = 12;
#if 1
typedef DVB_T2_TABLE_A3 TABLE;
static const float QEF_SNR = 0.3;
static const int BCH_T = 12;
static const int BCH_T = 10;
#endif
#if 0
typedef DVB_T2_TABLE_A6 TABLE;