mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-06-25 12:07:49 +02:00
Further NR tuning
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user