代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/441609/7668387

m cp0201_th.m

% % FUNCTION 2.3 : "cp0201_TH" % % Generates a pseudorandom Time Hopping code % with periodicity 'Np' and cardinality 'Nh' % % Programmed by Guerino Giancola % function [THcode]=cp0201_TH(Nh
www.eeworm.com/read/441609/7668390

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/441609/7668409

m cp0201_th.m

% % FUNCTION 2.3 : "cp0201_TH" % % Generates a pseudorandom Time Hopping code % with periodicity 'Np' and cardinality 'Nh' % % Programmed by Guerino Giancola % function [THcode]=cp0201_TH(Nh
www.eeworm.com/read/441609/7668411

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/439815/7701251

m randint2.m

function out = randint2(varargin); %RANDINT Generate matrix of uniformly distributed random integers. % OUT = RANDINT generates a "0" or "1" with equal probability. % % OUT = RANDINT(M) genera
www.eeworm.com/read/439811/7701403

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*sn
www.eeworm.com/read/439372/7711444

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/439372/7711447

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/299920/7820739

cpp signalgenerator.cpp

/********************************************************* * SignalGenerator -- Generates one random bit * * Function -- GenBit * * Return -- one ran
www.eeworm.com/read/299920/7820753

cpp impulsegenerator.cpp

/******************************************************************** * ImpulseGenerator -- Generates an eight sample symbol impulse * * Functions -- GenImpulse