rmartin5 / aqua-sim-ng

Aqua-Sim on NS3
85 stars 42 forks source link

Wrong PER calculation #33

Closed donghuiyong closed 3 months ago

donghuiyong commented 4 months ago

https://github.com/rmartin5/aqua-sim-ng/blob/78884179c2543466698521f0c0f9a24d899106b2/model/aqua-sim-modulation.cc#L70 shoule be return 1 - std::pow(1 - m_ber, pktSize);

dugdmitry commented 3 months ago

Fixed in commit 8b3f1c9