Home | History | Annotate | Download | only in fec

Lines Matching refs:trials

40   int sr=0,trials = 10000,errcnt,framebits=2048;
82 trials = atoi(optarg);
111 printf("nframes = %d framesize = %d ebn0 = %.2f dB gain = %g\n",trials,framebits,ebn0,Gain);
113 for(tr=0;tr<trials;tr++){
154 printf("nframes = %d framesize = %d ebn0 = %.2f dB gain = %g\n",trials,framebits,ebn0,Gain);
157 tot_errs,(long long)framebits*trials,tot_errs/((double)framebits*trials),
162 /* Do time trials */
164 printf("Starting time trials\n");
166 for(tr=0;tr < trials;tr++){
178 printf("Execution time for %d %d-bit frames: %.2f sec\n",trials,
180 printf("decoder speed: %g bits/s\n",trials*framebits/extime);