代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/451487/7462929

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/451487/7462977

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/450313/7485787

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++) { f
www.eeworm.com/read/448031/7541352

m tx_modulate.m

function [mod_symbols,table, P] = tx_modulate(txdata_in, num_bits) %************************************************************************** %This program modulates the input binary data.The inp
www.eeworm.com/read/448021/7541783

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/446971/7562016

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/445827/7589601

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/442444/7651680

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/441967/7662274

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/441245/7672599

m lines5d.m

%LINES5D Generates three 5-dimensional lines % % A = LINES5D(N); % % Generates a data set of N points, on 3 non-crossing, non-parallel lines % in 5 dimensions. % % If N is a vector of sizes, exactly