Bugzilla – Bug 2588
PER model should be improved
Last modified: 2017-08-17 11:21:28 UTC
Currently UAN supports: - FH-FSK PER model for micro modem - a simple threshold PER model. This is not enough for an accurate simulation. Proposed improvement: - micro modem should only support FSK as UanTxMode - micro modem's PER class should check that the input UanTxMode is compatible - a new PER model should be devised in order to compute PER from BER, taking into account the current UanTxMode.
fix already partially developed, patch to follow.
Created attachment 2807 [details] proposed new model a new PER calculator class has been added in order to support standard PER computations. stricter check has been also enforced on other PER calculations. A fatal error will be thrown in case of incompatible tx mode and PER calculator.
Tom, the patch has been reviewed by external UAN users. Let me know if you require me to change anything. thanks
committed in changeset 13046:148275861a43