Minor opus_compare fix

This commit is contained in:
Jean-Marc Valin 2011-01-27 15:50:27 -05:00
parent 4cd3dd31ee
commit c30f8ca666

View file

@ -58,7 +58,7 @@ printf("Average pseudo-NMR: %3.2f dB\n", mean(mean(10*log10(NMR))));
if (sum(sum(weight))<1)
printf("Mismatch level: below noise floor\n");
err = -100*ones(size(NMR));
err = -100;
else
M = (T0./NMR) .* weight;