- helperNRRLCLogger — Create an object for the radio link control (RLC) traces logging
- helperNRSchedulingLogger — Create an object for the scheduler traces logging
- helperNRGridVisualizer —Create an object for channel quality indicator (CQI) and resource block (RB) grid visualization
BSR generation in NR FDD Scheduling Performance Evaluation Example
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Nadezda
el 4 de Mayo de 2023
Comentada: Nadezda
el 9 de Jun. de 2023
Can someone help me to understand what function generates the buffer status (Buffer status of UEs (In bytes)) for UL in this example code?
The final results are stored in simulationLogs or in LogInfo as well. However, it is not clear inwhich function they are being generated.
The example uses event based code, which is difficult to undestand.
You can access the code using command openExample('5g/NRFDDSchedulingPerformanceEvaluationExample') .
0 comentarios
Respuesta aceptada
Das
el 26 de Mayo de 2023
Hi Nadezda,
The example NR FDD Scheduling Performance uses the nrUE object to create and configure a new radio (NR) user equipment (UE) node. The medium access control (MAC) layer of this UE node generates the buffer status report (BSR) internally. For more information about the nrUE object, read this page.
The example uses the connectUE object function to connect one or more UE nodes to an NR base station node (gNB). You can use this function to set the Uplink (UL) BSR periodicity (Frequency of generating the BSR report). For example, BSRPeriodicity=5 sets UL BSR to 5 subframes. For more information about the connectUE object function, read this page.
Regarding simulationLogs, the example uses these functions (helper) to generate them. The example saves the simulation logs in a MAT file.
I hope this information addresses your concerns.
Regards,
Das
2 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre System-Level Simulation en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!