代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/123749/14614336

m message.m

function h0=message(opt,msg1,msg2,hdl_msg) %function h0=message(opt,msg1,msg2,hdl_msg) % display a message in a popup window % opt = 1 interactive mode % 2 message only % 3 chan
www.eeworm.com/read/123749/14614352

m check_unitsfig.m

function action=check_unitsfig(opt) % check consistency of the units of coordinates to determine the appropriate normalization factors % opt =1 : decide whether to enter conversion factors automatic
www.eeworm.com/read/123749/14614375

m validationfig.m

function validationfig() %% function validationfig() establishes the Validation GUI window %% %% Kriging Software Package version 3.0, May 1, 2004 %% Copyright (c) 1999, 2001, 2004, property
www.eeworm.com/read/223583/14623177

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/223583/14623231

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/122497/14687630

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
www.eeworm.com/read/217968/14942076

m control_all.m

% control fileL1; %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% h_push1=uicontrol(gcfk,'style','push',... 'unit','normalized','position',[0.76,0.69,0.05,0.04],... 'BackgroundCo
www.eeworm.com/read/217968/14942081

m filel1.m

% 生成面版 close all gcfk=figure('Position',[29 91 1029 664]); h_text1=uicontrol(gcfk,'style','text',... 'unit','normalized','position',[0.55,0.75,0.05,0.03],... 'BackgroundColor','w','ForegroundColo
www.eeworm.com/read/217949/14942614

m const_swr_circle.m

function const_SWR_circle(Z,linespec) % % This function plots a constant SWR circle in the Smith Chart % % It is assume that global variable Z0 has % already been set (see Set_Z0 function)
www.eeworm.com/read/217949/14942622

m const_r_circle.m

function const_R_circle(R,linespec) % % This function plots a constant resistance circle in the Smith Chart % % It is assume that global variable Z0 has % already been set (see Set_Z0 func