Skip to content

Commit

Permalink
FT8: add encoding support to library and added more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
f4exb committed Mar 28, 2024
1 parent c833432 commit 2e9fc9d
Show file tree
Hide file tree
Showing 21 changed files with 1,330 additions and 493 deletions.
9 changes: 7 additions & 2 deletions ft8/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,27 +1,32 @@
project(ft8)

set(ft8_SOURCES
arrays.cpp
fft.cpp
fftbuffers.cpp
ft8.cpp
ft8plan.cpp
ft8plans.cpp
libldpc.cpp
osd.cpp
unpack.cpp
packing.cpp
pack0.cpp
unpack0.cpp
util.cpp
)

set(ft8_HEADERS
arrays.h
fft.h
fftbuffers.h
ft8.h
ft8plan.h
ft8plans.h
libldpc.h
osd.h
unpack.h
packing.h
pack0.h
unpack0.h
util.h
)

Expand Down
Loading

0 comments on commit 2e9fc9d

Please sign in to comment.