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

조회 수: 23 (최근 30일)
Filipa Fernandes
Filipa Fernandes 2019년 9월 24일
댓글: Utku Ozmat 2022년 6월 24일
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