代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/271760/10982342

m legd_proc.m

%legd_proc processing legends on a graphics window. % % i_Legends=legd_proc(nTask,arg1) %where % nTask -- the code for legend processing. Details can be found in the comments %
www.eeworm.com/read/271760/10982345

m display_str.m

%display_str show strings in the current window or convert a string into TeX format % % [xL,h]=display_str(x,y,Str1,nCol,vis,nFSize,... % fName,fWeight,fAngle) % %where % % xL -- the
www.eeworm.com/read/271566/10989566

m legd_proc.m

%legd_proc processing legends on a graphics window. % % i_Legends=legd_proc(nTask,arg1) %where % nTask -- the code for legend processing. Details can be found in the comments %
www.eeworm.com/read/271566/10989569

m display_str.m

%display_str show strings in the current window or convert a string into TeX format % % [xL,h]=display_str(x,y,Str1,nCol,vis,nFSize,... % fName,fWeight,fAngle) % %where % % xL -- the
www.eeworm.com/read/271244/11002149

m toptitle.m

function h=toptitle(string) % The function TOPTITLE places a title over a set of subplots. % Best results are obtained when all subplots are % created and then TOPTITLE is executed. % % Calling
www.eeworm.com/read/416230/11037544

m program_9_1.m

% Program 9_1 % Elliptic IIR Lowpass Filter Design % Wp = input('Normalized passband edge = '); Ws = input('Normalized stopband edge = '); Rp = input('Passband ripple in dB = '); Rs = input('Min
www.eeworm.com/read/416230/11037548

m program_9_2.m

% Program 9_2 % Type 1 Chebyshev IIR Highpass Filter Design % Wp = input('Normalized passband edge = '); Ws = input('Normalized stopband edge = '); Rp = input('Passband ripple in dB = '); Rs = i
www.eeworm.com/read/416230/11037611

m program_4_1.m

% Program 4_1 % 4-th Order Analog Butterworth Lowpass Filter Design % format long % Determine zeros and poles [z,p,k] = buttap(4); disp('Poles are at');disp(p); % Determine transfer function co
www.eeworm.com/read/470699/6905999

m ex11_3.m

hf=figure('Color',[0,1,1],'Position',[100,200,400,200],... 'Name','数制转换','NumberTitle','off','MenuBar','none'); uicontrol(hf,'Style','Text', 'Units','normalized',... 'Position',[0.05,0.
www.eeworm.com/read/470699/6906085

m ex11_4.m

clf; set(gcf,'Unit','normalized','Position',[0.2,0.3,0.55,0.30]); set(gcf,'Menubar','none','Name','图形演示','NumberTitle','off'); axes('Position',[0.05,0.15,0.55,0.7]); uicontrol(gcf,'Style','text',