代码搜索:Generates

找到约 10,000 项符合「Generates」的源代码

代码结果 10,000
www.eeworm.com/read/167781/9952766

m a2dt.m

function beq = a2dT(d,n) % BEQ = A2DT(D, N) generates the decimal % equivalent beq of the binary representation % of a decimal number D with N bits for the % magnitude part obtained by truncation
www.eeworm.com/read/167781/9952770

m a2dr.m

function beq = a2dR(d,n) % BEQ = A2DR(D, N) generates the decimal % equivalent beq of the binary representation % of a decimal number D with N bits for the % magnitude part obtained by rounding %
www.eeworm.com/read/167116/9980476

m randmcg.m

function r = randmcg(p,q) %RANDMCG Multiplicative congruential uniform random number generator. % Based on the parameters used by MATLAB version 4. % The statement % r = randmcg % generates a
www.eeworm.com/read/166765/10000105

m gngauss.m

function [gsrv1,gsrv2]=gngauss(m,sgma) % [gsrv1,gsrv2]=gngauss(m,sgma) % [gsrv1,gsrv2]=gngauss(sgma) % [gsrv1,gsrv2]=gngauss % GNGAUSS generates two independent Gaussian random variabl
www.eeworm.com/read/362246/10009872

m contents.m

% Data sets used by the STPRtool. % % andersons_task - (dir) Input for demo on Generalized Anderson's task. % binary_separable - (dir) Input for demo on Linear classification. % gmm_sample - (
www.eeworm.com/read/165851/10049000

m a2dt.m

function beq = a2dT(d,n) % BEQ = A2DT(D, N) generates the decimal % equivalent beq of the binary representation % of a decimal number D with N bits for the % magnitude part obtained by truncation
www.eeworm.com/read/165851/10049005

m a2dr.m

function beq = a2dR(d,n) % BEQ = A2DR(D, N) generates the decimal % equivalent beq of the binary representation % of a decimal number D with N bits for the % magnitude part obtained by rounding %
www.eeworm.com/read/357506/10208408

m a2dt.m

function beq = a2dT(d,n) % BEQ = A2DT(D, N) generates the decimal % equivalent beq of the binary representation % of a decimal number D with N bits for the % magnitude part obtained by truncation
www.eeworm.com/read/357506/10208409

m a2dr.m

function beq = a2dR(d,n) % BEQ = A2DR(D, N) generates the decimal % equivalent beq of the binary representation % of a decimal number D with N bits for the % magnitude part obtained by rounding %
www.eeworm.com/read/356723/10222191

m fig4_3.m

%This program generates Figure 4.3. logpfa = .1:.05:25; var = 10.^(logpfa ./ 10.0); vtnorm = sqrt( log (var)); plot(logpfa, vtnorm,'k') grid