Skip to content
Snippets Groups Projects
Commit c30f8ca6 authored by Jean-Marc Valin's avatar Jean-Marc Valin
Browse files

Minor opus_compare fix

parent 4cd3dd31
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment