代码搜索结果
找到约 10,000 项符合
Q 的代码
q.txt
abcdefghijklmn
opqrstuv
wxyabc123
nihaoawoshiwangliangying
okallrightgivemefive!
q.m
function [y]=Q(x)
% [y]=Q(x)
% Q evaluates the Q-function.
% y = 1/sqrt(2*pi) * integral from x to inf of exp(-t^2/2) dt.
% y = (1/2) * erfc(x/sqrt(2)).
y=(1/2)*erfc(x/sqrt(2));
q.m
function [a]=Q(rx_symbol,modulation)
%***********************************************************************
% This file carries out 'slicing' operation to the nearest constellation
%*************
q.txt
public class q
{
public long a_long_fld;
public String a_java_lang_String_fld;
public short b;
public short a_short_fld;
public q(String s)
{
a_long_fld = 0
q.m
function [y]=Q(x)
% [y]=Q(x)
% Q evaluates the Q-function.
% y = 1/sqrt(2*pi) * integral from x to inf of exp(-t^2/2) dt.
% y = (1/2) * erfc(x/sqrt(2)).
y=(1/2)*erfc(x/sqrt(2));
q.m
function [y]=Q(x)
% [y]=Q(x)
% Q evaluates the Q-function.
% y = 1/sqrt(2*pi) * integral from x to inf of exp(-t^2/2) dt.
% y = (1/2) * erfc(x/sqrt(2)).
y=(1/2)*erfc(x/sqrt(2));