increase bandwidth for packet to 12.5kHz

This commit is contained in:
Jakob Ketterl
2020-11-30 17:13:03 +01:00
parent daf2848c4d
commit a8bd13f7e6
2 changed files with 8 additions and 2 deletions

View File

@ -252,7 +252,7 @@ class ServiceHandler(SdrSourceEventClient):
d.set_center_freq(center_freq)
if mode == "packet":
d.set_demodulator("nfm")
d.set_bpf(-4000, 4000)
d.set_bpf(-6250, 6250)
elif mode == "wspr":
d.set_demodulator("usb")
# WSPR only samples between 1400 and 1600 Hz