pytwinnet.visualization.heatmap_fast¶
Functions
|
Vectorized SINR heatmap for any PropagationModel. |
- pytwinnet.visualization.heatmap_fast.sinr_heatmap_2d_fast(twin, tx_id, interferer_ids=None, plane_z=1.5, xlim=(0.0, 100.0), ylim=(0.0, 100.0), resolution=200, bandwidth_hz=20000000.0, noise_figure_db=7.0, show=False)[source]¶
Vectorized SINR heatmap for any PropagationModel.
Uses fast, batch path-loss where available.
Falls back to a low-overhead scalar loop that reuses node objects.