File: control

package info (click to toggle)
inspectrum 0.2.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 432 kB
  • sloc: cpp: 2,435; makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,381 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Source: inspectrum
Section: hamradio
Priority: optional
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Uploaders: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: cmake,
               debhelper-compat (= 13),
               libfftw3-dev,
               libliquid-dev,
               pkg-config,
               qtbase5-dev
Standards-Version: 4.5.1
Homepage: https://github.com/miek/inspectrum
Vcs-Git: https://salsa.debian.org/debian-hamradio-team/inspectrum.git
Vcs-Browser: https://salsa.debian.org/debian-hamradio-team/inspectrum
Rules-Requires-Root: no

Package: inspectrum
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: tool for visualising captured radio signals
 inspectrum is a tool for analysing captured signals, primarily from
 software-defined radio receivers.
 .
 inspectrum supports the following file types:
  *.cf32, *.cfile - Complex 32-bit floating point (GNURadio, osmocom_fft)
  *.cs16 - Complex 16-bit signed integer (BladeRF)
  *.cs8 - Complex 8-bit signed integer (HackRF)
  *.cu8 - Complex 8-bit unsigned integer (RTL-SDR)
 .
 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