lib,phy: Fix thresholds in Viterbi test

Under the NEON architecture, one of the BER thresholds was too tight.
master
dvdgrgrtt 3 years ago committed by Andre Puschmann
parent e4a15c9c51
commit 01ef334a24

@ -53,7 +53,7 @@ static expected_errors_t expected_errors[] = {{1000, 1, 40, true, 0.0, 7282},
{1000, 1, 56, true, 3.0, 176}, {1000, 1, 56, true, 3.0, 176},
{1000, 1, 56, true, 4.5, 24}, {1000, 1, 56, true, 4.5, 24},
{100, 1, 1000, true, 0.0, 13208}, {100, 1, 1000, true, 0.0, 16000},
{100, 1, 1000, true, 2.0, 939}, {100, 1, 1000, true, 2.0, 939},
{100, 1, 1000, true, 3.0, 110}, {100, 1, 1000, true, 3.0, 110},
{100, 1, 1000, true, 4.5, 5}, {100, 1, 1000, true, 4.5, 5},

Loading…
Cancel
Save