Add golay24_table.c to CMakeLists.txt.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6415 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2016-01-21 18:09:23 +00:00
parent dc0ed894f6
commit ee1d8c885a
2 changed files with 6 additions and 1 deletions

View File

@ -430,6 +430,7 @@ set (wsjt_CSRCS
${ka9q_CSRCS}
lib/ftrsd/ftrsd2.c
lib/sgran.c
lib/golay24_table.c
lib/gran.c
lib/igray.c
lib/init_random_seed.c

View File

@ -137,7 +137,11 @@ key "kv2001"
use only in amateur radio applications.
Since 2001 the KV decoder has been considered the best available soft-decision
decoder for Reed Solomon codes.
We describe here a new open-source alternative called the Franke-Taylor
\end_layout
\begin_layout Standard
We describe here a new open-source alternative called the Franke-Taylor
(FT, or K9AN-K1JT) soft-decision decoding algorithm.
It is conceptually simple, built around the well-known Berlekamp-Massey
errors-and-erasures algorithm, and in this application it performs even