GithubHelp home page GithubHelp logo

indigos33k3r / inspectrum Goto Github PK

View Code? Open in Web Editor NEW

This project forked from samyk/inspectrum

0.0 1.0 0.0 1.21 MB

Offline radio signal analyser

License: GNU General Public License v3.0

CMake 4.34% C++ 95.66%

inspectrum's Introduction

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

inspectrum's People

Contributors

miek avatar schneider42 avatar dominicgs avatar jboone avatar philpax avatar mrene avatar sec42 avatar droelfdroelf avatar dnet avatar saerdnaer avatar bastibl avatar kaback avatar mnhauke avatar russss avatar samyk avatar zerochaos- avatar apelly avatar devnulling avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.