mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-09 15:29:54 +02:00
Further NR tuning
This commit is contained in:
@@ -59,7 +59,7 @@ public:
|
|||||||
ifChainOutputChanged.handler = ifChainOutputChangeHandler;
|
ifChainOutputChanged.handler = ifChainOutputChangeHandler;
|
||||||
ifChain.init(vfo->output, &ifChainOutputChanged);
|
ifChain.init(vfo->output, &ifChainOutputChanged);
|
||||||
|
|
||||||
fmnr.block.init(NULL, 64);
|
fmnr.block.init(NULL, 32);
|
||||||
squelch.block.init(NULL, MIN_SQUELCH);
|
squelch.block.init(NULL, MIN_SQUELCH);
|
||||||
|
|
||||||
ifChain.add(&fmnr);
|
ifChain.add(&fmnr);
|
||||||
|
Reference in New Issue
Block a user