scipp.signal.SOS

scipp.signal.SOS

class scipp.signal.SOS(coord, sos)

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

This is used as input to scipp.signal.sosfiltfilt().

Parameters
Return type

None

__init__(coord, sos)
Parameters
Return type

None

Methods

__init__(coord, sos)

filtfilt(obj, dim, **kwargs)

Forwards to scipp.signal.sosfiltfilt() with sos argument set to the SOS instance.

Attributes

coord

sos

filtfilt(obj, dim, **kwargs)

Forwards to scipp.signal.sosfiltfilt() with sos argument set to the SOS instance.

Parameters
Return type

scipp._scipp.core.DataArray