UnzipWindowN

Unzips a signal into a given number of outputs based on a window length.

class Object
trait Matchable
class Any

Value members

Concrete methods

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

the signal to unzip

numOutputs

the number of outputs to de-interleave the input into

size

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