ms: add demod test tool and data

It just uses the viterbi equalizer and the sigproclib to generate and
demodulate bursts and prints the bits, only useful for
development.

Change-Id: I852e34d9667d1f12f235f8b3da1fcc0d738b2db9
This commit is contained in:
Eric
2023-07-25 18:43:24 +02:00
committed by Eric Wild
parent d8a1dee2c9
commit 1f8eb7c658
8 changed files with 553 additions and 0 deletions

View File

@@ -374,6 +374,7 @@ AC_CONFIG_FILES([\
tests/CommonLibs/Makefile \
tests/Transceiver52M/Makefile \
utils/Makefile \
utils/va-test/Makefile \
doc/Makefile \
doc/examples/Makefile \
contrib/Makefile \