NFM demod: adjusted AF squelch high frequency

pull/6/head
f4exb 2015-09-13 15:34:06 +02:00
rodzic 4246fb6381
commit e16b3a247b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -26,7 +26,7 @@
#include "dsp/pidcontroller.h"
#include "dsp/dspengine.h"
static const Real afSqTones[2] = {1200.0, 8000.0}; // {1200.0, 8000.0};
static const Real afSqTones[2] = {1200.0, 6400.0}; // {1200.0, 8000.0};
MESSAGE_CLASS_DEFINITION(NFMDemod::MsgConfigureNFMDemod, Message)