Go to file
Eric Wild ff872c64ae init
uhd tool to send gmsk/8psk bursts while synchronously toggling the first
gpio pin of a b2xx.
sends one burst per second.

example usage:

cd burst-sender
mkdir build
cd build
cmake ..
make -j
cd ..
build/burstelchen -burstpath ./gmsk_tsc0/ -extref -txgain 50

requires uhd to build.
2023-03-30 20:03:02 +02:00
8psk_tsc0 init 2023-03-30 20:03:02 +02:00
gmsk_tsc0 init 2023-03-30 20:03:02 +02:00
.clang-format init 2023-03-30 20:03:02 +02:00
.clang-tidy init 2023-03-30 20:03:02 +02:00
.clangd init 2023-03-30 20:03:02 +02:00
.gitignore init 2023-03-30 20:03:02 +02:00
CMakeLists.txt init 2023-03-30 20:03:02 +02:00
Readme.md init 2023-03-30 20:03:02 +02:00
argvhelper.h init 2023-03-30 20:03:02 +02:00
burstelchen.cpp init 2023-03-30 20:03:02 +02:00
filehelper.h init 2023-03-30 20:03:02 +02:00
main.cpp init 2023-03-30 20:03:02 +02:00

Readme.md

uhd tool to send gmsk/8psk bursts while synchronously toggling the first gpio pin of a b2xx.

sends one burst per second.

example usage:

cd burst-sender
mkdir build
cd build
cmake ..
make -j
cd ..
build/burstelchen -burstpath ./gmsk_tsc0/ -extref -txgain 50

requires uhd to build.