mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-09 00:14:57 +00:00
introduce a filter for d-star
This commit is contained in:
parent
c1bfb480e7
commit
69d9a5ae79
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,7 @@ class Dstar(DigihamChain):
|
|||
fskDemodulator=FskDemodulator(samplesPerSymbol=10),
|
||||
decoder=DstarDecoder(),
|
||||
mbeMode=Modes.DStarMode,
|
||||
filter=WideRrcFilter(),
|
||||
codecserver=codecserver
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue