the distance needs to include the guard now

This commit is contained in:
Ahmet Inan 2023-02-10 10:02:15 +01:00
commit 964c3f0ea3

View file

@ -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);