Changes between Version 16 and Version 17 of Tutorials/Digital Twins/Geo2Sig Map Getting Started
- Timestamp:
- Jan 26, 2026, 7:25:25 AM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Digital Twins/Geo2Sig Map Getting Started
v16 v17 127 127 gnb_pattern_factory = antenna_pattern_registry.get("tr38901") 128 128 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 132 131 ue_pattern_factory = antenna_pattern_registry.get("iso") 133 # Polarization should alsomatch the transmitter132 # Polarization should match the transmitter 134 133 ue_pattern = ue_pattern_factory(polarization="V") 135 134
