Home
last modified time | relevance | path

Searched refs:total_bit_errors (Results 1 – 14 of 14) sorted by relevance

/dports/audio/codec2/codec2-1.0.3/src/
H A Dfdmdv_put_test_bits.c46 int test_frame_sync, bit_errors, total_bit_errors, total_bits, ntest_bits; in main() local
93 total_bit_errors = 0; in main()
121 total_bit_errors += bit_errors; in main()
143 total_bit_errors += bit_errors; in main()
161 …printf("\nbits %d errors %d BER %1.4f\n", total_bits, total_bit_errors, (float)total_bit_errors/… in main()
H A Dfreedv_rx.c213 int total_bit_errors = freedv_get_total_bit_errors(freedv); in main() local
227 frame, sync, nin, snr_est, total_bit_errors, clock_offset); in main()
H A Dfreedv_700.c316 f->total_bit_errors += bit_errors; in freedv_comprx_700c()
350 f->total_bit_errors += bit_errors_lower + bit_errors_upper; in freedv_comprx_700c()
477 f->total_bit_errors += Nerrs_raw; in freedv_comp_short_rx_ofdm()
517 f->total_bit_errors++; in freedv_comp_short_rx_ofdm()
H A Dfreedv_1600.c189 f->total_bit_errors += golay23_count_errors(recd_codeword, codeword1); in freedv_comprx_fdmdv_1600()
233 f->total_bit_errors += bit_errors; in freedv_comprx_fdmdv_1600()
H A Dfreedv_2020.c241 f->total_bit_errors += Nerrs_raw; in freedv_comprx_2020()
304 f->total_bit_errors++; in freedv_comprx_2020()
H A Dfreedv_api_internal.h115 int total_bit_errors; member
H A Dfreedv_api.c1232 void freedv_set_total_bit_errors (struct freedv *f, int val) {f->total_bit_errors = val;} in freedv_set_total_bit_errors()
1363 int freedv_get_total_bit_errors (struct freedv *f) {return f->total_bit_errors;} in freedv_get_total_bit_errors()
H A Dfreedv_fsk.c534 f->total_bit_errors += Nerrs_raw; in freedv_rx_fsk_ldpc_data()
/dports/audio/codec2/codec2-1.0.3/octave/
H A Dfdmdv_demod_c.m25 total_bit_errors = 0; variable
44 total_bit_errors = total_bit_errors + bit_errors; variable
75 ber = total_bit_errors / total_bits;
76 printf("%d bits %d errors BER: %1.4f\n",total_bits, total_bit_errors, ber);
H A Dfdmdv_demod_coh.m27 total_bit_errors = 0; variable
140 total_bit_errors = total_bit_errors + bit_errors; variable
176 ber = total_bit_errors / total_bits;
178 printf("%d bits %d errors BER: %1.4f\n",total_bits, total_bit_errors, ber);
H A Dfdmdv_ut.m43 total_bit_errors = 0; variable
236 total_bit_errors = total_bit_errors + bit_errors; variable
271 ber = total_bit_errors / total_bits;
290 printf("errors......: %d\n", total_bit_errors);
H A Dfdmdv_demod.m29 total_bit_errors = 0; variable
202 total_bit_errors = total_bit_errors + bit_errors; variable
253 ber = total_bit_errors / total_bits;
254 …printf("%d bits %d errors BER: %1.4f PAPR(rx): %1.2f dB\n",total_bits, total_bit_errors, ber, pa…
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-vocoder/lib/
H A Dfreedv_rx_ss_impl.cc92 int total_bit_errors; in ~freedv_rx_ss_impl() local
96 total_bit_errors = freedv_get_total_bit_errors(d_freedv); in ~freedv_rx_ss_impl()
100 total_bit_errors, in ~freedv_rx_ss_impl()
101 (1.0 * total_bit_errors) / total_bits); in ~freedv_rx_ss_impl()
/dports/audio/codec2/codec2-1.0.3/stm32/unittest/src/
H A Dtst_api_demod.c203 int total_bit_errors = freedv_get_total_bit_errors(freedv); in main() local
206 frame, sync, nin, (double)snr_est, total_bit_errors); in main()