Increased FFT test threshold

This commit is contained in:
ismagom 2014-04-24 14:33:58 +01:00
parent 6c59735554
commit 587ff2c7f8

View file

@ -122,7 +122,7 @@ int main(int argc, char **argv) {
}
printf("MSE=%f\n", mse);
if (mse >= 0.05) {
if (mse >= 0.07) {
printf("MSE too large\n");
exit(-1);
}