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

20 Ansichten (letzte 30 Tage)
Filipa Fernandes
Filipa Fernandes am 24 Sep. 2019
Kommentiert: Utku Ozmat am 24 Jun. 2022
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?

Antworten (1)

Sriram Tadavarty
Sriram Tadavarty am 5 Jan. 2021
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 Kommentare
chengyi zhou
chengyi zhou am 29 Mär. 2022
Excuse me. In two examples, the value of rsrp is greater than zero. Is this right?
Utku Ozmat
Utku Ozmat am 24 Jun. 2022
I have the same question. ln the following examples for 5G NR, measured RSRP values are greater than zero. Could you please explain, why?

Melden Sie sich an, um zu kommentieren.

Kategorien

Mehr zu Test and Measurement finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by