Skip to main content

Python tools to read/write Digital RF data in HDF5 format

Project description

The Digital RF project encompasses a standardized HDF5 format for reading and writing of radio frequency data and the software for doing so. The format is designed to be self-documenting for data archive and to allow rapid random access for data processing.

This package includes:

  • digital_rf Python package

  • Tools for managing and processing Digital RF data

  • gr_digital_rf Python package for interfacing with GNU Radio

  • GNU Radio Companion blocks

  • thor UHD radio recorder script

  • Example scripts and applications

Digital RF C and MATLAB libraries can be found at the official source code repository. To build from source, you must have the HDF5 library and headers installed.

For help and/or questions, contact the user mailing list.

Example Usage

The following code will load and read data located in a directory ‘/data/test’.

Load the module and create a reader object:

import digital_rf as drf
do = drf.DigitalRFReader('/data/test')

List channels:

do.get_channels()

Get data bounds for channel ‘cha’:

s, e = do.get_bounds('cha')

Read first 10 samples from channel ‘cha’:

data = do.read_vector(s, 10, 'cha')

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

digital_rf-2.6.0rc1.tar.gz (1.0 MB view hashes)

Uploaded Source

Built Distributions

digital_rf-2.6.0rc1-cp36-cp36m-win_amd64.whl (171.9 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

digital_rf-2.6.0rc1-cp36-cp36m-win32.whl (172.2 kB view hashes)

Uploaded CPython 3.6m Windows x86

digital_rf-2.6.0rc1-cp36-cp36m-manylinux1_x86_64.whl (1.4 MB view hashes)

Uploaded CPython 3.6m

digital_rf-2.6.0rc1-cp36-cp36m-manylinux1_i686.whl (1.2 MB view hashes)

Uploaded CPython 3.6m

digital_rf-2.6.0rc1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (2.8 MB view hashes)

Uploaded CPython 3.6m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

digital_rf-2.6.0rc1-cp35-cp35m-win_amd64.whl (171.9 kB view hashes)

Uploaded CPython 3.5m Windows x86-64

digital_rf-2.6.0rc1-cp35-cp35m-win32.whl (172.2 kB view hashes)

Uploaded CPython 3.5m Windows x86

digital_rf-2.6.0rc1-cp35-cp35m-manylinux1_x86_64.whl (1.4 MB view hashes)

Uploaded CPython 3.5m

digital_rf-2.6.0rc1-cp35-cp35m-manylinux1_i686.whl (1.2 MB view hashes)

Uploaded CPython 3.5m

digital_rf-2.6.0rc1-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (2.8 MB view hashes)

Uploaded CPython 3.5m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

digital_rf-2.6.0rc1-cp27-cp27mu-manylinux1_x86_64.whl (1.4 MB view hashes)

Uploaded CPython 2.7mu

digital_rf-2.6.0rc1-cp27-cp27mu-manylinux1_i686.whl (1.2 MB view hashes)

Uploaded CPython 2.7mu

digital_rf-2.6.0rc1-cp27-cp27m-win_amd64.whl (169.4 kB view hashes)

Uploaded CPython 2.7m Windows x86-64

digital_rf-2.6.0rc1-cp27-cp27m-win32.whl (170.6 kB view hashes)

Uploaded CPython 2.7m Windows x86

digital_rf-2.6.0rc1-cp27-cp27m-manylinux1_x86_64.whl (1.4 MB view hashes)

Uploaded CPython 2.7m

digital_rf-2.6.0rc1-cp27-cp27m-manylinux1_i686.whl (1.2 MB view hashes)

Uploaded CPython 2.7m

digital_rf-2.6.0rc1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl (2.8 MB view hashes)

Uploaded CPython 2.7m macOS 10.10+ intel macOS 10.10+ x86-64 macOS 10.6+ intel macOS 10.9+ intel macOS 10.9+ x86-64

Supported by

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