Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Jan Svabenik 8d0bea214c Attempt MinGW-host CUDA build path for Windows il y a 2 jours
..
dmr Add decoder tool stubs and refresh README il y a 3 jours
dstar Add decoder tool stubs and refresh README il y a 3 jours
fsk Add decoder tool stubs and refresh README il y a 3 jours
ft8 Add decoder tool stubs and refresh README il y a 3 jours
psk Add decoder tool stubs and refresh README il y a 3 jours
wspr Add decoder tool stubs and refresh README il y a 3 jours
README.md Wire WSJT decoders and map digital modes to USB il y a 3 jours
build-gpudemod-kernel.ps1 Attempt MinGW-host CUDA build path for Windows il y a 2 jours

README.md

Decoder Tools

Place external decoder binaries here and update config.yaml decoder commands.

Examples (Windows):

  • tools/ft8/ft8_decoder.bat
  • tools/wspr/wspr_decoder.bat
  • tools/dmr/dmr_decoder.bat
  • tools/dstar/dstar_decoder.bat
  • tools/fsk/fsk_decoder.bat
  • tools/psk/psk_decoder.bat

Each script should accept either IQ or audio:

--iq <path> --sample-rate <sr>

Or:

--audio <path> --sample-rate <sr>

The app replaces {iq}, {sr}, and {audio} placeholders in config commands.

Downloaded:

  • WSJT-X installed at: C:/WSJT/wsjtx-2.7.0-rc6 (jt9.exe, wsprd.exe)
  • fldigi installer: tools/fldigi/fldigi-latest.exe
  • dsd-neo binary: tools/dsd-neo/bin/dsd-neo.exe