mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-25 13:48:42 -05:00
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:
parent
dc0ed894f6
commit
ee1d8c885a
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user