-
Hello Sionna team, I have some question about how the calculation of the pathsolver works. Your Documentation (Primer on Electromagnetics / Frequency & Impulse Response) suggests to me that first sionna calculates the CFR and second the CIR with an IFT of the CFR. In the source Code it looks like it is the other way round. Also I can't understand the equation of (23) and the one equation before (not 22). How do I get a scalar when I'm multiplying three matrices and furthermore what is the transfer matrix T? It is written that scattering and free space path loss is represented by the transfer matrix but I can't imagine how. What are the dimensions representing? I'm just lost here^^. The intention behind my question is to understand how Sionna RT could simulate a multicarrier modulation. I'm happy with any answers or hints where I'm wrong, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @novuss2,
Hope that helps. |
Beta Was this translation helpful? Give feedback.
Hi @novuss2,
Concerning (23), note that$\mathbf{C}_\text{T}$ and $\mathbf{C}_\text{R}$ are vectors defining the RX and TX antenna patterns, respectively. Please refer to their definition in (14) and the lines after. This explains how you get a scalar.
You can represent the free-space propagation by an identity matrix multiplied by$e^{-jk_0r}/r$ , as explained just after (22). For all other scattering processes (specular reflection, refraction, diffuse scattering (also called diffuse reflection), diffraction), you will find the definitions of the transfer matrix in the corresponding sections of the EM Primer. We do not explicitly provide a value for $\mathbf{T}$ for all cases but rath…