Linux pyrtlsdr no longer available – what can be used instead during installation of ezRA?
I collect data with free Linux PCs. I find my Windows 10 PC is running Python 3.9.4, which does not show a problem. I see available Win11 Python version 3.12…
I collect data with free Linux PCs. I find my Windows 10 PC is running Python 3.9.4, which does not show a problem. I see available Win11 Python version 3.12…
Maybe your answer is explained at about https://www.youtube.com/watch?v=YXuPDJVRbd0&t=1892sor maybe starting back at https://www.youtube.com/watch?v=YXuPDJVRbd0&t=1083swhere I explain the tangential velocity method.The radius from the Galactic Center to the tangential gas cloud is…
AM demod looks simple on the surface, but under the hood it’s doing a couple of neat little tricks. If the built-in AM demod block vanished overnight, you’d rebuild it…
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,…
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…
Converting a Python GNU Radio block into C++ is very doable, but it’s not a mechanical translation — you’re moving from a runtime-defined block to a compiled, typed one that…