2016-09-17 16:48:29 +01:00
2016-06-05 18:44:10 +01:00
2015-08-22 09:56:12 +01:00
2016-08-11 19:00:28 +01:00
2016-04-23 14:08:27 +01:00
2015-10-04 16:34:09 +01:00
2016-01-11 02:04:39 +00:00
2015-08-24 18:00:28 +01:00
2016-04-09 19:05:36 +01:00
2016-04-07 22:11:34 +01:00
2016-06-11 13:48:26 +01:00
2016-04-24 01:39:46 +01:00
2016-05-02 20:13:40 +01:00
2016-07-03 23:07:46 +01:00
2016-06-11 13:39:19 +01:00
2016-04-07 22:11:34 +01:00
2016-08-11 19:04:54 +01:00
2016-08-11 19:00:28 +01:00

inspectrum

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

inspectrum screenshot

Try it

Prerequisites

Building on Debian-based distros

sudo apt-get install qt5-default libfftw3-dev cmake pkg-config
mkdir build
cd build
cmake ..
make
sudo make install

Building on OSX - Homebrew

brew install qt5 fftw cmake pkg-config liquid-dsp
mkdir build
cd build
CMAKE_PREFIX_PATH=$(brew --prefix qt5)/lib/cmake cmake .. -DCMAKE_CXX_FLAGS:STRING=-I/usr/local/opt/qt5/include ..
make install

Building on OSX - Macports

sudo port install qt5 fftw-3-single cmake pkgconfig liquid-dsp
mkdir build
cd build
cmake ..
make
sudo make install

Run

./inspectrum

Input

inspectrum supports the following file types:

  • *.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)

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

Features

  • Large (multi-gigabyte) file support
  • Spectrogram with zoom/pan
  • Plots of amplitude, frequency and IQ samples

Contact

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