mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-20 22:05:13 +00:00
use new csdr++ firdecimate
This commit is contained in:
parent
2d183ffeac
commit
4a68c9d3da
2 changed files with 2 additions and 2 deletions
|
|
@ -120,7 +120,7 @@ class Dsp(DirewolfConfigSubscriber):
|
|||
return chain
|
||||
chain += ["csdr++ shift --fifo {shift_pipe}"]
|
||||
if self.decimation > 1:
|
||||
chain += ["csdr fir_decimate_cc {decimation} {ddc_transition_bw} HAMMING"]
|
||||
chain += ["csdr++ firdecimate {decimation} {ddc_transition_bw} --window hamming"]
|
||||
chain += ["csdr bandpass_fir_fft_cc --fifo {bpf_pipe} {bpf_transition_bw} HAMMING"]
|
||||
if self.output.supports_type("smeter"):
|
||||
chain += [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue