extend default WFM bandwidth to 150kHz, allowing up to 200kHz

This commit is contained in:
Jakob Ketterl
2021-01-14 23:47:12 +01:00
parent 3273716706
commit 1b36baad88
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ Filter.prototype.getLimits = function() {
if (this.demodulator.get_secondary_demod() === 'pocsag') {
max_bw = 12500;
} else if (this.demodulator.get_modulation() === 'wfm') {
max_bw = 80000;
max_bw = 100000;
} else if (this.demodulator.get_modulation() === 'drm') {
max_bw = 100000;
} else if (this.demodulator.get_secondary_demod() === 'packet') {