sdr.DiscreteMemorylessChannel.__call__(x: int) int
sdr.DiscreteMemorylessChannel.__call__(x: ndarray[Any, dtype[int64]]) ndarray[Any, dtype[int64]]

Passes the input sequence x through the channel.

Parameters:
x: int
x: ndarray[Any, dtype[int64]]

The input sequence x with xiX.

Returns:

The output sequence y with yiY.