User Terminal

The UserTerminal class is responsible for receiving the data streams from the base station and for properly initializing the combiners in case of non-coordinated beamforming.

user terminal block diagram

Documentation

class UserTerminal[source]

Represents a user terminal (UT) in a MU-MIMO downlink system.

reset_state

Reset the state of the user terminal.

receive_pilots

Receive and process the pilot message from the BS.

transmit_feedback

Transmit the feedback message from the UT through the channel.

receive_feedforward

Receive and process the feedforward message from the BS.

receive

Simulate the receive processing chain of the UT on the received signal y_k to obtain the estimated bitstreams b_k_s_hat.

See Also