You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 months ago | |
---|---|---|
8psk_tsc0 | 2 months ago | |
gmsk_tsc0 | 2 months ago | |
.clang-format | 2 months ago | |
.clang-tidy | 2 months ago | |
.clangd | 2 months ago | |
.gitignore | 2 months ago | |
CMakeLists.txt | 2 months ago | |
Readme.md | 2 months ago | |
argvhelper.h | 2 months ago | |
burstelchen.cpp | 2 months ago | |
filehelper.h | 2 months ago | |
main.cpp | 2 months ago |
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.