anomaly-detection-material-parameters-calibration

Sionna param calibration (research proj)
git clone https://git.ea.contact/anomaly-detection-material-parameters-calibration
Log | Files | Refs | README

__init__.py (433B)


      1 #
      2 # SPDX-FileCopyrightText: Copyright (c) 2021-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
      3 # SPDX-License-Identifier: Apache-2.0
      4 #
      5 """This is the Sionna library.
      6 """
      7 
      8 __version__ = '0.19.2'
      9 
     10 from .config import config
     11 from .constants import *
     12 from . import mapping
     13 from . import utils
     14 from . import signal
     15 from . import mimo
     16 from . import channel
     17 from . import ofdm
     18 from . import rt
     19 from . import nr
     20 from . import fec