Skip to content

Instantly share code, notes, and snippets.

@jj1bdx
Last active July 21, 2024 06:42
Show Gist options
  • Save jj1bdx/ff3dea40795d6852aa404c16beba200b to your computer and use it in GitHub Desktop.
Save jj1bdx/ff3dea40795d6852aa404c16beba200b to your computer and use it in GitHub Desktop.
FST4W test script using WSJT-X latest version (after 2.3.0)
0000 0 80 0.0 1500. 0 JJ1BDX PM95 37 FST4

FST4W command line interface

Decoding/preparing audio files

See fst4wtest.sh

decoded.txt format

From KA7OEI's blog article:

The fields are

  • time UTC
  • unknown - possibly drift in Hz
  • SNR in dB
  • DT?
  • Audio frequency in Hz
  • unknown
  • Callsign received
  • Grid of received station
  • Reported TX power in dBm
  • Always "FST4"

References

[More to come?]

#!/bin/sh
~/bin/wsjtx/bin/fst4sim "JJ1BDX PM95 37" 120 1500 0.0 0 0 1 95 F
sox 000000_0001.wav -r 48k -e signed-integer -b 16 -t wav 000000_0001_48k.wav gain -12
sox 000000_0001_48k.wav -r 12k -e signed-integer -b 16 -t wav 000000_0001_12k.wav
jt9 -W -p 120 -f 1500 -F 200 000000_0001_12k.wav
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment