mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-03 23:30:03 +01:00
narrower bandwidth actually improves decoding
This commit is contained in:
parent
5e67f036b4
commit
03049b79dd
|
|
@ -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")
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue