ZipWindowN
object ZipWindowN
Zips a number of signals into one output based on a window length.
Value members
Concrete methods
def apply[A, E <: BufElem[A]](in: Seq[Outlet[E]], size: OutI)(implicit b: Builder, tpe: StreamType[A, E]): Outlet[E]
- Value Params
- in
the signals to zip
- size
the window size. this is clipped to be
<= 1