Working waterfall with channel selection

This commit is contained in:
ha7ilm
2017-05-07 16:30:41 +02:00
parent 5b99240944
commit 33f5f57524
5 changed files with 85 additions and 5 deletions

View File

@ -135,6 +135,10 @@ class dsp:
return int(round(self.if_samp_rate()/31.25))
return 0
def secondary_bw(self):
if self.secondary_demodulator == "bpsk31":
return 31.25
def start_secondary_demodulator(self):
if(not self.secondary_demodulator): return
print "[openwebrx] starting secondary demodulator from IF input sampled at %d"%self.if_samp_rate()