Skip to content
Discussion options

You must be logged in to vote

Hi @hssam1002,

  1. I think that your approach looks correct apart from the way that compute the path loss (it can only be negative in the logarithmic domain, but I guess that the "-" sign you have is just a typo). We typically compute the path gain from the CIR as:

$$ g = \sum_i |a_i|^2 $$

The path loss would then be $P_\text{loss} = -10\log_{10}(g)$ (note that this is a positive number). For example, in free space at a distance of 100m and carrier frequency of 2.5GHz assuming isotropic antennas, this would be $P_\text{loss}=80.4\text{dB}$ (according to Frii's formula).
In your example above, this would lead to an SNR of 47.5dB. So I do not know what numbers you are expecting. At 1km distan…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@hssam1002
Comment options

Answer selected by hssam1002
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants