ZipWindowN

object ZipWindowN

Zips a number of signals into one output based on a window length.

class Object
trait Matchable
class Any

Value members

Concrete methods

def apply[A](in: Seq[Out[A]], size: OutI)(implicit b: Builder, tpe: DataType[A]): Out[A]
Value parameters:
in

the signals to zip

size

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