About merging two different path objects #335
-
Hello, I try to manually model reconfigurable intelligent surfaces (RISs) inside an indoor scenario using Sionna RT (I know Sionna does not have support for RIS at the moment). I will have 1 transmitter, 1 receiver and 1 RIS in the scenario. Regarding this issue, I have two questions:
You can see the source code as well as the indoor scenario's Blender file in attached. Waiting for your help, thank you so much in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hi, Concerning part 1), I do not think that this is a good idea. You could compute manually the additional paths due to the RIS and add them to the channel impulse response but I would not hack the ray visualisation. Concerning 2), what do you mean by pattern? If you refer to the antenna pattern, you can simply define your own if you want. Have a look at the API of |
Beta Was this translation helpful? Give feedback.
Hi,
Concerning part 1), I do not think that this is a good idea. You could compute manually the additional paths due to the RIS and add them to the channel impulse response but I would not hack the ray visualisation.
Concerning 2), what do you mean by pattern? If you refer to the antenna pattern, you can simply define your own if you want. Have a look at the API of
Antenna
. You need to provide apattern
which can be any callable you want with the right input/output specification.