Base Station

The BaseStation class is responsible for properly initializing the precoder (and the combiners in case of coordinated beamforming) and for transmitting the data streams to the user terminals.

base station block diagram

Documentation

class BaseStation[source]

Represents the base station (BS) in a MU-MIMO downlink system.

reset_state

Resets the state of the BS.

transmit_pilots

Transmits pilot signals from the BS through the channel.

receive_feedback

Receive and process the feedback messages from the UTs.

transmit_feedforward

Transmits the feedforward messages from the BS through the channel.

transmit

Simulate the transmit processing chain of the BS to obtain the transmitted signal x.

See Also