Skip to content

Python scripts to use and visualize the output of rtl_power.

License

Notifications You must be signed in to change notification settings

CGrassin/rtl_power_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scripts for rtl_power

This repository contains a suite of simple Python scripts to use the output of the RTL-SDR rtl_power command (mostly for radio astronomy in my case). All scripts are independant and their usage and output are detailed below.

heatmap.py

Purpose: to draw a waterfall chart from rtl_power data. Original script for keenerd.

Usage: basic usage python heatmap.py input_file.csv output.png, call python heatmap.py -h for arguments breakdown.

flatten.py

Purpose: to convert the output of rtl_power to a 1D CSV file (grouping by frequency or time). Original script for keenerd.

Usage: basic usage python flatten.py input_file.csv > input_file_1D.csv, call python flatten.py -h for arguments breakdown.

plot_flatten.py

Purpose: to plot a flattened csv file.

Usage: basic usage python plot_flatten.py input_file_1D.csv.

About

Python scripts to use and visualize the output of rtl_power.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages