2018-08-13 15:00:02 +02:00
|
|
|
Minimal set of files required to build the FT8 decoder by Joe Taylor, K1JT and Steve Franke, K9AN.
|
2018-03-24 12:20:34 +01:00
|
|
|
|
|
|
|
The original sources can be found at:
|
|
|
|
|
2018-10-20 00:32:13 +02:00
|
|
|
https://sourceforge.net/p/wsjt/wsjtx/ci/master/tree/lib/ft8
|
2018-03-24 18:35:52 +01:00
|
|
|
|
2025-07-24 12:48:23 +02:00
|
|
|
A detailed description of the FT8 protocol can be found at:
|
2018-03-24 18:35:52 +01:00
|
|
|
|
2025-07-24 12:48:23 +02:00
|
|
|
https://wsjt.sourceforge.io/FT4_FT8_QEX.pdf
|
2018-04-02 08:10:52 +02:00
|
|
|
|
2020-07-11 17:09:44 +00:00
|
|
|
This FT8 decoder is mainly used with the FT8 application for the Red Pitaya board:
|
|
|
|
|
|
|
|
http://pavel-demin.github.io/red-pitaya-notes/sdr-transceiver-ft8
|
|
|
|
|
2018-04-02 08:10:52 +02:00
|
|
|
Changes from the original sources:
|
|
|
|
- ft8d.f90 is updated and working
|
2019-02-15 11:44:53 +01:00
|
|
|
- crc14.cpp is replaced with crc14.c
|
2018-04-02 08:10:52 +02:00
|
|
|
- hardcoded values are replaced with parameters in baseline.f90 and ft8b.f90
|
|
|
|
- input format is changed to complex samples at 4000 samples per second
|