代码搜索:Normalized

找到约 4,216 项符合「Normalized」的源代码

代码结果 4,216
www.eeworm.com/read/194440/8194259

m editcvpavg.m

% Edit average CVP values % Functions called - moveavgcvp avgcvpinfo plotavgCVPlines % avgrangecb avgnextcb avgCVPshotrange % % Data storage is handled by the avgcvpinfo function,
www.eeworm.com/read/294870/8197024

m plotifl.m

function plotifl(t,iflaws); %PLOTIFL Plot normalized instantaneous frequency laws. % PLOTIFL(T,IFLAWS) plot the normalized instantaneous frequency % laws of each signal component. % % T : tim
www.eeworm.com/read/293183/8310935

m randnr.m

function w = randnr(s,r) %RANDNR Normalized row random generator. % % RANDNR(S,R) % S - Size of neuron layer (# of rows). % R - Number of inputs (# of columns). % Returns an SxR weight matrix. %
www.eeworm.com/read/393068/8313826

m ambiguity.m

function Z = ambiguity(Ut, normalized) % FOR GOOD RESULTS the length of the input vector (Ut)should be more % than 7 % Example - a rectangular pulse shuld be [1 1 1 1 1 1 1] % if
www.eeworm.com/read/369168/9660351

m bpresult.m

function BPresult(Y) figure(... 'Name','齿轮箱故障诊断结果图',... 'NumberTitle','off', ... 'menubar','none',... 'Units','normalized'); whitebg('w'); x=1:5; plot(x,Y(:,1),'
www.eeworm.com/read/369168/9660352

m bpdevresult.m

function BPdevresult(Y) figure(... 'Name','设备状态分类图',... 'NumberTitle','off', ... 'menubar','none',... 'Units','normalized'); whitebg('w'); x=1:4; plot(x,Y(:,1),'
www.eeworm.com/read/173140/9671033

m dsb_mod.m

function u=dsb_mod(m,ts,fc) % u=dsb_mod(m,ts,fc) %DSB_MOD takes signal m sampled at ts and carrier % freq. fc as input and returns the DSB modulated % signal. ts
www.eeworm.com/read/171239/9765082

m dsb_mod.m

function u=dsb_mod(m,ts,fc) % u=dsb_mod(m,ts,fc) %DSB_MOD takes signal m sampled at ts and carrier % freq. fc as input and returns the DSB modulated % signal. ts
www.eeworm.com/read/170936/9779406

m demprior.m

function demprior(action); %DEMPRIOR Demonstrate sampling from a multi-parameter Gaussian prior. % % Description % This function plots the functions represented by a multi-layer % perceptron network w
www.eeworm.com/read/415313/11076726

m demprior.m

function demprior(action); %DEMPRIOR Demonstrate sampling from a multi-parameter Gaussian prior. % % Description % This function plots the functions represented by a multi-layer % perceptron network w