cdasws Audification Example Jupyter Notebook

This Jupyter notebook demonstrates using the cdasws Python package to audify multiple short high-time-resolution bursts from the Van Allen Probes High Frequency Receiver (HFR) Field Waveform Samples. This notebook contains the following sections:

  1. Prerequisites
  2. Setup
  3. Get Audification of Data
  4. Play Audification
  5. Additional Documentation

Notes:

  1. This example only depends upon pure Python modules and does not require modules that depend upon non-Python code (such as spacepy and pycdf).

Prerequisites

Install the prerequisite software from the Python Package Index if it is not already installed.

Setup

Execute some preliminary code that is necessary before the code that follows.

Get Audification of Data

The following code demonstrates how to produce an audification of multiple short high-time-resolution bursts from the Van Allen Probes High Frequency Receiver (HFR) Field Waveform Samples RBSP-A_HFR-WAVEFORM_EMFISIS-L2.

Play Audification

The following code demonstrates how to play the audification file.

Additional Documentation

View the cdasws API for additional functions. Additional notebook examples are also available.