Skip to content

Commit 34b1ad5

Browse files
Martin Brusezond
Martin Bruse
authored andcommitted
Replaced the 2f coeffs.
Replaced the coeffs from https://ieeexplore.ieee.org/document/8937179 with coeffs from https://www.audiolabs-erlangen.de/resources/2019-WASPAA-SEBASS/#NewModelParams, which provided slightly better mean performance.
1 parent 382366f commit 34b1ad5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

install_external_metrics.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,9 @@ func main() {
415415
}
416416
meanADB := adbSum / float64(count)
417417
meanAvgModDiff1 := avgModDiff1Sum / float64(count)
418-
fmt.Printf("SCORE=%f\n", 49.73 /
419-
(1 + math.Pow(-0.0315 * meanAvgModDiff1 - 0.73,
420-
2)) -46.95 * meanADB + 147.12)
418+
fmt.Printf("SCORE=%f\n", 56.1345 /
419+
(1 + math.Pow(-0.0282 * meanAvgModDiff1 - 0.8628,
420+
2)) -27.1451 * meanADB + 86.3515)
421421
}
422422
}
423423
EOF
@@ -571,4 +571,4 @@ EOF
571571
fi
572572
}
573573

574-
install_pesq
574+
install_pesq

0 commit comments

Comments
 (0)