代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/300086/13936329

m multi_gp.m

function [x] = multi_gp(m,C) % [x]=multi_gp(m,C) % MULTI_GP generates a multivariate Gaussian random % process with mean vector m (column vector), and covariance matrix C. N=length(m); for
www.eeworm.com/read/134619/13979957

cpp genera2.cpp

/* The following code example is taken from the book * "The C++ Standard Library - A Tutorial and Reference" * by Nicolai M. Josuttis, Addison-Wesley, 1999 * * (C) Copyright Nicolai M. Josutti
www.eeworm.com/read/134210/14000857

m tx_modulate.m

function mod_symbols = tx_modulate(bits_in, modulation) full_len = length(bits_in); % BPSK modulation if ~isempty(findstr(modulation, 'BPSK')) % Angle [pi/4 -3*pi/4] corresponds to %
www.eeworm.com/read/236649/14006008

c alg16.c

#include #include class even_by_twos { public: even_by_twos( int seed = 0 ) : _seed( seed ){} int operator()() { return _seed += 2; } private: int _seed; }; templat
www.eeworm.com/read/236644/14006858

c alg16.c

#include #include class even_by_twos { public: even_by_twos( int seed = 0 ) : _seed( seed ){} int operator()() { return _seed += 2; } private: int _seed; }; templat
www.eeworm.com/read/132953/14065346

m multi_gp.m

function [x] = multi_gp(m,C) % [x]=multi_gp(m,C) % MULTI_GP generates a multivariate Gaussian random % process with mean vector m (column vector), and covariance matrix C. N=length(m); for i=1:
www.eeworm.com/read/235309/14074941

m stepseq.m

function[x,n]=stepseq(n0,n1,n2) %单位阶跃序列 %generates x(n)=u(n-n0);n1
www.eeworm.com/read/204980/15330600

h realinit.h

/*This is the file which initializes the population*/ void realinit(population *pop_ptr); void realinit(population *pop_ptr) { int i,j,r,d2; float d,d1; for (i = 0 ; i < popsize ; i++) {
www.eeworm.com/read/204559/15336956

c alg16.c

#include #include class even_by_twos { public: even_by_twos( int seed = 0 ) : _seed( seed ){} int operator()() { return _seed += 2; } private: int _seed; }; templat
www.eeworm.com/read/203109/15365405

m tx_modulate.m

function mod_symbols = tx_modulate(bits_in, modulation) full_len = length(bits_in); % BPSK modulation if ~isempty(findstr(modulation, 'BPSK')) % Angle [pi/4 -3*pi/4] corresponds to %