From 4b253f888de0105ffa840a45cff363218d10e4ef Mon Sep 17 00:00:00 2001 From: Jonathan Naylor Date: Mon, 3 Jul 2017 20:29:52 +0100 Subject: [PATCH] Increase the boxcar level. --- IO.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IO.cpp b/IO.cpp index f1ad830..38e45a0 100644 --- a/IO.cpp +++ b/IO.cpp @@ -23,7 +23,7 @@ #include "IO.h" // One symbol boxcar filter -static q15_t BOXCAR_FILTER[] = {3000, 3000, 3000, 3000, 3000, 0}; +static q15_t BOXCAR_FILTER[] = {6000, 6000, 6000, 6000, 6000, 0}; const uint16_t BOXCAR_FILTER_LEN = 6U; const uint16_t DC_OFFSET = 2048U;