代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/473001/6853700

h mt.h

/* A C-program for MT19937: Integer version (1998/4/6) */ /* genrand() generates one pseudorandom unsigned integer (32bit) */ /* which is uniformly distributed among 0 to 2^32-1 for eac
www.eeworm.com/read/473001/6853833

h rand-mt.h

/* A C-program for MT19937: Integer version (1998/4/6) */ /* genrand() generates one pseudorandom unsigned integer (32bit) */ /* which is uniformly distributed among 0 to 2^32-1 for eac
www.eeworm.com/read/471423/6892499

m ls_mse_calc.m

%Function Declaration: function ms_error=LS_MSE_calc(X,H,Y); %This function generates mean squared error for the the LS estimator.. %EVALUATION OF Hls Hls =(inv(X)) * Y; %The simplest of 'em all
www.eeworm.com/read/194767/8186667

m markov.m

function S = markov(P,T,S0); %MARKOV generates a realization of a Markov chain with transition matrix P. % S = markov(P,T) returns a T x 1 vector S, which is a realization % o
www.eeworm.com/read/194516/8191367

m altes.m

function x=altes(N,fmin,fmax,alpha) ; %ALTES Altes signal in time domain. % X=ALTES(N,FMIN,FMAX,ALPHA) generates the Altes signal in % the time domain. % % N : number of points in time % FMIN
www.eeworm.com/read/194516/8191397

m fmconst.m

function [y,iflaw] = fmconst(N,fnorm,t0); %FMCONST Signal with constant frequency modulation. % [Y,IFLAW] = FMCONST(N,FNORM,T0) generates a frequency modulation % with a constant frequency fnorm. %
www.eeworm.com/read/194516/8191403

m anastep.m

function y=anastep(N,ti); %ANASTEP Analytic projection of unit step signal. % Y=ANASTEP(N,TI) generates the analytic projection of a % unit step signal. % % N : number of points. % TI : starting pos
www.eeworm.com/read/194440/8193541

m qmatrix.m

function qmat=qmatrix(q,t,w,tw) % qmat=qmatrix(q,t,w,tw) % % Generates a matrix which applies a forward q filter. The qmatrix is % also bandlimited by a stationary "source signature" waveform. % % q
www.eeworm.com/read/294899/8194881

c sweepde.c

//SweepDE.c Generates a sweeping sinusoid using a difference equation #include #define two_pi (2*3.1415926) //2*pi #define two_14 16384 //2^14 #define T
www.eeworm.com/read/294870/8196424

m altes.m

function x=altes(N,fmin,fmax,alpha) ; %ALTES Altes signal in time domain. % X=ALTES(N,FMIN,FMAX,ALPHA) generates the Altes signal in % the time domain. % % N : number of points in time % FMIN