代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/267889/11159227

m random_data.m

function d = random_data(block_size) % d = random_data(block_size) % % Generates a block of equiprobable random binary data, {0, 1} % % Input: % block_size = the number of bits to generate %
www.eeworm.com/read/248729/12544247

m sample_mc.m

function S = sample_mc(prior, trans, len, numex) % SAMPLE_MC Generate random sequences from a Markov chain. % STATE = SAMPLE_MC(PRIOR, TRANS, LEN) generates a sequence of length LEN. % % STATE = SAMPL
www.eeworm.com/read/237871/13923918

asm fet410_ta_25.asm

;****************************************************************************** ; MSP-FET430P410 Demo - Timer_A, Output DTMF, Cont. Mode, DCO SMCLK ; ; Description: This program outputs two ton
www.eeworm.com/read/105103/15678033

bat axsample.bat

REM This Batch-File generates a Sample-Program for the AX51-Assembler ax51 asample1.a51 debug xref ax51 asample2.a51 debug xref ax51 asample3.a51 debug xref lx51 asample1.obj,asample2.obj,asam
www.eeworm.com/read/192089/8407595

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/390716/8450505

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/188533/8530665

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/289731/8532073

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/288910/8594784

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/431776/8654984

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 %