Channel Models (commpy.channels)

SISOFlatChannel([noise_std, fading_param]) Constructs a SISO channel with a flat fading.
MIMOFlatChannel(nb_tx, nb_rx[, noise_std, …]) Constructs a MIMO channel with a flat fading based on the Kronecker model.
bec(input_bits, p_e) Binary Erasure Channel.
bsc(input_bits, p_t) Binary Symmetric Channel.
awgn(input_signal, snr_dB[, rate]) Addditive White Gaussian Noise (AWGN) Channel.