代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/317775/13497503

m exa010305.m

%--------------------------------------------------------------------------------------- % exa010305.m, for example 1.3.5 % 说明 幅度为三角波的幅度调制信号在长度变化前后,信号的时间中心、频率最小、时宽 % 和带宽的变化情况; %
www.eeworm.com/read/316047/13531468

m plot_proc.m

%plot_proc is used to change properties of a user selected curves % % plot_proc(nTask,arg1,arg2) %where % nTask -- curve manipulation code % 1 display dialog box for preference %
www.eeworm.com/read/316047/13531481

m sys_design.m

%sys_design is the function used in CtrlLAB for administrating system design tasks. % %Available Design Tasks are: % % 1 for lead/lag compensator design % 2 for LQ optimal regulator/controller
www.eeworm.com/read/315069/13552923

m plot_proc.m

%plot_proc is used to change properties of a user selected curves % % plot_proc(nTask,arg1,arg2) %where % nTask -- curve manipulation code % 1 display dialog box for preference %
www.eeworm.com/read/315069/13552936

m sys_design.m

%sys_design is the function used in CtrlLAB for administrating system design tasks. % %Available Design Tasks are: % % 1 for lead/lag compensator design % 2 for LQ optimal regulator/controller
www.eeworm.com/read/314800/13559048

m exa010305.m

%--------------------------------------------------------------------------------------- % exa010305.m, for example 1.3.5 % 说明 幅度为三角波的幅度调制信号在长度变化前后,信号的时间中心、频率最小、时宽 % 和带宽的变化情况; %
www.eeworm.com/read/313956/13577928

m invmulaw.m

function x=invmulaw(y,mu) %INVMULAW The inverse of mu-law nonlinearity %X=INVMULAW(Y,MU) Y=Normalized output of the mu-law nonlinearity x=(((1+mu).^(abs(y))-1)./mu).*signum(y);
www.eeworm.com/read/312592/13608473

m invmulaw.m

function x=invmulaw(y,mu) %INVMULAW The inverse of mu-law nonlinearity %X=INVMULAW(Y,MU) Y=Normalized output of the mu-law nonlinearity x=(((1+mu).^(abs(y))-1)./mu).*signum(y);
www.eeworm.com/read/312281/13614196

m ball_bounce.m

function ball_bounce() %BALL_BOUNCE is a demo of GUI design for the book. %designed by Professor Dingyu Xue (c), 5 April, 2000 h_main=figure('Units','normalized','Position',[0.3,0.3,0.5,0.4],...
www.eeworm.com/read/306131/13752198

m mmn2px.m

function y=mmn2px(x,Hf) %MMN2PX Normalized to Pixel Coordinate Transformation. % MMN2PX(X) converts the position vector X from % normalized coordinates to pixel coordinates w.r.t. % the computer scree