Changes between Version 13 and Version 14 of Tutorials/Digital Twins/Geo2Sig Map Getting Started
- Timestamp:
- Jan 26, 2026, 7:11:34 AM (2 weeks ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Tutorials/Digital Twins/Geo2Sig Map Getting Started
v13 v14 85 85 }}} 86 86 87 2. 87 2. Add and run core imports: 88 89 {{{ 90 #!python 91 # Core imports 92 import numpy as np 93 import mitsuba as mi 94 import matplotlib as mpl 95 import matplotlib.pyplot as plt 96 import sionna 97 from sionna.rt import load_scene, Camera, Transmitter, Receiver, PlanarArray,\ 98 PathSolver, RadioMapSolver, load_mesh, watt_to_dbm, transform_mesh,\ 99 cpx_abs_square 100 }}} 101 102 3. 88 103 89 104 ==== Cite ====
