mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 14:30:34 +00:00
removed now redundant erasing
This commit is contained in:
parent
ac25210651
commit
25d9f2218b
1 changed files with 0 additions and 2 deletions
|
|
@ -406,8 +406,6 @@ struct Decoder
|
|||
}
|
||||
std::cerr << std::endl;
|
||||
crc_bits = data_bits + 32;
|
||||
for (int i = data_tones * symbol_count * mod_bits; i < bits_max; ++i)
|
||||
perm[i] = 0;
|
||||
shuffle(code, perm);
|
||||
polardec(nullptr, mesg, code, frozen_bits, code_order);
|
||||
int best = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue