SIMULATOR-WG / SHARC

Simulator for use in sharing and compatibility studies of wireless communication systems
GNU Affero General Public License v3.0
15 stars 32 forks source link

Use spectral mask in dBc for OOB power calculation #97

Closed CalilQ closed 6 years ago

CalilQ commented 6 years ago

OOB power calculation now considers the UE power control. It does that by saving the difference between the UEs transmit power and their maximum power (SimulationUplink.ue_power_diff), then using the spectral mask for the maximum power to calculate the OOB power. The power difference is then subtracted from the OOB power to account for different transmit powers. This approach allows us to save only one spectral mask, instead of saving a different mask for each UE.

CalilQ commented 6 years ago

The branch can be deleted after the merge.