ReverseWindow

Reverses contents of windowed input.

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A, E <: BufElem[A]](in: Outlet[E], size: OutI, clump: OutI)(implicit b: Builder, tpe: StreamType[A, E]): Outlet[E]
Value Params
clump

clump size within each window. With a clump size of one, each window is reversed sample by sample, if the clump size is two, the first two samples are flipped with the last two samples, then the third and forth are flipped with the third and forth before last, etc. Like size, clump is sampled at each beginning of a new window and held constant during the window.

in

the signal to window

size

the window size. this is clipped to be &lt;= 1