You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What is the calculation process of SINR and what are the parameters? I use the path loss model MmWavePropagationLossModel and the channel model ThreeGppSpectrumPropagationLossModel and find that SINR does not decrease as the distance between ue and bs increases, what is the reason for this?
The text was updated successfully, but these errors were encountered:
Please use ThreeGppPropagationLossModel, MmWavePropagationLossModel is deprecated. And no, the SINR should vary as you vary the distance between UE and gNB
The SNR not changing with distance is a behaviour already encountered in the uplink communications of the ns-3 LTE module. In that case, it was due to the UE power control that adjusted the TxPower as the distance changed so as not to waste energy if not needed. This in turn caused a constant SNR when the distance change in proximity of the BS.
I hope it can be useful to you.
Conversely from the LTE ns-3 implementation, we have no power control in the mmwave module. Therefore, either the simulation setup does not reflect the scenario you are planning to implement, or this is indeed unexpected behavior.
What is the calculation process of SINR and what are the parameters? I use the path loss model MmWavePropagationLossModel and the channel model ThreeGppSpectrumPropagationLossModel and find that SINR does not decrease as the distance between ue and bs increases, what is the reason for this?
The text was updated successfully, but these errors were encountered: