mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
the 2/3 LDPC code uses T=10 BCH code in DVB
This commit is contained in:
parent
d9b98653dd
commit
0e1a5a45e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue