OverlapAdd

object OverlapAdd

Overlapping window summation. Counter-part to Sliding.

class Object
trait Matchable
class Any

Value members

Concrete methods

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

the signal 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.