m17-cxx-demod/tests
Derek Kozel 6622a947ae cmake: Refactored code structure into library with examples
The project now supplies the m17cxx library in a form usable by third
party applications. An example standalone CMake based app is included to
as a reference or starting place. The modulation and demodulation
utilities are included as apps.
2021-04-25 11:31:39 +01:00
..
CMakeLists.txt cmake: Refactored code structure into library with examples 2021-04-25 11:31:39 +01:00
CRC16Test.cpp Initial modulator work. 2020-12-18 22:30:07 -06:00
ConvolutionTest.cpp
Golay24Test.cpp Small update to DeviationError. Add unit tests to CMake build. Add Golay24 implementation and tests. 2020-12-06 19:37:18 -06:00
LinkSetupFrameTest.cpp Add unit tests for callsign encoding and decoding and change the encoding scheme to use big-endian encoding. 2021-04-05 20:04:02 -05:00
M17FramerTest.cpp Small update to DeviationError. Add unit tests to CMake build. Add Golay24 implementation and tests. 2020-12-06 19:37:18 -06:00
M17ModulatorTest.cpp Add byte-based puncturing, interleaver, and randomizer functions, plus associated utility functions. Fix queue template params. And add a WIP Modulator class. 2020-12-20 22:25:25 -06:00
M17RandomizerTest.cpp Add byte-based puncturing, interleaver, and randomizer functions, plus associated utility functions. Fix queue template params. And add a WIP Modulator class. 2020-12-20 22:25:25 -06:00
PolynomialInterleaverTest.cpp Add byte-based puncturing, interleaver, and randomizer functions, plus associated utility functions. Fix queue template params. And add a WIP Modulator class. 2020-12-20 22:25:25 -06:00
TrellisTest.cpp
UtilTest.cpp Add option to invert the input for demod. Indicate end-of-stream on demod. Add unit tests for the Util lib for bit operations and puncturing. 2021-02-27 12:48:22 -06:00
ViterbiTest.cpp