From c91725fe015fa44997dcaaf9af8b5495c2d3d86a Mon Sep 17 00:00:00 2001 From: f4exb Date: Wed, 9 Nov 2016 04:03:12 +0100 Subject: [PATCH] Push decimators halfband filter order to 64 --- sdrbase/dsp/decimators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdrbase/dsp/decimators.h b/sdrbase/dsp/decimators.h index 4aa41c3e2..47a8bba45 100644 --- a/sdrbase/dsp/decimators.h +++ b/sdrbase/dsp/decimators.h @@ -24,7 +24,7 @@ #include "dsp/inthalfbandfilterdb.h" #endif -#define DECIMATORS_HB_FILTER_ORDER 48 +#define DECIMATORS_HB_FILTER_ORDER 64 template struct decimation_shifts