UnzipWindow

Unzips a signal into two based on a window length.

class Object
trait Matchable
class Any

Value members

Concrete methods

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

the signal to unzip

size

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