nyuwireless-unipd / ns3-mmwave

ns-3 module for simulating mmWave-based cellular systems. See https://ieeexplore.ieee.org/document/8344116/ (open access) as a reference.
GNU General Public License v2.0
298 stars 193 forks source link

Query: Understanding SINR Calculation #259

Open hpate063 opened 1 year ago

hpate063 commented 1 year ago

Hi all,

I am trying to understand the SINR calculation in the mmWave module. The paper here (Section V , Subsection C & D; Page 9) show a method of calculating SINR (equation 2) where beamforming gain, transmit power and pathloss are calculated.

While looking the code for Computing SINR here, I do not see the equation of can not trace any of these parameters mentioned in the paper.

I want to look at those variables mentioned above for the scenarios I am testing. Can someone kindly explain if I am looking in the wrong place or what should I look into?