Home
last modified time | relevance | path

Searched refs:x (Results 1 – 3 of 3) sorted by relevance

/babblesim_ext_2G4_modem_BLE_simple-latest/matlab/
Ddigital_ber.m30 function [value] = alpi_q_func(x)
31 %function [value] = alpi_q_func(x)
36 value = 1/2*erfc(x/sqrt(2));
Danalog_model.m24 plot( (StartR:EndR), 10*log10(FilterRx) , 'x','DisplayName','Rx Filter');
/babblesim_ext_2G4_modem_BLE_simple-latest/src/
Dmodem_BLE_simple.c356 static double Q_function(double x) { in Q_function() argument
357 return 1.0/2.0*erfc(x/sqrt(2.0)); in Q_function()