mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 22:19:04 +00:00
fix initial demodulator parameters
This commit is contained in:
parent
5bb14a8997
commit
f03a6c127e
2 changed files with 5 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ class DemodulatorChain(Chain):
|
|||
self.decimation = FirDecimate(decimation, transition)
|
||||
|
||||
bp_transition = 320.0 / if_samp_rate
|
||||
self.bandpass = Bandpass(bp_transition, use_fft=True)
|
||||
self.bandpass = Bandpass(transition=bp_transition, use_fft=True)
|
||||
|
||||
self.squelch = Squelch(5)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue