wyrm.typesΒΆ

Data type definitions.

This module provides the basic data types for Wyrm, like the Data and RingBuffer classes.

Functions

append_cnt(dat, dat2[, timeaxis, extra]) Append two continuous data objects.

Classes

BlockBuffer([samples]) A buffer that returns data chunks in multiples of a block length.
Data(data, axes, names, units) Generic, self-describing data container.
RingBuffer(length_ms) Circular Buffer implementation.

Previous topic

wyrm.plot

Next topic

wyrm.io