scipp.signal#

Sub-package for signal processing such as smoothing.

This subpackage provides wrappers for a subset of functions from scipy.signal.

Functions

butter(coord, *, N, Wn, **kwargs)

Butterworth digital and analog filter design.

sosfiltfilt(obj, dim, *, sos, **kwargs)

A forward-backward digital filter using cascaded second-order sections.

Classes

SOS(coord, sos)

Second-order sections representation returned by scipp.signal.butter().