How do switch blocks and selector blocks in GNU Radio work?
These two get mixed up all the time in GNU Radio because they sound similar but solve slightly different problems. I’ll explain them intuitively first, then a bit more technically,…
These two get mixed up all the time in GNU Radio because they sound similar but solve slightly different problems. I’ll explain them intuitively first, then a bit more technically,…
Here are some open-source GNU Radio flowgraphs / projects on GitHub that you can study or adapt when you want to choose between different SDR hardware sources (e.g., RTL-SDR, USRP,…
Short answer: no — not by itself 🙂 The QT GUI Vector Sink does not inherently show frequency offset from centre. It just plots whatever numbers you feed into it,…
Nice, this is a very GNU Radio–ish question 🙂 In GNU Radio, a complex number doesn’t have a “positive” or “negative” sign the way a real number does. If you…
How to figure flush value for GMU Radio GRC flowgraph which changes frequencies regularly and where saved data must not include data from previous frequency? Great question — this bites…
Presentation for meeting: https://www.astronomy.me.uk/wp-content/uploads/2026/01/Talk-Demo-BAA-GNU-Radio-Meeting-DRAFT-260126@2300.pdf Andrew Sutowski’s attempt to answer homework from last meeting: My own attempts to answer homework from last meeting: Exercise: Create your own AM radio: https://www.astronomy.me.uk/wp-content/uploads/2026/01/BAA-GNU-Radio-Meeting-Exercise-AM-Radio-201225.zip Exercise:…
Is there push button block in GNU Radio Companion? Yep — there is 👍 In GNU Radio (QT GUI) you’ve got a couple of button-style options, depending on what behavior…
These are both relatively long integration times on the Intel i5 MiniPC used for this experiment. The numbers are not equivalent – in both cases I attempted to obtain an…
ezRA’s ezGLon.py program studies cross sections of the Milky Way, along one Galactic Longitude (GLon). ezRA’s ezGLon.py program processes *GLon.npz files. Above, the ezGLon.py program errored because it found *Gal.npz…