Searched refs:BER (Results 1 – 6 of 6) sorted by relevance
/babblesim_ext_2G4_modem_BLE_simple-3.6.0-3.5.0/matlab/ |
D | BER_test2.m | 5 %script to test the BER calculation of the C model (second part of test_ber.c) 7 load ../src/test/BER.txt 8 level = BER(:,1); 9 SNR = BER(:,2); 10 BER = BER(:,3); variable 25 semilogy(level,BER,'r'); hold on; 27 ylim([10^-8 1]); xlabel('dBm'); ylabel('BER');
|
D | BER_test.m | 5 %script to test the BER calculation of the C model (test_ber.c) 7 load ../src/test/BER.txt 8 SNR = BER(:,1); 9 BER = BER(:,2); variable 13 semilogy(SNR,BER,'r'); hold on;
|
D | digital_ber.m | 4 function BER = digital_ber(SNR) 12 BER = alpi_q_func(tmp); variable
|
/babblesim_ext_2G4_modem_BLE_simple-3.6.0-3.5.0/src/test/ |
D | test_ber.c | 24 double BER; in main() local 33 BER = ((double)BER_i)/RAND_PROB_1; in main() 34 fprintf(stdout,"%e %e\n",SNR,BER); in main() 79 double BER = ((double)BER_i)/RAND_PROB_1; in main() local 80 fprintf(stdout,"%e %e %e\n",level, OutputSNR, BER); in main()
|
/babblesim_ext_2G4_modem_BLE_simple-3.6.0-3.5.0/src/ |
D | .gitignore | 3 test/BER.txt
|
D | modem_BLE_simple.c | 511 double BER = Q_function(sqrt(SNR_nu)); //BER from [0..1.0] in modem_digital_perf_ber() local 514 return BER*RAND_PROB_1 + 0.5; //scaled to 32bits and rounded to nearest int. in modem_digital_perf_ber()
|