ManiAm / VENTOS_Public

VEhicular NeTwork Open Simulator (VENTOS)
http://maniam.github.io/VENTOS/
GNU General Public License v3.0
57 stars 25 forks source link

BER Plots #20

Open Naeemullah1 opened 6 years ago

Naeemullah1 commented 6 years ago

Respected Authors, I need to get the BER values during simulation to a log file. Please hint and guide accordingly. I have a platoon of 5 vehicles with Adversary and RSU in the simulation. I am getting Propagation delay but how can I log Bit Error Rate in Log Files??? Thank you

ManiAm commented 6 years ago

Sorry for the late reply.

Have you checked the 29.10 Collect DSRC PHY layer information section in the manual? Using it you can get the total PHY layer statistics in each node (vehicle).

Naeemullah1 commented 6 years ago

Thank you Sir, But the DSRC information only provides BER status, not the value of BER. For that purpose, I am usually calculating that values using a Matlab script. But I was wondering how can I access the BER calculation value if it is calculated in the framework. This could save much time. Or as an alternate, you can point me to the right direction, so that the external Matlab script is not needed. Thank you for your precious time Sir.