Skip to content

Minimised Python FT8 Receiver with Annotated Waterfall

License

Notifications You must be signed in to change notification settings

G1OJS/MiniPyFT8

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniPyFT8

This repo contains a minimised FT8 decoder written entirely in Python, using Matplotlib to display the waterfall.

It includes an annotated waterfall and LDPC decoder in about 300 lines of Python code.

It is a derivative of my fuller decoder PyFT8 which includes transmit capability but no waterfall. Please see the README in that repo for more information.

Screen.Recording.26-02-2026.15-01-25.mp4

Uses

This is really a 'toy' decoder but it illustrates what can be done in about 300 lines of Python. To run it, download the main Python file and run it as main from your favourite IDE, or develop it as you wish. I might make it into a PyPi package with a CLI at some point.

Acknowledgements

This project implements a decoder for the FT8 digital mode. FT8 was developed by Joe Taylor, K1JT, Steve Franke, K9AN, and others as part of the WSJT-X project. Protocol details are based on information publicly described by the WSJT-X authors and in related open documentation.

Some constants and tables (e.g. Costas synchronization sequence, LDPC structure, message packing scheme) are derived from the publicly available WSJT-X source code and FT8 protocol descriptions. Original WSJT-X source is © the WSJT Development Group and distributed under the GNU General Public License v3 (GPL-3.0), hence the use of GPL-3.0 in this repository.

About

Minimised Python FT8 Receiver with Annotated Waterfall

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages