Hi Derek - I have a question regarding the installation of gr-sigmf.
Prior to installing gr-sigmf, I installed SigMF-0.0.2. I just did a pull
and the version didn't change.
Things appears to be working - I just did a simple test using the
source/sink grc file
I don't remember where I downl
Will this workshop be recorded and posted on YouTube?
Sincerely,
Alex-M-Humberstone
PhD Student
Klipsch School of Electrical Engineering
New Mexico State University (NMSU)
Las Cruces, New Mexico, USA
On Wed, 12 Jan 2022 at 15:46, Derek Kozel wrote:
> Hi folks,
>
> The Signal Metadata Format (
Hi folks,
The Signal Metadata Format (SigMF) has seen specification improvement,
greater adoption, and will likely continue to see growth over the coming
year including greater integration into GNU Radio. With the version 1.0
release finally here, there has never been a better time to learn mo
Yes, since blocks are normal C++ classes, BUT.
But it's probably not a good idea: each block runs in their own thread. Accessing anything
at anytime is not guaranteed to be safe, unless *you* put safeguards there. Generally,
blocks should only interact in one of three ways:
1. If the data you