UnzipWindow

Unzips a signal into two based on a window length.

class Object
trait Matchable
class Any

Value members

Concrete methods

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

the signal to unzip

size

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