mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 22:35:41 +00:00
eight reserved tones are enough
This commit is contained in:
parent
d32860f7af
commit
0b99170d62
1 changed files with 1 additions and 1 deletions
|
|
@ -195,7 +195,7 @@ struct Encoder
|
|||
code_off = offset - cons_cols / 2;
|
||||
mls0_off = offset - mls0_len + 1;
|
||||
mls1_off = offset - mls1_len / 2;
|
||||
int reserved_tones = 32;
|
||||
int reserved_tones = 8;
|
||||
value kern_fac = 1 / value(10 * reserved_tones);
|
||||
for (int i = 0; i < reserved_tones / 2; ++i) {
|
||||
fdom[bin(code_off-1-i)] = kern_fac;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue