hi,
I am trying to reproduce the paper A comparative analysis of the semi-persistent and dynamic scheduling schemes in NR-V2X mode 2.
I now know how to run the MoReV2X V2X simulator, which generates some log files for data analysis (such as generating KPIs such as PRR).
For example, I currently want to get PRR. I currently have RxFile.txt and TxFile.txt.
I got the formula sum(Y)/sum(Z) for calculating PRR from MoReV2X – A New Radio Vehicular Communication Module for ns-3. sum(Y) is very easy to get from RxFile.txt. When I want to count sum(Z), should I get the number of vehicles within the sensing range of the sending vehicle from TxFile.txt to get the number of vehicles that should receive the message?
I see that there are other KPIs in the paper. Can you provide a statistical script to generate KPIs? This will be very helpful to me. Thank you very much!
hi, I am trying to reproduce the paper A comparative analysis of the semi-persistent and dynamic scheduling schemes in NR-V2X mode 2. I now know how to run the MoReV2X V2X simulator, which generates some log files for data analysis (such as generating KPIs such as PRR). For example, I currently want to get PRR. I currently have RxFile.txt and TxFile.txt. I got the formula sum(Y)/sum(Z) for calculating PRR from MoReV2X – A New Radio Vehicular Communication Module for ns-3. sum(Y) is very easy to get from RxFile.txt. When I want to count sum(Z), should I get the number of vehicles within the sensing range of the sending vehicle from TxFile.txt to get the number of vehicles that should receive the message?
I see that there are other KPIs in the paper. Can you provide a statistical script to generate KPIs? This will be very helpful to me. Thank you very much!