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 changed files with 1 additions and 1 deletions

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;