mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 22:35:41 +00:00
oops
This commit is contained in:
parent
dd42da2607
commit
15fd494b07
1 changed files with 1 additions and 1 deletions
|
|
@ -190,7 +190,7 @@ struct Decoder : Common
|
|||
chan[i] = DSP::lerp(chan[i], tone[i], value(0.5));
|
||||
CODE::MLS seq0(mls0_poly, mls0_seed);
|
||||
for (int i = 0; i < tone_count; ++i)
|
||||
chan[i] = nrz(seq0()) * tone[i];
|
||||
chan[i] *= nrz(seq0());
|
||||
for (int i = 0; i < symbol_len; ++i)
|
||||
tdom[i] = buf[i+symbol_pos+symbol_len+extended_len] * osc();
|
||||
for (int i = 0; i < guard_len; ++i)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue