代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/358273/10193178

m const_g_circle.m

function const_G_circle(G,linespec) % % This function plots a constant conductance circle in the Smith Chart % % It is assume that global variable Z0 has % already been set (see Set_Z0 fun
www.eeworm.com/read/357019/10217082

asv fm_gui.asv

close all global FM_PATH colo=[0.9 0.9 0.9]; FM_PATH = [pwd filesep] ; disp('Change directory to the location of Track_gui.m...') disp('...or change the value of FM_PATH in Track_gui.m.') %
www.eeworm.com/read/357019/10217086

m fm_gui.m

close all global FM_PATH colo=[0.9 0.9 0.9]; FM_PATH = [pwd filesep] ; disp('Change directory to the location of fm_gui.m...') disp('...or change the value of FM_PATH in fm_gui.m.') % -----
www.eeworm.com/read/356723/10222109

m fig102.m

function [emod] = circ_aperture (lambda, d) eps = 0.000001; var = 2.0 * pi * (-2:0.001:2); pattern = 2. * besselj(1,var) ./ var; maxval = max(abs(pattern)); pattern = pattern ./ maxval; mod = 20
www.eeworm.com/read/356723/10222194

m single_canceler.m

function [resp] = single_canceler (fofr1) eps = 0.00001; fofr = 0:0.01:fofr1; arg1 = pi .* fofr; resp = 4.0 .*((sin(arg1)).^2); max1 = max(resp); resp = resp ./ max1; subplot(2,1,1) plot(fofr,
www.eeworm.com/read/356723/10222195

m fig89c.m

fofr=0:0.001:1; f1=4.*fofr; f2=5.*fofr; arg1=pi.*f1; arg2=pi.*f2; resp1=abs(sin(arg1)); %resp1=resp11.*resp11; %resp22=(sin(arg2).*sin(arg2)); resp2=abs(sin(arg2)); resp=resp1+resp2; max1=ma
www.eeworm.com/read/356723/10222196

m fig89a.m

fofr=0:0.001:1; f1=4.*fofr; f2=5.*fofr; arg1=pi.*f1; arg2=pi.*f2; resp1=abs(sin(arg1)); %resp1=resp11.*resp11; %resp22=(sin(arg2).*sin(arg2)); resp2=abs(sin(arg2)); resp=resp1+resp2; max1=ma
www.eeworm.com/read/356723/10222198

m fig89b.m

fofr=0:0.001:1; f1=4.*fofr; f2=5.*fofr; arg1=pi.*f1; arg2=pi.*f2; resp1=abs(sin(arg1)); %resp1=resp11.*resp11; %resp22=(sin(arg2).*sin(arg2)); resp2=abs(sin(arg2)); resp=resp1+resp2; max1=ma
www.eeworm.com/read/356183/10235329

m single_canceler.m

function [resp] = single_canceler (fofr1) eps = 0.00001; fofr = 0:0.01:fofr1; arg1 = pi .* fofr; resp = 4.0 .*((sin(arg1)).^2); max1 = max(resp); resp = resp ./ max1; subplot(2,1,1) plot(fofr,
www.eeworm.com/read/356183/10235331

m fig7_10b.m

fofr=0:0.001:1; f1=4.*fofr; f2=5.*fofr; arg1=pi.*f1; arg2=pi.*f2; resp1=abs(sin(arg1)); %resp1=resp11.*resp11; %resp22=(sin(arg2).*sin(arg2)); resp2=abs(sin(arg2)); resp=resp1+resp2; max1=ma