mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2024-12-25 02:18:30 +01:00
Further NR tuning
This commit is contained in:
parent
2a5671878f
commit
91370993a2
@ -59,7 +59,7 @@ public:
|
||||
ifChainOutputChanged.handler = ifChainOutputChangeHandler;
|
||||
ifChain.init(vfo->output, &ifChainOutputChanged);
|
||||
|
||||
fmnr.block.init(NULL, 64);
|
||||
fmnr.block.init(NULL, 32);
|
||||
squelch.block.init(NULL, MIN_SQUELCH);
|
||||
|
||||
ifChain.add(&fmnr);
|
||||
|
Loading…
Reference in New Issue
Block a user