Home
last modified time | relevance | path

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

/babblesim_ext_2G4_modem_BLE_simple-3.6.0-3.5.0/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-3.6.0-3.5.0/src/
Dmodem_BLE_simple.c353 static double Q_function(double x) { in Q_function() argument
354 return 1.0/2.0*erfc(x/sqrt(2.0)); in Q_function()