Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miek authored Mar 30, 2024
1 parent e51d850 commit 528bdda
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,26 @@ inspectrum is a tool for analysing captured signals, primarily from software-def

![inspectrum screenshot](/screenshot.jpg)

## Try it
## 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

## Install
### Linux
Install inspectrum with your package manager, it should be present in most distros.

### macOS
* [Homebrew](https://formulae.brew.sh/formula/inspectrum)
* [MacPorts](https://ports.macports.org/port/inspectrum/)

## Windows
* [radioconda](https://github.com/ryanvolz/radioconda)
* [conda](https://anaconda.org/conda-forge/inspectrum)

## Build from source
### Prerequisites

* cmake >= 3.1
Expand Down Expand Up @@ -38,13 +57,3 @@ inspectrum supports the following file types:
If an unknown file extension is loaded, inspectrum will default to `*.cf32`.

Note: 64-bit samples will be truncated to 32-bit before processing, as inspectrum only supports 32-bit internally.

## 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 [libera.chat](https://libera.chat)

0 comments on commit 528bdda

Please sign in to comment.