Wideband autonomous SDR analysis engine forked from sdr-visual-suite
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

6 行
187B

  1. @echo off
  2. REM Placeholder decoder. Replace with real D-STAR decoder binary.
  3. REM Usage: dstar_decoder --iq <path> --sample-rate <sr>
  4. echo D-STAR decoder placeholder. IQ=%2 SR=%4
  5. exit /b 0