Changes between Version 16 and Version 17 of Tutorials/Digital Twins/Geo2Sig Map Getting Started


Ignore:
Timestamp:
Jan 26, 2026, 7:25:25 AM (2 weeks ago)
Author:
srivera2
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Tutorials/Digital Twins/Geo2Sig Map Getting Started

    v16 v17  
    127127   gnb_pattern_factory = antenna_pattern_registry.get("tr38901")
    128128   gnb_pattern = gnb_pattern_factory(polarization="V")
    129 
    130    # UE antenna: Isotropic pattern (typical for mobile devices)
    131    # This will be required for matching the calculations of the RadioMapSolver()
     129   
     130   # Use isotropic antenna pattern
    132131   ue_pattern_factory = antenna_pattern_registry.get("iso")
    133    # Polarization should also match the transmitter
     132   # Polarization should match the transmitter
    134133   ue_pattern = ue_pattern_factory(polarization="V")
    135134