在matlab中模拟'RSSI for LTE network'

Simulating 'RSSI for LTE network' in matlab

RSSI 的定义是'Total received wide-band power by UE'

  1. 我对这里的宽带是什么意思感到困惑。 我的理解如下

a. In case if Carrier Bandwidth of LTE channel is 10 MHz,total bandwidth is 10 MHz and hence RSSI is calculated for all the all the Resource blocks i.e. 50 RB

b. Each RB has 12 subcarriers. Hence for 10 MHz channel, 50 RB are dedicated => 12x50 = 60 subchannels

c. Finally (Assuming same Pt for all subcarrier) Pr = Pt*(c/4*pidF*)2 . What is the F should I put and is this the right way to calculate the Pr? In my opinions F = 15KhZ. Where Pr is Received Power per subcarrier by UE. (Using 

d. Finally RSSI = Pr*12*50  [ or dBm 10*log10(Pr) + 10*log10(12*50)]

  1. 或者 RSSI 在模拟中以任何不同的方式计算/我如何制作模拟模型来计算 RSSI。我是否必须制作一个包含所有资源元素 (RE) 的完整 RB 的模型?如果是,那我也需要做调度吗?

  2. 如何使用 RSSI 计算 SINR?

谢谢

  1. RSSI 是通过在感兴趣的带宽上集成功率密度来计算的。因此,对于相同的平均功率密度,5 MHz LTE 与 10 MHz LTE 的 RSSI 将有 3dB 的差异。

  2. RSSI 也会随 data/control 流量变化,因为它考虑了所有子载波。所以是的,调度程序在做什么很重要。

  3. 单独使用 RSSI 不足以计算 SINR。您还需要 RSRP。 (或派生数量,如 RSRQ)