Skip to main content

Easily interact with Signal Metadata Format (SigMF) recordings.

Project description

Rendered SigMF Logo

PyPI Version Shield Build Status Shield License Shield Documentation Shield PyPI Downloads Shield

The sigmf library makes it easy to interact with Signal Metadata Format (SigMF) recordings. This library is compatible with Python 3.7-3.14 and is distributed freely under the terms GNU Lesser GPL v3 License.

This module follows the SigMF specification html/pdf from the spec repository.

Install

pip install sigmf
# or
conda install sigmf
# or
mamba install sigmf

Read SigMF

import sigmf

# read SigMF recording
meta = sigmf.fromfile("recording.sigmf-meta")
samples = meta[0:1024]  # get first 1024 samples
sample_rate = meta.sample_rate  # get sample rate

# read compressed SigMF archives
meta = sigmf.fromfile("recording.sigmf.gz")   # gzip-compressed
meta = sigmf.fromfile("recording.sigmf.xz")   # xz-compressed
meta = sigmf.fromfile("recording.sigmf.zip")  # zip archive

# read other formats containing RF time series as SigMF
meta = sigmf.fromfile("recording.wav")   # WAV
meta = sigmf.fromfile("recording.cdif")  # BLUE / Platinum
meta = sigmf.fromfile("recording.xml")   # Signal Hound Spike

Write SigMF

import numpy as np
import sigmf

data = np.array([0.1 + 0.2j, 0.3 + 0.4j], dtype=np.complex64)
meta = sigmf.fromarray(data, sample_rate=48000)
# creates recording.sigmf-data and recording.sigmf-meta
meta.tofile("recording")

Docs

Please visit our documentation for full API reference and more info.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sigmf-1.11.0.tar.gz (92.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

sigmf-1.11.0-py3-none-any.whl (66.6 kB view details)

Uploaded Python 3

File details

Details for the file sigmf-1.11.0.tar.gz.

File metadata

  • Download URL: sigmf-1.11.0.tar.gz
  • Upload date:
  • Size: 92.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for sigmf-1.11.0.tar.gz
Algorithm Hash digest
SHA256 dda43bee94e52f5df97edfa139e48a3d884db1c4e80c96555cebcaeff6e05e2f
MD5 5c9ece385de1254cb4db30d94a9297ac
BLAKE2b-256 5cc2ce3c06ac1040b48f1cf722feaa36f312599160e63ad4a7540319205322ec

See more details on using hashes here.

File details

Details for the file sigmf-1.11.0-py3-none-any.whl.

File metadata

  • Download URL: sigmf-1.11.0-py3-none-any.whl
  • Upload date:
  • Size: 66.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for sigmf-1.11.0-py3-none-any.whl
Algorithm Hash digest
SHA256 5d920c5a6fbc7b14d30fd2eb1dedeadf1cc4d795e5c2b05793d571c37015298a
MD5 7f860449dfc47ed523d2c23849991b86
BLAKE2b-256 4daaba82bcea2182123f298754902627a270edecd3f9acb919025b602d8725b7

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page