Searched refs:x (Results 1 – 3 of 3) sorted by relevance
30 function [value] = alpi_q_func(x)31 %function [value] = alpi_q_func(x)36 value = 1/2*erfc(x/sqrt(2));
24 plot( (StartR:EndR), 10*log10(FilterRx) , 'x','DisplayName','Rx Filter');
353 static double Q_function(double x) { in Q_function() argument354 return 1.0/2.0*erfc(x/sqrt(2.0)); in Q_function()