gr-analysis
gr-analysis copied to clipboard
Tools for High Sample Rate Recording and Post-Processing in GNURadio
I'm using a USRP B200 with GRC and I want to get timestamps for whenever something is received. Trying to run a flowgraph while specrec is running results in the...
When attempting to compile under Ubuntu 18.04.1, I receive this fatal error: > gr-analysis/apps/record/specrec.cpp:36:10: fatal error: uhd/utils/atomic.hpp: No such file or directory #include ^~~~~~~~~~~~~~~~~~~~~~ compilation terminated. apps/record/CMakeFiles/specrec.dir/build.make:62: recipe for target...
Hi, With UHD 3.10.2 PyBOMBS compilation fails due to a wrong uhd included header. To solve the issue, it is enough to replace line 20 of specrec.cpp with `#include `
Build fails on CENTOS/RHEL 7.3 due to -std=c++14 flag introduced in #8. GCC Version is 4.8.5, probably too old for that standard? Workaround is -std=c++11 in CMakeLists.txt
Something in newer releases of UHD causes both PyBombs and from source builds to fail. I get the same errors with either PyBombs or if I try to Build from...
Tried with variations including --detachhdr 0, etc. Program becomes unresponsive once it beings to start sampling. Reducing the sampling rate something really small (25k) doesn't seem to have any effect....
So actually wondering, does specrec support saving files as fc32? Ran into this error when trying to load a saved .dat and .dat.hdr file with GNURadio's File Meta Source ```...