代码搜索:Generates

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

代码结果 10,000
www.eeworm.com/read/259112/11820013

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/259112/11820016

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/154760/11928850

m perext.m

function y = perext(x,n,ty) % PEREXT Periodic extension of a signal. % % Y = PEREXT(X,P,OPT) generates periodic extension (PE) of X % P=is a 2 element vector [T ts]=[period sampling interval
www.eeworm.com/read/154760/11929071

m evenodd.m

function [e,o,n] = evenodd(x,t) % EVENODD Even and odd parts of a signal. % % [E,O,T] = EVENODD(X,tn) generates the even and odd part of X % tn is the CT or DT time index for x
www.eeworm.com/read/343174/11967134

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/342749/12003630

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/342749/12003650

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/342749/12003790

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/341613/12075380

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/341613/12075452

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. %