ezmsg.sigproc.util#

Modules

array

Portable helpers for Array API interoperability.

asio

Backwards-compatible re-exports from ezmsg.baseproc.util.asio.

axisarray_buffer

AxisArray support for .buffer.HybridBuffer.

binning

Shared bin-boundary scheduling for fixed-duration binning.

blockdiag

Find block-diagonal structure in a weight matrix, then decide whether to use it.

buffer

A stateful, FIFO buffer that combines a deque for fast appends with a contiguous circular buffer for efficient, advancing reads.

channels

One way to say "split these channels into groups".

message

Message (AxisArray) utilities.

profile

Backwards-compatible re-exports from ezmsg.baseproc.util.profile.

rereference

Deterministic rereferencing schemes expressed as affine weight matrices.

sosfilt_direct

Call scipy's SOS kernel directly, skipping the per-call wrapper cost.

sparse

Methods for sparse array signal processing operations.

threaded_filt

Split scipy IIR filtering across threads along a non-sample axis.

typeresolution

Backwards-compatible re-exports from ezmsg.baseproc.util.typeresolution.