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 xi∈X. Returns:¶ The output sequence y with yi∈Y.