Datatypes

This page provides an overwiew of the costum datatypes used in the simulation framework.

System Configuration

BaseStationConfig

The configuration settings of a base station.

ChannelConfig

The configuration settings of a channel.

UserTerminalConfig

The configuration settings of a user terminal.

SystemConfig

The configuration settings of a MU-MIMO system.

SimConfig

The configuration settings of a simulation.

setup_sys_configs

Set up the system configurations for the given reference numbers.

setup_sim_configs

Set up the simulation configurations for the given reference numbers.

System State

ChannelStateInformation

The channel state information (CSI).

ChannelState

The state of the channel.

BaseStationState

The state of a base station (for a specific channel and SNR value).

UserTerminalState

The state of a single user terminal (for a specific channel and SNR value).

Setup Messages

TransmitPilotMessage

The pilot message transmitted by the BS.

ReceivePilotMessage

The pilot message received by the UT.

TransmitFeedbackMessage

The feedback message transmitted by the UT.

ReceiveFeedbackMessage

The feedback message received by the BS.

TransmitFeedforwardMessage

The feedforward message transmitted by the BS.

ReceiveFeedforwardMessage

The feedforward message received by the UT.

See Also