代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/129404/14247879

m dwt2_mu2.m

clear('all'); mu; mu1; mu2; mu = fliplr(mu'); mu1 = fliplr(mu1'); mu2 = fliplr(mu2'); mu2 = log(mu2); MUX = mu2-mean(mu2); sampling_rate = 1; clf; subplot(3,1,1) scale_level = 4; y = DWT2(MUX, sam
www.eeworm.com/read/121688/14741978

h loadinfo.h

#ifndef PARAMS # if __STDC__ # define PARAMS(args) args # else # define PARAMS(args) () # endif #endif /* Encoding of locale name parts. */ #define CEN_REVISION 1 #define CEN_SPONSOR 2 #define C
www.eeworm.com/read/220289/14843878

m demtrain.m

function demtrain(action); %DEMTRAIN Demonstrate training of MLP network. % % Description % DEMTRAIN brings up a simple GUI to show the training of an MLP % network on classification and regression pr
www.eeworm.com/read/212794/15149141

m vtb5_6.m

function vtb5_6(mu,beta,rmin,rmax) %VTB5_6 Surface plot of the normalized amplitude of the primary % mass for a damped absorber design. % VTB5_6(mu,beta,rmin,rmax) displays the 3-D plot for normaliz
www.eeworm.com/read/212307/15160188

m demtrain.m

function demtrain(action); %DEMTRAIN Demonstrate training of MLP network. % % Description % DEMTRAIN brings up a simple GUI to show the training of an MLP % network on classification and regression pr
www.eeworm.com/read/158865/5593047

h loadinfo.h

#ifndef PARAMS # if __STDC__ # define PARAMS(args) args # else # define PARAMS(args) () # endif #endif /* Encoding of locale name parts. */ #define CEN_REVISION 1 #define CEN_SPONSOR 2 #define C
www.eeworm.com/read/475942/6770727

m num2mass.m

function str=num2mass(m,tab) %NUM2MASS Displays mass in SI-units. % STR = NUM2MASS(M,TAB) returns a string containing % the value of the mass M (in kg) normalized in a proper power % of gra
www.eeworm.com/read/393976/8252700

m vtb5_6.m

function vtb5_6(mu,beta,rmin,rmax) %VTB5_6 Surface plot of the normalized amplitude of the primary % mass for a damped absorber design. % VTB5_6(mu,beta,rmin,rmax) displays the 3-D plot for normaliz
www.eeworm.com/read/293761/8275687

m plotautocorr.m

%%%%%%%%%%%%% Plot Autocorr %%%%%%%%%%%%%%% function Plot_Autocorr=PlotAutocorr(Auto_corr,t) %%%% Autocorr=Auto_corr; Time=t; P2=plot(Time,Autocorr); Title=title('Normalized Autoco
www.eeworm.com/read/173932/9629540

m fig710.m

clear all fofr = 0:0.001:1; f1 = 4.0 .* fofr; f2 = 5.0 .* fofr; arg1 = pi .* f1; arg2 = pi .* f2; resp1 = abs(sin(arg1)); resp2 = abs(sin(arg2)); resp = resp1+resp2; max1 = max(resp); resp =