Skip to content

system_level_scenario.py - distance_3d #1100

@alastairUK

Description

@alastairUK

@property
def distance_3d(self):
r"""
Distance between each UT and each BS [m].
[batch size, number of BSs, number of UTs]"""
return self._distance_2d

I may well be missing something obvious - but what is the reason for this returning self._distance_2d - should it not be returning self._distance_3d ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions