[Sionna RT] Contribution of precoder/combiner weights in Coverage Map function #150
Closed
mauro-belgiovine
started this conversation in
General
Replies: 1 comment 15 replies
-
Beta Was this translation helpful? Give feedback.
15 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear all,
I am exploring Sionna RT functionalities, I am especially interested in understanding how does the
sionna.rt.Scene.coverage_map
works with respect to thecombining_vec
andprecoding_vec
parameters and how thesionna.rt.Scene.synthetic_array
property interact with the coverage function.Specifically, I would like to experiment with different precoders and combiners configurations applied at transmitter and receiver side and observe how the beam orientations (computed using a steering vector function) affects the channel power perceived at a specific location of the coverage map. My expectation is that, based on the beam configurations, the perceived power should change at a given cell in the coverage map, although I did some tests with a 8x8 TX array and single antenna RX (both with
sionna.rt.Scene.synthetic_array
set toTrue
orFalse
) and it doesn't seem like there is a dramatic change in the perceived power when I change the precoder. Here is an example with the default precoding (i.e. 90 degree, perpendicular to the array) vs. a precoder computed using the steering vector function and pointing to a different angle (240 degrees) :I was wondering if I could find the answer to these questions in order to better debug this behavior:
Thanks in advance for any advice, I have just started working with this library and I am excited to do some great simulations with it!
Beta Was this translation helpful? Give feedback.
All reactions