https://github.com/dernasherbrezon/rtlspectrum
Analyze spectrograms created by rtl_power
https://github.com/dernasherbrezon/rtlspectrum
java javafx rtl-power rtl-sdr spectogram
Last synced: 13 days ago
JSON representation
Analyze spectrograms created by rtl_power
- Host: GitHub
- URL: https://github.com/dernasherbrezon/rtlspectrum
- Owner: dernasherbrezon
- License: apache-2.0
- Created: 2019-06-12T17:37:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-12-04T12:07:27.000Z (over 3 years ago)
- Last Synced: 2025-04-06T14:37:08.590Z (18 days ago)
- Topics: java, javafx, rtl-power, rtl-sdr, spectogram
- Language: Java
- Size: 775 KB
- Stars: 59
- Watchers: 8
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rtlSpectrum [](https://app.travis-ci.com/github/dernasherbrezon/rtlSpectrum) [](https://sonarcloud.io/dashboard?id=ru.r2cloud%3ArtlSpectrum)
Analyze spectrograms created by rtl_power
# Screenshots

# Features
* load from .csv file produced by rtl_power
* run rtl_power directly. it should be available in the $PATH
* add multiple graphs for analysis
* substract one graph from another
* save/export graph in the rtl_power based format# Installation
* Ensure you have java installed. Required version is Java 11+
* Go to [Releases](https://github.com/dernasherbrezon/rtlSpectrum/releases) tab
* Download the latest .jar file for your operating system. Supported operating systems are:
* Linux 64bit
* Windows 64bit
* MacOS Intel 64bit
* MacOS M1
* Run it using the command ```java -jar rtlSpectrum_win.jar```