The noise issue in the coverage map of Sionna 1.0.2 #839
Closed
yankaiqiao
started this conversation in
General
Replies: 1 comment 1 reply
-
Hey @yankaiqiao, This feature was removed because Sionna 1.0 can compute radio maps with orders of magnitudes more samples. Did you give this a try? Maybe try 100M or even 1bn. However, we could consider bringing this feature back in a future release. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that Sionna 1.0.2 has made many changes compared to 0.19.2, including modifications to the coverage map calculation method. In version 0.19.2, noise suppression in the coverage map could be achieved by averaging multiple computations, as demonstrated by the
num_runs
parameter in this code snippet:However, this feature appears to be absent in version 1.0.2 - I couldn't find any equivalent parameter definition in
RadioMapSolver()
. So how should we implement noise reduction in 1.0.2? I think the design in 0.19.2 was quite good in this aspect.Beta Was this translation helpful? Give feedback.
All reactions