From 03049b79dd4e2c95f0cdf7ec02d1653c7354f9b9 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Wed, 15 May 2019 11:33:23 +0200 Subject: [PATCH] narrower bandwidth actually improves decoding --- htdocs/openwebrx.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/openwebrx.js b/htdocs/openwebrx.js index dfdfafc..979edf5 100644 --- a/htdocs/openwebrx.js +++ b/htdocs/openwebrx.js @@ -436,8 +436,8 @@ function demodulator_default_analog(offset_frequency,subtype) } else if(subtype=="dmr" || subtype=="ysf") { - this.low_cut=-6500; - this.high_cut=6500; + this.low_cut=-4000; + this.high_cut=4000; } else if(subtype=="dstar" || subtype=="nxdn") {