wspr TXRX

WSPR (Weak Signal Propagation Reporter)
417 Downloads
Updated 28 Nov 2012

View License

The WSPR program is designed for sending and receiving low-power, ultra-low baud rate transmissions to chart the worldwide propagation paths on popular Amateur Radio bands. This program was initially written by Joe Taylor (K1JT), and released in 2008 and is maintained with periodic new releases.
The proven successful communication construct of WSPR is an interesting case study for an ultra-low baud communication for Matlab analysis environment. The elements of this program are also successfully used in Amateur Radio Earth-Moon-Earth bounce communication. wspr_transmit.m begins with packing the transmit data; callsign + maidenhead + power. The packed data is FEC encoded with Layland-Lushbaugh Polynomials, interleaved and sync sequence added in producing signal.dat. wspr_receive.m reverses the process using fano decoder, originally ported from Phil Karn(KA9Q)'s c-code.
Signal.dat can be used in building simple SDR for personalized wspr beacons. Details can be found in the Internet.
In the zip file, the Matlab wspr_transmit .m produces signal.dat that is the over-the-air channel signal payload. It is then used by wspr_receive code to recover the original message. All the intermediate processing values are displayed for analysis. Maidenhead locator can be generated using madenhead.m to convert from longitude and latitude values.

Cite As

Jonathon Cheah (2024). wspr TXRX (https://www.mathworks.com/matlabcentral/fileexchange/39221-wspr-txrx), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2012a
Compatible with any release
Platform Compatibility
Windows macOS Linux
Categories
Find more on PHY Components in Help Center and MATLAB Answers

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0