代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/416230/11037555

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/416230/11037557

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/469539/6930101

m genrand.m

function Datatx = genrand(NumSymb,wordsize,NumCarr,Type) %GENRAND Generates random data to transmit % Datatx = genrand(NumSymb,wordsize,NumCarr) % Generates a data set with NumSymb number of rows
www.eeworm.com/read/467324/7009814

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 variables with me
www.eeworm.com/read/467324/7009828

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 variables with me
www.eeworm.com/read/467324/7009849

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 variables with me
www.eeworm.com/read/467324/7009863

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 variables with me
www.eeworm.com/read/466212/7041100

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 variables with me
www.eeworm.com/read/299984/7140578

m isfixed.m

%ISFIXED Test on fixed mapping % % I = ISFIXED(W) % ISFIXED(W) % % True if the mapping type of W is 'fixed' (see HELP MAPPINGS). If called % without an output argument ISFIXED generates an erro
www.eeworm.com/read/299984/7140613

m iscombiner.m

%ISCOMBINER Test whether the argument is a combiner mapping % % OK = ISCOMBINER(W) % ISCOMBINER(W) % % INPUT % W Mapping % % OUTPUT % OK 1/0 indicating if the mapping type of W is COMBINER