mirror of
https://github.com/aicodix/modem.git
synced 2026-04-27 22:35:41 +00:00
the distance needs to include the guard now
This commit is contained in:
parent
e57afffecf
commit
964c3f0ea3
1 changed files with 1 additions and 1 deletions
|
|
@ -115,7 +115,7 @@ public:
|
|||
if (!process)
|
||||
return false;
|
||||
|
||||
frac_cfo = phase_max / value(symbol_len);
|
||||
frac_cfo = phase_max / value(symbol_len+guard_len);
|
||||
|
||||
DSP::Phasor<cmplx> osc;
|
||||
osc.omega(frac_cfo);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue