bler = 0.5*( 1 - erf((mib-b)/(sqrt(2)*c)) );
Regards,
Oleksandr Puchko
--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ns-3-users+...@googlegroups.com.
To post to this group, send email to ns-3-...@googlegroups.com.
Visit this group at http://groups.google.com/group/ns-3-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.
hg clone http://lena.cttc.es/hg/lena/
Then I run script from bug fix that you mentioned: https://www.nsnam.org/bugzilla/show_bug.cgi?id=1508
After that I modified this script to have all possible MCSs, i.e. from 0 to 28
In the attachment you can find these two scripts, postprocessing scripts, which I used to plot the figures and figures itself.
I've also attached renamed DlMacStats.txt from two simulations, however you can obtained them by yourself.
The figures show MCS versus distance and TBsize versus distance for 1 and 5 km.
To use postprocessing scripts you should have gnuplot and bash.
As you will see from the figures for 5km distance, there are only 11MCS is used, but for my opinion it should be equal to the amount of CQI, i.e 16.
Regards,
Oleksandr Puchko
bler = 0.5*( 1 - erf((mib-b)/(sqrt(2)*c)) );
Hi Oleksandr,
Best regards,
marco.
Hi Oleksandr,
I've updated the figures in the lena repository (the ones for low MCSs were erroneous) and checking the behavior you reported. I can confirm that there is a bug in the coefficient "b" and "c" of the Gaussian cumulative approximation used in the simulator for what concern MCS 11, 15, 18, 19 (where they behave different to what reported in the figures in the documentation). Many thanks for your effort in discovering the bug.
The bug has been reported in bugzilla, here the link:
https://www.nsnam.org/bugzilla/show_bug.cgi?id=1628
We will work on this issue in the following weeks and, as usual, contributions and/or patches on this bug are more than welcome!!!
Best regards,
marco.