Closed martin20082018 closed 2 years ago
2-ray pathloss works out to be 92.32 dB and freespace (assuming 2GHz) is 134.63 dB. At that point it is a matter of transmit power and antenna gains to determine receiver power and then SINR, and a curve lookup for probability of reception.
Thank you very much! My fault! I double checked it with "freespace" and "precomputed" - for the later I used the python code from your Demonstration1 in the emane tutorial - all of them worked!
In this little example - from github with small modifications using sdt3d and change the position to lat/lon/alt The code works when the "2ray" propagation model is used. If I change to "freespace" propagtion model (see line with # <<<<<<<<<) NO LINK is established anymore between the 2 nodes. I use EMANE 1.2.7 and I alreday check new newest code on github - the same code.
Can you PLEASE double check this on your side? Maybe I also do something wrong...
THANK YOU FOR YOUR EFFORTS!