LLusvarghi / MoReV2X

MoReV2X - A New Radio Vehicular Communication Module for ns-3
GNU General Public License v2.0
14 stars 6 forks source link

KPIs for paper reproduction #2

Closed xxxxxy211 closed 2 months ago

xxxxxy211 commented 2 months ago

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!

xxxxxy211 commented 2 months ago

My email is zhangjiaming@mail.dlut.edu.cn. You can contact me via email or github, thank you very much