From fd6b24d3d078cc07d554d65f8aba45e403cbaa55 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 21 Jan 2016 18:09:23 +0000 Subject: [PATCH] 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 --- CMakeLists.txt | 1 + lib/ftrsd/ftrsd_paper/ftrsd.lyx | 6 +++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6fc84fc4e..a0dac4603 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/lib/ftrsd/ftrsd_paper/ftrsd.lyx b/lib/ftrsd/ftrsd_paper/ftrsd.lyx index ab7e219a7..9ff2c0b89 100644 --- a/lib/ftrsd/ftrsd_paper/ftrsd.lyx +++ b/lib/ftrsd/ftrsd_paper/ftrsd.lyx @@ -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