1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2025-05-29 13:32:26 -04:00

Push decimators halfband filter order to 64

This commit is contained in:
f4exb 2016-11-09 04:03:12 +01:00
parent 0a6dc5db37
commit c91725fe01

View File

@ -24,7 +24,7 @@
#include "dsp/inthalfbandfilterdb.h" #include "dsp/inthalfbandfilterdb.h"
#endif #endif
#define DECIMATORS_HB_FILTER_ORDER 48 #define DECIMATORS_HB_FILTER_ORDER 64
template<uint SdrBits, uint InputBits> template<uint SdrBits, uint InputBits>
struct decimation_shifts struct decimation_shifts