mirror of
https://github.com/pavel-demin/ft8d.git
synced 2024-11-13 23:51:47 -05:00
Minimal set of files required to build the FT8 decoder by Joe Taylor, K1JT and Steve Franke, K9AN. https://github.com/pavel-demin/ft8d
AUTHORS | ||
baseline.f90 | ||
bpdecode174_91.f90 | ||
chkcall.f90 | ||
chkcrc14a.f90 | ||
COPYING | ||
crc14.c | ||
crc.f90 | ||
deg2grid.f90 | ||
determ.f90 | ||
encode174_91.f90 | ||
extractmessage174_91.f90 | ||
fftw3.f03 | ||
fftw3.f90 | ||
fftw3mod.f90 | ||
fmtmsg.f90 | ||
four2a.f90 | ||
ft8_downsample.f90 | ||
ft8_params.f90 | ||
ft8b.f90 | ||
ft8d.f90 | ||
genft8.f90 | ||
genft8refsig.f90 | ||
grid2deg.f90 | ||
indexx.f90 | ||
ldpc_174_91_c_generator.f90 | ||
ldpc_174_91_c_reordered_parity.f90 | ||
Makefile | ||
osd174_91.f90 | ||
packjt77.f90 | ||
packjt.f90 | ||
pctile.f90 | ||
pfx.f90 | ||
polyfit.f90 | ||
README | ||
shell.f90 | ||
subtractft8.f90 | ||
sync8.f90 | ||
sync8d.f90 | ||
twkfreq1.f90 |
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 Changes from the original sources: - ft8d.f90 is updated and working - crc10.cpp and crc12.cpp are replaced with crc10.c and crc12.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