SpatialCorrelation#
- class sionna.phy.channel.SpatialCorrelation(*args: Any, precision: str | None = None, device: str | None = None, **kwargs: Any)[source]#
Bases:
sionna.phy.object.ObjectAbstract class that defines an interface for spatial correlation functions
The
FlatFadingChannelmodel can be configured with a spatial correlation model.- Parameters:
- Inputs:
h – […], torch.complex. Tensor of arbitrary shape containing spatially uncorrelated channel coefficients.
- Outputs:
h_corr – […], torch.complex. Tensor of the same shape as
hcontaining the spatially correlated channel coefficients.