代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/173932/9629734

m fig2_3.m

%This program generates Figure 2.3. close all clear all logpfa = linspace(.01,250,1000); var = 10.^(logpfa ./ 10.0); vtnorm = sqrt( log (var)); semilogx(logpfa, vtnorm,'k') grid
www.eeworm.com/read/173140/9670843

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
www.eeworm.com/read/173140/9671006

m cm_f34.m

% script that generates the figure 3.4 of Carrier modulation chapter snrindB=0:0.25:18; for i=1:length(snrindB), snr=10^(0.1*snrindB(i)); P2(i)=Qfunct(sqrt(2*snr)); P4(i)=2*Qfunct(sqrt(4*snr)*si
www.eeworm.com/read/172308/9714792

c subprogram.c

#include "stdio.h" #include "head.h" #include "math.h" #include "malloc.h" #include //#include #include /* function [n1,n2]=gngauss(m,sgma) % [n1 n2]=gngauss
www.eeworm.com/read/172308/9714808

c subprogram.c

#include "stdio.h" #include "head.h" #include "math.h" #include "malloc.h" #include "stdlib.h" #include "time.h" /* function [n1,n2]=gngauss(m,sgma) % [n1 n2]=gngauss(m,sgma) % [n1 n2]=gnga
www.eeworm.com/read/269672/11084488

m cp0201_bits.m

% % FUNCTION 2.1 : "cp0201_bits" % % Generates a stream of equiprobable binary values ('bits') % The number of bits ('numbits') is an input parameter % % Programmed by Guerino Giancola % fun
www.eeworm.com/read/414864/11098679

m cp0201_th.m

% % FUNCTION 2.3 : "cp0201_TH" % % Generates a pseudorandom TH code % with periodicity 'Np' and cardinality 'Nh' % % Programmed by Guerino Giancola % function [THcode]=cp0201_TH(Nh,Np); %
www.eeworm.com/read/414864/11098693

m cp0201_bits.m

% % FUNCTION 2.1 : "cp0201_bits" % % Generates a stream of equiprobable binary values ('bits') % The number of bits ('numbits') is an input parameter % % Programmed by Guerino Giancola % fun
www.eeworm.com/read/414863/11098746

m cp0201_th.m

% % FUNCTION 2.3 : "cp0201_TH" % % Generates a pseudorandom TH code % with periodicity 'Np' and cardinality 'Nh' % % Programmed by Guerino Giancola % function [THcode]=cp0201_TH(Nh,Np); %
www.eeworm.com/read/414863/11098751

m cp0201_bits.m

% % FUNCTION 2.1 : "cp0201_bits" % % Generates a stream of equiprobable binary values ('bits') % The number of bits ('numbits') is an input parameter % % Programmed by Guerino Giancola % fun