Skip to content

How to use analyzer #403

Closed Answered by dvdgrgrtt
fllay asked this question in srsRAN-matlab
Jan 14, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hi @fllay, thanks for looking into the analyzers.

The srsResourceGridAnalyzer is very simple, you only need to pick an uplink slot from the log, any of the lines like the following one

2023-10-08T19:14:54.738749 [Upper PHY] [I] [  690.17] RX_SYMBOL: sector=0 offset=79705 size=8568

which show the offset and size you have to provide to the function (in a similar way to what you do for the PRACH).

As for the PUSCH and PUCCH analyzers, they're a bit more complicated. First of all, you need to set the PHY log level to debug, otherwise you won't get all the data you need. Then, you have to look for the PUSCH transmission you want to analyze and find the corresponding transmitting slot - for in…

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@fllay
Comment options

@pgawlowicz
Comment options

Answer selected by fllay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants