All Projects → miek → Inspectrum

miek / Inspectrum

Licence: gpl-3.0
Radio signal analyser

Labels

Projects that are alternatives of or similar to Inspectrum

Gr Adsb
GNU Radio OOT module for demodulating and decoding ADS-B packets
Stars: ✭ 61 (-94.91%)
Mutual labels:  dsp, sdr
smallrx
📻 amateur radio receiver in <100 code lines
Stars: ✭ 56 (-95.33%)
Mutual labels:  dsp, sdr
ScratchRadio
Educational software for use with the LimeSDR platform
Stars: ✭ 64 (-94.66%)
Mutual labels:  dsp, sdr
Gnuradio
GNU Radio – the Free and Open Software Radio Ecosystem
Stars: ✭ 3,297 (+174.98%)
Mutual labels:  dsp, sdr
Limesdr workshop
Intro to software-defined radio with LimeSDR workshop
Stars: ✭ 68 (-94.33%)
Mutual labels:  dsp, sdr
composable-sdr
SDR DSP utilities embedded in Haskell
Stars: ✭ 26 (-97.83%)
Mutual labels:  dsp, sdr
nfc-laboratory
NFC signal and protocol analyzer using SDR receiver
Stars: ✭ 41 (-96.58%)
Mutual labels:  dsp, sdr
adsb deku
✈️ Rust ADS-B decoder + tui radar application
Stars: ✭ 190 (-84.15%)
Mutual labels:  dsp, sdr
Csdr
A simple DSP library and command-line tool for Software Defined Radio.
Stars: ✭ 358 (-70.14%)
Mutual labels:  dsp, sdr
Noaa Apt
NOAA APT weather satellite image decoder, for Linux, Windows, RPi 2+ and OSX
Stars: ✭ 257 (-78.57%)
Mutual labels:  dsp, sdr
Red Pitaya Notes
Notes on the Red Pitaya Open Source Instrument
Stars: ✭ 205 (-82.9%)
Mutual labels:  dsp, sdr
Pysdr
A guide for using Python as a software-defined radio (SDR) framework, for extremely rapid development of SDR apps/research with beautiful GUIs
Stars: ✭ 60 (-95%)
Mutual labels:  dsp, sdr
Wavesdr
macOS native desktop Software Defined Radio app
Stars: ✭ 144 (-87.99%)
Mutual labels:  dsp, sdr
newsched
The GNU Radio 4.0 Runtime Proof Of Concept
Stars: ✭ 19 (-98.42%)
Mutual labels:  dsp, sdr
UA3REO-DDC-Transceiver
DDC/DUC SDR Tranceiver project
Stars: ✭ 93 (-92.24%)
Mutual labels:  dsp, sdr
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 (-65.72%)
Mutual labels:  dsp, sdr
Centsdr
CentSDR: tiny handheld standalone software defined receiver with LCD display.
Stars: ✭ 76 (-93.66%)
Mutual labels:  dsp, sdr
Fundsp
Audio DSP library featuring an inline graph notation for audio processing
Stars: ✭ 45 (-96.25%)
Mutual labels:  dsp
Soapyrtlsdr
SoapySDR RTL-SDR Support Module
Stars: ✭ 67 (-94.41%)
Mutual labels:  sdr
Regrader
VST delay plugin where the repeats degrade in resolution
Stars: ✭ 44 (-96.33%)
Mutual labels:  dsp

inspectrum

inspectrum is a tool for analysing captured signals, primarily from software-defined radio receivers.

inspectrum screenshot

Try it

Prerequisites

  • cmake >= 3.1
  • fftw 3.x
  • liquid-dsp >= v1.3.0
  • pkg-config
  • qt5
  • libsigmf (optional, for SigMF support)

Build instructions

Build instructions can be found here: https://github.com/miek/inspectrum/wiki/Build

Run

./inspectrum [filename]

Input

inspectrum supports the following file types:

  • *.sigmf-meta, *.sigmf-data - SigMF recordings
  • *.cf32, *.cfile - Complex 32-bit floating point samples (GNURadio, osmocom_fft)
  • *.cs16 - Complex 16-bit signed integer samples (BladeRF)
  • *.cs8 - Complex 8-bit signed integer samples (HackRF)
  • *.cu8 - Complex 8-bit unsigned integer samples (RTL-SDR)
  • *.f32 - Real 32-bit floating point samples
  • *.s16 - Real 16-bit signed integer samples
  • *.s8 - Real 8-bit signed integer samples
  • *.u8 - Real 8-bit unsigned integer samples

If an unknown file extension is loaded, inspectrum will default to *.cf32.

Features

  • Large (100GB+) file support
  • Spectrogram with zoom/pan
  • Plots of amplitude, frequency, phase and IQ samples
  • Cursors for measuring period, symbol rate and extracting symbols
  • Export of selected time period, filtered samples and demodulated data

Contact

  • #inspectrum on freenode IRC
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].