WSJT-X/lib/ft8
Steve Franke e16e78790a Create chkcrc13a.f90. Should chkcrc12a, chkcrc13a, and chkcrc14a be combined into one routine? 2018-06-16 09:04:51 -05:00
..
DXpedQuickStart.txt Updates to the draft "DXpedition Quick Start Guide". 2017-12-13 20:38:20 +00:00
baseline.f90 Move FT8 files into their own directory. 2017-10-30 21:30:14 +00:00
bpdecode174.f90 Move FT8 files into their own directory. 2017-10-30 21:30:14 +00:00
bpdecode174_91.f90 Remove the need to re-order the parity-check matrix columns for compatibility with the generator matrix. Redefine the codeword to have the form [91 message bits|83 parity bits]. 2018-06-09 13:05:11 -05:00
chkcrc12a.f90 Move FT8 files into their own directory. 2017-10-30 21:30:14 +00:00
chkcrc13a.f90 Create chkcrc13a.f90. Should chkcrc12a, chkcrc13a, and chkcrc14a be combined into one routine? 2018-06-16 09:04:51 -05:00
chkcrc14a.f90 Make two sync passes, one for each sync array. Label candidates with their type and decode accordingly. 2018-06-05 16:44:52 -05:00
compress.f90 Move subroutine h1() to its own file, h1.f90. 2017-12-09 03:21:48 +00:00
encode174.f90 Edit some comments. No functional changes. 2018-02-24 21:40:47 +00:00
encode174_91.f90 Remove the need to re-order the parity-check matrix columns for compatibility with the generator matrix. Redefine the codeword to have the form [91 message bits|83 parity bits]. 2018-06-09 13:05:11 -05:00
extractmessage174.f90 New utility program ft8code. Remove unused references to recent_calls() in FT8 mode. 2018-01-30 15:25:10 +00:00
extractmessage174_91.f90 Make two sync passes, one for each sync array. Label candidates with their type and decode accordingly. 2018-06-05 16:44:52 -05:00
filt8.f90 Add a filtering for signals generated in ft8sim. Beware, not all options work. 2017-12-13 20:22:15 +00:00
foxfilt.f90 Several enhancements to DXpedition mode: 2017-12-27 21:06:57 +00:00
foxgen.f90 More changes to accommodate Hounds with compound calls. Fox CQs only every 4 Tx sequences. 2018-05-09 17:18:08 +00:00
foxgen_wrap.f90 Several enhancements to DXpedition mode: 2017-12-27 21:06:57 +00:00
ft8_downsample.f90 Move FT8 files into their own directory. 2017-10-30 21:30:14 +00:00
ft8_params.f90 Move FT8 files into their own directory. 2017-10-30 21:30:14 +00:00
ft8_testmsg.f90 Add a required file. 2018-01-30 15:28:03 +00:00
ft8apset.f90 AP decoding now works for type 2 frames. Also cleaned up and simplified AP implementation in ft8b_2. 2018-06-11 15:10:44 -05:00
ft8apset_174_91.f90 AP decoding now works for type 2 frames. Also cleaned up and simplified AP implementation in ft8b_2. 2018-06-11 15:10:44 -05:00
ft8b_1.f90 Fix a bug that caused some second-decoding-attempt log-likelihoods to become NaN. 2018-06-06 11:21:00 -05:00
ft8b_2.f90 AP decoding now works for type 2 frames. Also cleaned up and simplified AP implementation in ft8b_2. 2018-06-11 15:10:44 -05:00
ft8code.f90 Minor updates to ft8code.f90. 2018-01-30 16:13:56 +00:00
ft8d.f90 Move FT8 files into their own directory. 2017-10-30 21:30:14 +00:00
ft8sim.f90 Disable AP passes for type 2 frames, for now. Write some diagnostics to lun 81. 2018-06-07 11:40:25 -05:00
genft8.f90 Now generating Fox "<...>" messages, which set i3bit=1. 2017-12-07 21:36:25 +00:00
genft8_174_91.f90 Remove the need to re-order the parity-check matrix columns for compatibility with the generator matrix. Redefine the codeword to have the form [91 message bits|83 parity bits]. 2018-06-09 13:05:11 -05:00
genft8refsig.f90 Move FT8 files into their own directory. 2017-10-30 21:30:14 +00:00
h1.f90 Move subroutine h1() to its own file, h1.f90. 2017-12-09 03:21:48 +00:00
ldpc_174_87_params.f90 Move FT8 files into their own directory. 2017-10-30 21:30:14 +00:00
ldpc_174_91_c_colorder.f90 Make two sync passes, one for each sync array. Label candidates with their type and decode accordingly. 2018-06-05 16:44:52 -05:00
ldpc_174_91_c_generator.f90 Make two sync passes, one for each sync array. Label candidates with their type and decode accordingly. 2018-06-05 16:44:52 -05:00
ldpc_174_91_c_parity.f90 Make two sync passes, one for each sync array. Label candidates with their type and decode accordingly. 2018-06-05 16:44:52 -05:00
ldpc_174_91_c_reordered_parity.f90 Remove the need to re-order the parity-check matrix columns for compatibility with the generator matrix. Redefine the codeword to have the form [91 message bits|83 parity bits]. 2018-06-09 13:05:11 -05:00
ldpcsim174.f90 Changes to make it easier to test different codes. 2018-06-04 08:04:22 -05:00
ldpcsim174_91.f90 Remove the need to re-order the parity-check matrix columns for compatibility with the generator matrix. Redefine the codeword to have the form [91 message bits|83 parity bits]. 2018-06-09 13:05:11 -05:00
osd174.f90 Generalize osd174.f90 to permit deeper decoding, but keep depth settings as they were.1 2018-01-21 17:53:36 +00:00
osd174_91.f90 Remove the need to re-order the parity-check matrix columns for compatibility with the generator matrix. Redefine the codeword to have the form [91 message bits|83 parity bits]. 2018-06-09 13:05:11 -05:00
subtractft8.f90 Move FT8 files into their own directory. 2017-10-30 21:30:14 +00:00
sync8.f90 Make two sync passes, one for each sync array. Label candidates with their type and decode accordingly. 2018-06-05 16:44:52 -05:00
sync8d.f90 Change to Gray bit to symbol mapping for (174,91) messages. 2018-06-08 16:21:21 -05:00
twkfreq1.f90 Move FT8 files into their own directory. 2017-10-30 21:30:14 +00:00
watterson.f90 Move FT8 files into their own directory. 2017-10-30 21:30:14 +00:00