Commit 6f38c94d authored by Raymond Knopp's avatar Raymond Knopp

error statistics for nr_pbchsim

parent d7c71252
......@@ -532,10 +532,11 @@ int main(int argc, char **argv)
SISO,
UE->high_speed_flag);
if (ret<0) n_errors++;
}
} //noise trials
printf("SNR %f : n_errors = %d/%d\n", SNR,n_errors,n_trials);
printf("SNR %f : n_errors (negative CRC) = %d/%d\n", SNR,n_errors,n_trials);
if (n_trials==1)
break;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment