Fork of CygnusRFI, draft port to Python 3. Upstream: https://github.com/0xCoto/CygnusRFI https://spacecruft.org/spacecruft/CygnusRFI
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jeff Moe 74aacf4dca
Add top_block built with recent gnuradio
5 months ago
img Example RFI plot 5 months ago
scripts rm old plots to not re-use 5 months ago
.gitignore ignore plots 5 months ago
CygnusRFI.py Reformat python code with black 5 months ago
LICENSE Update LICENSE 3 years ago
README-example.md Add example terminal output 5 months ago
README-rotator.md Rotator notes 5 months ago
README-upstream.md Upstream README 5 months ago
README.md Forum thread linky 5 months ago
pfb-gain-10.grc New gnuradio GRC at 10 gain 5 months ago
pfb.grc Create pfb.grc 3 years ago
pfb.grc.orig New gnuradio GRC at 10 gain 5 months ago
requirements-dev.txt Add black formatting dep for development 5 months ago
requirements.txt matplotlib dep 5 months ago
rfi_plotter.py Reformat python code with black 5 months ago
top_block-gain-10.py Reformat python code with black 5 months ago
top_block-gain-30.py Reformat python code with black 5 months ago
top_block-latest.py Add top_block built with recent gnuradio 5 months ago
top_block.py Reformat python code with black 5 months ago

README.md

CygnusRFI: An open-source RFI analysis tool for Ground Stations & Radio Telescopes

This is a port of CygnusRFI from Python 2 to Python 3.

RF Plot

Setup

Install dependencies.

sudo apt install --no-install-recommends python3-pip python3-virtualenv	\
	gnuradio gr-osmosdr

Install CygnusRFI fork.

git clone https://spacecruft.org/spacecruft/CygnusRFI.git
cd CygnusRFI/
virtualenv -p python3 env
source env/bin/activate
pip install --upgrade pip
pip install -r requirements.txt

Use

Example:

export PYTHONPATH=/usr/lib/python3/dist-packages:/usr/lib/python3/site-packages:$PYTHONPATH

python CygnusRFI.py -b 2400000 -c 2048 -t 0.5 -d 5 -f 400000000 -F 430000000

See example output: README-example.md.

Help

Help output.

$ python CygnusRFI.py -h
usage: CygnusRFI.py [-h] -b BANDWIDTH [-c CHANNELS] [-t T_INT] -d DURATION -f FMIN -F FMAX

options:
  -h, --help            show this help message and exit
  -b BANDWIDTH, --bandwidth BANDWIDTH
  -c CHANNELS, --channels CHANNELS
  -t T_INT, --t_int T_INT
  -d DURATION, --duration DURATION
  -f FMIN, --fmin FMIN
  -F FMAX, --fmax FMAX

Upstream

See README-upstream.md

https://github.com/0xCoto/CygnusRFI

CygnusRFI was created by Apostolos Spanakis-Misirlis.

Contact: 0xcoto@protonmail.com

See also forum thread:

Status

It appears to be working, but has been minimally tested.

Tested on Raspberry Pi 4 with Debian stable (11/bullseye).

Using Nooelec Smartee SDR:

Bus 001 Device 003: ID 0bda:2838 Realtek Semiconductor Corp. RTL2838 DVB-T

Copyright

Upstream sources under their respective copyrights.

License, same as upstream: GPLv3.

Copyright © 2023, Jeff Moe.