1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-07 00:14:49 -04:00

Tx ph.2: UpChannelizer: use order 64 filter as longer orders do not improve image rejection

This commit is contained in:
f4exb
2016-10-31 00:33:20 +01:00
parent 06b2c4930e
commit 004cbcb060
+1 -1
View File
@@ -25,7 +25,7 @@
#include "util/message.h"
#include "dsp/inthalfbandfilter.h"
#define UPCHANNELIZER_HB_FILTER_ORDER 80
#define UPCHANNELIZER_HB_FILTER_ORDER 64
class MessageQueue;