代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/412275/11207327

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/335938/12489369

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/335795/12498414

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/147347/12561279

m qpskmod.m

function mod_symbols=QPSKMod(bits_in); full_len = length(bits_in); if rem(full_len,2)~=0 error('Unimplemented modulation'); end table=exp(j*[-3/4*pi 3/4*pi 1/4*pi -1/4*pi]); % genera
www.eeworm.com/read/147096/12583546

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/147096/12584880

m logic_mf.m

function lo=logic_mf(x,y); %LOGIC_MF generates code for the combinatorial logic block. % LO = LOGIC_MF(X,Y) generates logic operation vector LO, % depending on the information provided in X % ('AN
www.eeworm.com/read/334435/12602521

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/247673/12632761

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/135898/13888671

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/300562/13905734

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: