Wideband autonomous SDR analysis engine forked from sdr-visual-suite
選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- @echo off
- REM Placeholder decoder. Replace with real FT8 decoder binary.
- REM Usage: ft8_decoder --iq <path> --sample-rate <sr>
- echo FT8 decoder placeholder. IQ=%2 SR=%4
- exit /b 0
|