2015-08-01 19:05:40 +01:00
2015-07-14 20:05:32 +01:00
2015-07-15 02:01:52 +01:00
2015-07-15 02:01:52 +01:00
2015-07-23 17:34:57 +01:00
2015-07-13 00:30:12 +01:00
2015-07-19 05:41:34 +01:00
2015-07-19 14:44:24 +01:00
2015-07-19 14:44:24 +01:00
2015-07-19 05:41:34 +01:00
2015-07-19 05:41:34 +01:00

inspectrum

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

inspectrum screenshot

Status

Currently very early and rough, but usable.

Try it

Building on Debian-based distros

sudo apt-get install qt5-default
git clone https://github.com/miek/inspectrum.git
cd inspectrum
qmake
make

Run

./inspectrum

Currently inspectrum can only read files with interleaved (complex) 32-bit floats, such as those produced by GNURadio or osmocom_fft.

Features

  • Spectrogram with zoom/pan
  • Large (multi-gigabyte) file support

Goals

  • Be fast and light
  • Make as many settings as possible work in realtime. I want this to be a useful tool for visually learning about DSP by tweaking around with things like FFT settings, filter widths or clock synchronisation.
  • Support large files - as large as possible, but at least several GBs.
  • Future features: filtering, demodulation, clock sync. Probably based on GNURadio.

Contact

  • #inspectrum on freenode IRC
Description
No description provided
Readme GPL-3.0 1.7 MiB
Languages
C++ 96.3%
CMake 3.7%