Replies: 7 comments
-
Hi, Yes, it is totally possible to simulate such a network in Sionna. It boils down to generating the channels between all devices and computing the transmitted and received signals. It seems that you have eight different channels in your problem. You can compute the outputs for these channels individually and then simply combine them in the way you want, e.g., to model the interference. You can also model a full-duplex relay with this approach. You can get the LoS component by keeping only the first tap of the channel impulse response (if you have a channel model with LoS). |
Beta Was this translation helpful? Give feedback.
-
Hello, I was wondering if there are any commands in Sionna RTX that can be used to differentiate between NLOS paths and LOS paths. Thanks in advance |
Beta Was this translation helpful? Give feedback.
-
Hi, You can use the (undocumented) |
Beta Was this translation helpful? Give feedback.
-
Hi, Thank you for your response. In my case, the paths.objects tensor is as follows: <tf.Tensor: shape=(2, 1, 1, 8), dtype=int32, numpy=
Does this mean that the ray emitted by the transmitter initially hits the object with ID 2366, then encounters another object with the same ID (2366), and so on? What do the numbers following a -1 value represent in the case of a Line-of-Sight (LOS) path? I'm planning to remove these LOS paths, but I'm unsure about the relationship between these numbers and the values of a and tau. Furthermore, I've observed that some object indices (such as 2366) are not present among the elements defined in the scene.objects list. How can I determine the names of these elements or the corresponding radio materials? I would greatly appreciate any assistance you can provide. Thank you. |
Beta Was this translation helpful? Give feedback.
-
The shape of this Therefore, a single link is simulated ( The first path does not intersect any object as the corresponding entry in the tensor is The next 3 paths hit a single object ( The last 4 paths hit two objects ( The ids of the objects correspond to the order in which they appear in
|
Beta Was this translation helpful? Give feedback.
-
Hi, Thank you so much for your response. In our scenario, we have a single transmitter antenna and a single receiver antenna for both the primary and secondary network, and the channels are static. I would like to know if it is feasible to simulate a static channel using Sionna RTX. Additionally, I'm interested to understand if it is possible to model just one antenna instead of a grid or array of antennas (PlanarArray) in the simulation ? Furthermore, I would appreciate your guidance regarding the most suitable type of antenna to consider for our work. Thank you for your support and assistance. I truly appreciate it. |
Beta Was this translation helpful? Give feedback.
-
Hi, The channel simulated by Sionna RT is static, i.e., the radio devices or objects in the scene are not moving. When computing the channel impulse responses (CIRs) from the paths using To set a single antenna for the transmitter and/or receiver, you can define an array with a single element. For example, for setting a single vertically polarized isotropic antenna, set the
|
Beta Was this translation helpful? Give feedback.
-
Hello,
I am interested in simulating a cognitive relay network that includes a primary transmitter (UP) and its destination (DP), a secondary full-duplex relay (R), and a secondary user (US) and its destination (DS) as described in this paper. Is it possible to perform this network using Sionna RTX?
Also, how can we simulate the relay's ability to transmit and receive simultaneously? And, is there a way to obtain the channel frequency response for only the line-of-sight (LoS) path?
PS: I am currently attempting to utilize the tutorial that has been published regarding Sionna RTX.
Thanks in advance, and best regards.
Beta Was this translation helpful? Give feedback.
All reactions