OffsetOverlapAdd

Overlapping window summation with offset (fuzziness) that can be modulated.

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(in: OutD, size: OutI, step: OutI, offset: OutI, minOffset: OutI)(implicit b: Builder): OutD
Value Params
in

the signal to window

minOffset

minimum (possibly negative) offset to reserve space for. Any offset value encountered smaller than this will be clipped to minOffset.

offset

frame offset by which each input window is shifted. Can change from window to window.

size

the window size. this is clipped to be <= 1

step

the step size. this is clipped to be <= 1. If it is greater than size, parts of the input will be correctly skipped.