Antenna Correlation#

class AntennaCorrelation(channel=None, device=None)[source]#

Bases: ABC

Base class for statistical modeling of antenna array correlations.

property channel: Channel | None#

The channel this correlation model configures.

Returns:

Handle to the channel. None if the model is currently considered floating

abstract property covariance: ndarray#

Antenna covariance matrix.

Returns: Two-dimensional numpy array representing the covariance matrix.

property device: SimulatedDevice | None#

The device this correlation model is based upon.

Returns:

Handle to the device. None if the device is currently unknown.