Channel

The Channel is responsible for propagating the transmitted signal from the base station to the user terminals. It models the physical channel properties.

channel block diagram

Documentation

class Channel[source]

Represents the wireless channel in a MU-MIMO downlink system.

set

Sets the channel state.

reset

Resets the channel state.

propagate_pilots

Propagates the pilot signals from the BS to the UTs.

propagate_feedback

Propagates the feedback messages from the UTs to the BS.

propagate_feedforward

Propagates the feedforward messages from the BS to the UTs.

propagate

Simulate the signal propagation through the channel of the transmitted signal x to obtain the received signal y.

See Also