How to calculate RSRP of an SS Burst in the receiver?

22 次查看(过去 30 天)
I would like to simulate an NR cell search scenario, where beam sweeping is used in a base station to transmit an SS Burst to the receiver. The receiver would, in turn, measure RSRP for each received beam to determine which of the beams would provide the best physical link.
I am using Matlab's 5G Toolbox and the openExample('5g/NRSynchronizationProceduresExample') as inspiration but I am uncertain where the RSRP calculation step should come in.
Per definition, “Reference signal received power (RSRP), is defined as the linear average over the power contributions (in [W]) of the resource elements that carry reference signals within the considered measurement frequency bandwidth.”
Considering the resource grid, where k is the index of the subcarrier fequency and l is the index of the OFDM symbol, a resource element, RE(k,l), carrying a PBCH-DMRS signal would contain a complex value inside, a(k,l).
After identifying the PBCH-DMRS sequence (and, therefore the SSB index), the receiver should know where the reference signals are located (in k and l), and, therefore, perform channel estimation. My guess would be that the RSRP could be calculated for each l=l_example as the RSRP(l_example)=abs(mean(a(k, l_example))). However that would give me l values of RSRP. So which value would be representative of the beam's RSRP?

回答(1 个)

Sriram Tadavarty
Sriram Tadavarty 2021-1-5
Hi Filipa,
The RSRP measurement comes after the OFDM demodulation step. Just to note, channel estimation step is not performed to locate the reference signals.
For the scenario mentioned in problem statement, the close example from 5G Toobox is NR SSB Beam Sweeping.
This example is available from MATLAB R2020b.
You can also look after beam refinement using CSI-RS.
Regards,
Sriram
  2 个评论
chengyi zhou
chengyi zhou 2022-3-29
Excuse me. In two examples, the value of rsrp is greater than zero. Is this right?
Utku Ozmat
Utku Ozmat 2022-6-24
I have the same question. ln the following examples for 5G NR, measured RSRP values are greater than zero. Could you please explain, why?

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Test and Measurement 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by