代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/386624/8734653

m quadspace.m

function x=quadspace(a,b,n) %QUADSPACE Quadratically spaced vector. % QUADSPACE(x1, x2) generates a row vector of 100 quadratically % linearly spaced points between x1 and x2. % % QUADSPAC
www.eeworm.com/read/286640/8752711

m cp0202_ds.m

% % FUNCTION 2.7 : "cp0202_DS" % % Generates a random DS code % with periodicity 'Np' % % Programmed by Guerino Giancola % function [DScode]=cp0202_DS(Np); % -----------------------------
www.eeworm.com/read/286640/8752918

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/286640/8752922

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/430307/8757279

m quadspace.m

function x=quadspace(a,b,n) %QUADSPACE Quadratically spaced vector. % QUADSPACE(x1, x2) generates a row vector of 100 quadratically % linearly spaced points between x1 and x2. % % QUADSPAC
www.eeworm.com/read/429877/8784601

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/428849/8834400

html contents.html

Contents.m
www.eeworm.com/read/428849/8834928

m contents.m

% Probability distribution functions. % % estimation - (dir) Probability distribution estimation. % % dsamp - Generates samples from discrete distribution. % erfc2 - Normal cumulative dis
www.eeworm.com/read/187250/8838485

m genrand.m

function Datatx = genrand(NumSymb,wordsize,NumCarr) %GENRAND Generates random data to transmit % Datatx = genrand(NumSymb,wordsize,NumCarr) Datatx = floor(rand(NumSymb,NumCarr)*(2^wordsize));
www.eeworm.com/read/187250/8838529

m genrand.m

function Datatx = genrand(NumSymb,wordsize,NumCarr) %GENRAND Generates random data to transmit % Datatx = genrand(NumSymb,wordsize,NumCarr) Datatx = floor(rand(NumSymb,NumCarr)*(2^wordsize));