WSPR (amateur radio software)


WSPR stands for "Weak Signal Propagation Reporter". It is a protocol, implemented in a computer program, used for weak-signal radio communication between amateur radio operators. The protocol was designed, and a program written initially, by Joe Taylor, K1JT.
Software is now open source and is developed by a small team. The program is designed for sending and receiving low-power transmissions to test propagation paths on the MF and HF bands.
WSPR implements a protocol designed for probing potential propagation paths with low-power transmissions. Transmissions carry a station's callsign, Maidenhead grid locator, and transmitter power in dBm. The program can decode signals with S/N as low as −34 dB in a 2500 Hz bandwidth. Stations with internet access can automatically upload their reception reports to a central database called WSPRnet, which includes a mapping facility.

The WSPR Protocol

The type of radio emission is “F1D”, frequency-shift keying.
A message contains a station's callsign, Maidenhead grid locator, and transmitter power in dBm.
The WSPR protocol compresses the information in the message into 50 bits. These are encoded using a convolutional code with constraint length K = 32 and a rate of r = .
The long constraint length makes undetected decoding errors less probable, at the cost that the highly efficient Viterbi algorithm must be replaced by a simple sequential algorithm for the decoding process.

Protocol specification

The standard message is + <4 digit locator> + ; for example “K1ABC FN20 37” is a signal from station K1ABC in Maidenhead grid cell “FN20”, sending 103.7milliwatts, or about 5.0 Watts.
Messages with a compound callsign and/or 6 digit locator use a two-transmission sequence. The first transmission carries compound callsign and power level, or standard callsign, 4 digit locator, and power level; the second transmission carries a hashed callsign, 6 digit locator, and power level. Add-on prefixes can be up to three alphanumeric characters; add-on suffixes can be a single letter or one or two digits.
  • Standard message components after lossless compression:
  • Forward error correction :
  • Number of binary channel symbols:
  • Keying rate is = 1.4648 baud.
  • Modulation is continuous phase 4 FSK, with 1.4648 Hz tone separation.
  • Occupied bandwidth is about 6 Hz
  • Synchronization is via a 162 bit pseudo-random sync vector.
  • Each channel symbol conveys one sync bit and one data bit.
  • Duration of transmission is 162 × = 110.6 s.
  • Transmissions nominally start one second into an even UTC minute: e.g., at hh:00:01, hh:02:01, etc.
  • Minimum S/N for reception is around –34 dB on the WSJT scale.

    Applications

The protocol was designed to test propagation paths on the LF, MF and HF bands.
Also used experimentally at VHF and higher frequencies.
Other applications include antenna testing, frequency stability and frequency accuracy checking.
Usually a WSPR station contains a computer and a transceiver, but it is also possible to build very simple beacon transmitters with little effort.
For example a simple WSPR beacon can be built using the Si 570, or Si 5351. The Raspberry Pi can also be used as WSPR beacon.
Note - an accurate clock is essential both for transmission, and decoding of received signals.

History

WSPR was originally released in 2008.