All Projects → xmikos → Qspectrumanalyzer

xmikos / Qspectrumanalyzer

Licence: gpl-3.0
Spectrum analyzer for multiple SDR platforms (PyQtGraph based GUI for soapy_power, hackrf_sweep, rtl_power, rx_power and other backends)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Qspectrumanalyzer

Soapy power
Obtain power spectrum from SoapySDR devices (RTL-SDR, Airspy, SDRplay, HackRF, bladeRF, USRP, LimeSDR, etc.)
Stars: ✭ 88 (-87%)
Mutual labels:  fft, radio, sdr, rtl-sdr, software-defined-radio, hackrf
Gqrx
Software defined radio receiver powered by GNU Radio and Qt.
Stars: ✭ 1,934 (+185.67%)
Mutual labels:  fft, sdr, rtl-sdr, hackrf, qt
Easy Sdr
This project is about creation of affordable and easy-to-manufacture prototypes of PCBs which are used to expand the capabilities of existing low-cost SDR receivers based on RTL2832U chip.
Stars: ✭ 275 (-59.38%)
Mutual labels:  radio, sdr, rtl-sdr, hackrf
gqrx
Software defined radio receiver powered by GNU Radio and Qt.
Stars: ✭ 2,345 (+246.38%)
Mutual labels:  sdr, rtl-sdr, fft, hackrf
urh
Universal Radio Hacker: Investigate Wireless Protocols Like A Boss
Stars: ✭ 9,060 (+1238.26%)
Mutual labels:  radio, sdr, rtl-sdr, hackrf
Airspy Fmradion
Software decoder for FM/AM broadcast radio with AirSpy R2 / Mini, Airspy HF+, and RTL-SDR
Stars: ✭ 59 (-91.29%)
Mutual labels:  radio, sdr, rtl-sdr, software-defined-radio
RTLion
Multipurpose RTL-SDR Framework for RTL2832 based DVB-T receivers
Stars: ✭ 88 (-87%)
Mutual labels:  radio, sdr, rtl-sdr, software-defined-radio
Frequensea
Visualizing the frequency spectrum.
Stars: ✭ 127 (-81.24%)
Mutual labels:  fft, rtl-sdr, hackrf
SDR Matlab LTE
📡 Using Software Designed Radio to transmit LTE downlink signals at 2.4 GHz
Stars: ✭ 21 (-96.9%)
Mutual labels:  radio, sdr, software-defined-radio
Localradio
📻 LocalRadio is "Radio for Cord-Cutters" – a Software-Defined Radio (SDR) app for your Mac and mobile devices. With an inexpensive RTL-SDR USB device, LocalRadio provides a casual, home-based radio listening experience for your favorite local frequencies - FM broadcasts/free music/news/sports/weather/public safety & aviation scanner/etc.
Stars: ✭ 269 (-60.27%)
Mutual labels:  radio, sdr, rtl-sdr
Adsb Out
📶 1090ES ADS-B Out Add-on
Stars: ✭ 74 (-89.07%)
Mutual labels:  radio, sdr, hackrf
rtlsdr-wsprd
WSPR daemon for RTL receivers
Stars: ✭ 93 (-86.26%)
Mutual labels:  radio, sdr, rtl-sdr
Rtlsdr Scanner
A cross platform Python frequency scanning GUI for the OsmoSDR rtl-sdr library
Stars: ✭ 544 (-19.65%)
Mutual labels:  radio, sdr, rtl-sdr
Pagermon
Multimon-ng pager message parser and viewer
Stars: ✭ 154 (-77.25%)
Mutual labels:  radio, sdr, software-defined-radio
Hackrf
low cost software radio platform
Stars: ✭ 4,286 (+533.09%)
Mutual labels:  radio, sdr, hackrf
RTLSDR-Airband
Multichannel AM/NFM demodulator
Stars: ✭ 487 (-28.06%)
Mutual labels:  sdr, rtl-sdr, software-defined-radio
Btle
Bluetooth Low Energy (BLE) packet sniffer and transmitter for both standard and non standard (raw bit) based on Software Defined Radio (SDR).
Stars: ✭ 411 (-39.29%)
Mutual labels:  sdr, software-defined-radio, hackrf
Rfsec Toolkit
RFSec-ToolKit is a collection of Radio Frequency Communication Protocol Hacktools.无线通信协议相关的工具集,可借助SDR硬件+相关工具对无线通信进行研究。Collect with ♥ by HackSmith
Stars: ✭ 1,085 (+60.27%)
Mutual labels:  radio, sdr, hackrf
RF-List
RFSec tools
Stars: ✭ 98 (-85.52%)
Mutual labels:  radio, sdr, hackrf
vor-python-decoder
Decodes VOR signal from WAV file to get the bearing to your position
Stars: ✭ 33 (-95.13%)
Mutual labels:  radio, sdr, rtl-sdr

QSpectrumAnalyzer

Spectrum analyzer for multiple SDR platforms (PyQtGraph based GUI for soapy_power, hackrf_sweep, rtl_power, rx_power and other backends)

Screenshots

.. image:: https://xmikos.github.io/qspectrumanalyzer/qspectrumanalyzer_screenshot.png

.. image:: https://xmikos.github.io/qspectrumanalyzer/qspectrumanalyzer_screenshot2.png

Requirements

Backends

Default backend


soapy_power is the default and recommended universal SDR backend in QSpectrumAnalyzer. It is based on SoapySDR <https://github.com/pothosware/SoapySDR>_ and supports nearly all SDR platforms (RTL-SDR, HackRF, Airspy, SDRplay, LimeSDR, bladeRF, USRP and some other SDR devices). It is highly configurable (see additional parameters help in Settings menu) and supports short acquisition time for near real-time continuous measurement.

Other backends


hackrf_sweep backend enables wideband spectrum monitoring by rapidly retuning the radio without requiring individual tuning requests from the host computer. This allows unprecedented sweep rate of 8 GHz per second. Only HackRF is supported.

rtl_power_fftw is alternative backend for RTL-SDR devices and has various benefits over rtl_power. E.g. better FFT performance (thanks to use of fftw library) and possibility to use short acquisition time for near real-time continuous measurement (minimum interval in original rtl_power is 1 second).

rtl_power is original backend for RTL-SDR devices. There are better alternatives now, but if you want to use it, you should use Keenerds fork of rtl-sdr <https://github.com/keenerd/rtl-sdr>_ (latest Git revision), because rtl_power in original rtl-sdr package (from osmocom.org) is broken (especially when used with cropping).

rx_power (part of rx_tools) is also based on SoapySDR (like default soapy_power backend) and therefore supports nearly all SDR platforms. But it is much slower than soapy_power, doesn't support near real-time continuous measurement (minimum interval is 1 second, same as rtl_power) and is buggy. Backend is currently unsupported, if you want to fix it, patches are welcome.

Usage

Start QSpectrumAnalyzer by running qspectrumanalyzer.

You can choose which backend you want to use in File -> Settings (or Application menu -> Preferences on Mac OS X), default is soapy_power. Device, sample rate, bandwidth, LNB LO, path to backend executable and additional backend parameters can be also manually specified there. You can also set waterfall plot history size. Default is 100 lines, be aware that really large sweeps (with a lot of bins) would require a lot of system memory, so don't make this number too big.

Controls should be intuitive, but if you want consistent results, you should turn off automatic gain control (set gain to some fixed number) and also set crop to 20% or more. For finding out ppm correction factor for your rtl-sdr stick, use kalibrate-rtl <https://github.com/steve-m/kalibrate-rtl>_.

You can move and zoom plot with mouse, change plot settings or export plots from right-click menu. Waterfall plot black/white levels and color lookup table can be changed in mini-histogram widget (on Levels tab).

Installation

Arch Linux:


Stable version: ::

git clone https://aur.archlinux.org/qspectrumanalyzer.git
cd qspectrumanalyzer
makepkg -sri

Git master branch: ::

git clone https://aur.archlinux.org/qspectrumanalyzer-git.git
cd qspectrumanalyzer-git
makepkg -sri

Or simply use pacaur <https://aur.archlinux.org/packages/pacaur>_ (or any other AUR helper) which will also automatically install all QSpectrumAnalyzer dependencies: ::

pacaur -S qspectrumanalyzer
pacaur -S qspectrumanalyzer-git

Ubuntu:


::

# Add SoapySDR PPA to your system
sudo add-apt-repository -y ppa:myriadrf/drivers

# Update list of packages
sudo apt-get update

# Install basic dependencies
sudo apt-get install python3-pip python3-pyqt5 python3-numpy python3-scipy soapysdr python3-soapysdr

# Install SoapySDR drivers for your hardware (e.g. RTL-SDR, Airspy, HackRF, LimeSDR, etc.)
sudo apt-get install soapysdr-module-rtlsdr soapysdr-module-airspy soapysdr-module-hackrf soapysdr-module-lms7

# Install QSpectrumAnalyzer locally for your current user
pip3 install --user qspectrumanalyzer

qspectrumanalyzer and soapy_power executables will be then placed in ~/.local/bin directory, you can add it to your PATH in ~/.bashrc.

If you want to install QSpectrumAnalyzer directly from Git master branch, you can use this procedure: ::

git clone https://github.com/xmikos/qspectrumanalyzer.git
cd qspectrumanalyzer
pip3 install --user .

Windows:


Only 64-bit Windows are supported (there are no public 32-bit builds of SoapySDR libraries and drivers).

  1. install SoapySDR <https://github.com/pothosware/SoapySDR/wiki>_ libraries and drivers (bundled as part of Pothos SDR installer: download <http://downloads.myriadrf.org/builds/PothosSDR/?C=M;O=D>). This bundle also includes other great SDR apps like CubicSDR <http://cubicsdr.com>, GQRX <http://gqrx.dk>, GNU Radio Companion <https://gnuradio.org>, Pothos GUI <https://github.com/pothosware/pothos/wiki>, Lime Suite <https://github.com/myriadrf/LimeSuite> and Zadig <http://zadig.akeo.ie>_. Utilities like hackrf_sweep and rtl_power are also included.
  2. download QSpectrumAnalyzer installer or portable zip archive from GitHub releases <https://github.com/xmikos/qspectrumanalyzer/releases>_ page
  3. after you connect your SDR device, you have to run Zadig <http://zadig.akeo.ie>_ to install USB drivers

You can also install QSpectrumAnalyzer manually from PyPI <https://pypi.python.org>_:

  1. install Python 3.6.x (64-bit) from python.org <https://www.python.org>_ and add Python to PATH

  2. install SoapySDR <https://github.com/pothosware/SoapySDR/wiki>_ libraries and drivers (bundled as part of Pothos SDR installer: download <http://downloads.myriadrf.org/builds/PothosSDR/?C=M;O=D>_)

  3. Open cmd.exe and run::

     pip install PyQt5
     pip install QSpectrumAnalyzer
    

You should then be able to run it with qspectrumanalyzer (or python -m qspectrumanalyzer if it doesn't work for you).

Todo:

  • save FFT history (allow big waterfall plot saved to file)
  • automatic peak detection / highlighting
  • display average noise level
  • frequency markers / bookmarks with notes (even importing and exporting .csv file with predefined channels, etc.)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].