Replies: 1 comment 5 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Consider a simple situation with a solid obstacle between Tx and Rx (like a big wall of some height and Tx and Rx are present on different sides). Now, I'm trying to compute the received power at the Rx. I'm computing the paths with max_paths=7(this shouldn't matter in this case?) and LoS = True. There will not be any reflectances since there is only one solid wall in the line of sight. For this setting, it is true that just using LoS, without any reflectances, diffractions, or scattering, there should be power that directly comes from the Tx and then attenuated by the wall.
But I see that no paths exist and if I use paths to compute CIR which I'll then use to compute received power is currently 0. I do not want this behavior. Given any Tx, Rx, Tx will have a direct LoS path (either attenuated by obstacles or not) and we should be able to calculate the received power at the Rx.
Beta Was this translation helpful? Give feedback.
All reactions