sdr.BinaryErasureChannel.__call__(x: ArrayLike) NDArray[int_]

Passes the binary input sequence x through the channel.

Parameters:
x: ArrayLike

The input sequence x with xiX={0,1}.

Returns:

The output sequence y with yiY={0,1,e}. Erasures e are represented by -1.