Minor opus_compare fix
This commit is contained in:
parent
4cd3dd31ee
commit
c30f8ca666
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ printf("Average pseudo-NMR: %3.2f dB\n", mean(mean(10*log10(NMR))));
|
||||||
|
|
||||||
if (sum(sum(weight))<1)
|
if (sum(sum(weight))<1)
|
||||||
printf("Mismatch level: below noise floor\n");
|
printf("Mismatch level: below noise floor\n");
|
||||||
err = -100*ones(size(NMR));
|
err = -100;
|
||||||
else
|
else
|
||||||
M = (T0./NMR) .* weight;
|
M = (T0./NMR) .* weight;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue