代码搜索结果
找到约 1,193 项符合
Q 的代码
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));
schk.fit.eqn
--Q[2] is Q[2] at LC_X22_Y17_N4
--operation mode is normal
Q[2]_lut_out = !Q[3] & A1L9;
Q[2] = DFFEA(Q[2]_lut_out, GLOBAL(CLK), !GLOBAL(CLR), , , , );
--Q[1] is Q[1] at LC_X22_Y17_N9
--oper
schk.map.eqn
--Q[2] is Q[2]
--operation mode is normal
Q[2]_lut_out = A1L9 & !Q[3];
Q[2] = DFFEA(Q[2]_lut_out, CLK, !CLR, , , , );
--Q[1] is Q[1]
--operation mode is normal
Q[1]_lut_out = A1L11 & !Q[
e0445.m
Q=deconv([1 8 0 0 -10],[2 -1 3])
[Q,r]=deconv([1 8 0 0 -10],[2 -1 3])