Ray information #551
IBRAAHHIIMM
started this conversation in
General
Replies: 1 comment 4 replies
-
Hi @IBRAAHHIIMM, Please note that polarization also occurs during wave propagation (e.g., in scattering), so it’s not just an antenna property. If you’re considering using a cross-polarized receive antenna, combining both inputs could be an option, depending on your specific goals. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I wanted to get the ray information which is antenna agnostic. I might be wrong about the documentation and it might be related to my lack of knowledge in antennas. scene.compute_paths() generates the path information and we can access a,tau via paths.a, paths.tau. However, the path information is specific to the antenna configuration that we define. I need the information on rays for point sources at TX and RX. I can generate such information when I set TX and RX antennas to "iso" with a single polarization. With dual-polarized antennas, I still get num_rx_ant, num_tx_ant number of "a" but single "tau" information, which is the same for specific elements. The information that I get through "V" polarization and "H" polarization is different for "a" values. The order of "a" values with respect to path indices is different for "V" and "H". It would be great if you could help me with the correct setup for getting antenna agnostic ray information in Sionna.
Beta Was this translation helpful? Give feedback.
All reactions