WaveformLength#
- class myoverse.transforms.WaveformLength(window_size, stride=None, dim='time', **kwargs)[source]#
Waveform length over sliding windows (GPU-accelerated).
Sum of absolute differences between consecutive samples.
- Parameters:
Methods
_compute_window(x_unfolded)Compute the window-wise statistic.