sdr.BinaryErasureChannel.__call__(x: ArrayLike) → NDArray[int_] Passes the binary input sequence x through the channel. Parameters:¶ x: ArrayLike¶The input sequence x with xi∈X={0,1}. Returns:¶ The output sequence y with yi∈Y={0,1,e}. Erasures e are represented by -1.