mirror of
https://github.com/pavel-demin/ft8d.git
synced 2024-11-23 04:48:37 -05:00
20 lines
728 B
Plaintext
20 lines
728 B
Plaintext
Minimal set of files required to build the FT8 decoder by Joe Taylor, K1JT and Steve Franke, K9AN.
|
|
|
|
The original sources can be found at:
|
|
|
|
https://sourceforge.net/p/wsjt/wsjtx/ci/master/tree/lib/ft8
|
|
|
|
A brief description of the FT8 protocol can be found at:
|
|
|
|
http://physics.princeton.edu/pulsar/k1jt/ft8.txt
|
|
|
|
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
|
|
|
|
Changes from the original sources:
|
|
- ft8d.f90 is updated and working
|
|
- crc14.cpp is replaced with crc14.c
|
|
- hardcoded values are replaced with parameters in baseline.f90 and ft8b.f90
|
|
- input format is changed to complex samples at 4000 samples per second
|