Archive notice: This repository is retained as a historical record of a 2019 GNU Radio radio-transient detector prototype. No further development or compatibility support is planned.
A research prototype for simulating, dedispersing, and detecting pulsar and radio-transient signals with GNU Radio and Jupyter.
For maintained GNU Radio radio-astronomy work, see
WVURAIL/gr-radio_astro.
Closely related 2019 dedispersion and detection work is preserved there at
v2019.10-dedisperse.
This repository remains the record for its own experimental variants,
notebooks, generated data, and test benches.
gr_oot_modules/ — historical GNU Radio out-of-tree modulesjupyter/ — simulation and detection notebooks with generated datahistorical_notebook_checkpoints/ — three unique intermediate notebook
states retained for preservationdocumentation/ — pipeline notes and figuresgr_testbenches/ — GNU Radio Companion flowgraphs and bench resultsc/ — placeholder README; no C implementation is presentThe out-of-tree modules and .grc files use the GNU Radio 3.7-era XML/SWIG
layout. They have not been ported or tested against current GNU Radio
releases. Several examples and notebooks contain machine-specific paths and
depend on unrecorded environments. See KNOWN_ISSUES.md
before attempting to reuse the code or interpret its results.
The archival cleanup removed generated CMake build trees, compiled Python
files, and two redundant notebook autosaves. Three checkpoint notebooks with
unique historical states are retained under historical_notebook_checkpoints/.
All original versions, including removed generated files, remain available in
Git history.
Some legacy testbenches preserved in gr-radio_astro retain their original
references to the generated binary data files under jupyter/; those paths
and files remain unchanged here.
Project contributors are recorded in CONTRIBUTORS.md.
The top-level LICENSE supplies GNU GPL version 3 text for software
files that invoke it. Individual files and imported scaffolding retain their
own notices; see NOTICE and LICENSE-CMake.txt.