rmartin5 / aqua-sim-ng

Aqua-Sim on NS3
81 stars 41 forks source link

Wrong PER calculation #33

Closed donghuiyong closed 1 month ago

donghuiyong commented 1 month 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 1 month ago

Fixed in commit 8b3f1c9