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 (462B)


      1 #
      2 # SPDX-FileCopyrightText: Copyright (c) 2021-2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
      3 # SPDX-License-Identifier: Apache-2.0
      4 #
      5 """Polar sub-package of the Sionna library."""
      6 
      7 from .encoding import PolarEncoder, Polar5GEncoder
      8 from .decoding import Polar5GDecoder, PolarBPDecoder, PolarSCDecoder, PolarSCLDecoder
      9 from .utils import generate_5g_ranking, generate_polar_transform_mat, generate_rm_code, generate_dense_polar
     10 from . import codes
     11 
     12