From 964c3f0ea3e3a710ae1eb6aed091ba8fac8a7859 Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Fri, 10 Feb 2023 10:02:15 +0100 Subject: [PATCH] the distance needs to include the guard now --- decode.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decode.cc b/decode.cc index 3d5bd49..69dd89c 100644 --- a/decode.cc +++ b/decode.cc @@ -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 osc; osc.omega(frac_cfo);