From 91370993a272ba4236ea2aa679b156d1bcdd1989 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Wed, 8 Dec 2021 03:07:52 +0100 Subject: [PATCH] Further NR tuning --- decoder_modules/radio/src/radio_module.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decoder_modules/radio/src/radio_module.h b/decoder_modules/radio/src/radio_module.h index d6bab955..15046eab 100644 --- a/decoder_modules/radio/src/radio_module.h +++ b/decoder_modules/radio/src/radio_module.h @@ -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);