lib,phy: Fix thresholds in Viterbi test

Under the NEON architecture, one of the BER thresholds was too tight.
This commit is contained in:
dvdgrgrtt 2022-02-08 15:50:55 +00:00 committed by Andre Puschmann
parent e4a15c9c51
commit 01ef334a24
1 changed files with 1 additions and 1 deletions

View File

@ -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, 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, 3.0, 110},
{100, 1, 1000, true, 4.5, 5},