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

6 行
179B

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