mirror of
https://github.com/aicodix/code.git
synced 2026-04-27 14:30:36 +00:00
no CRC per default with PAC codes
This commit is contained in:
parent
f9dad0397b
commit
246c013896
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ int main()
|
|||
const int MAX_N = 1 << MAX_M;
|
||||
const int M = 7;
|
||||
const int N = 1 << M;
|
||||
const bool crc_aided = true;
|
||||
const bool crc_aided = false;
|
||||
CODE::CRC<uint16_t> crc(0xA8F4);
|
||||
const int C = 16;
|
||||
int K = R * N + crc_aided * C;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue