代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/152883/12075896

m input_n.m

%输入非线性环节参数 col0=[0.7 0.7 0.7]; %浅灰色,窗体背景色 col1=[0.8 0.8 0.8]; %深灰色,输入框无效时的颜色 %创建输入非线性环节参数窗体 nawin=figure('color',col0,'position',[100 200 400 200],... 'name','输入非线性环节参数','menubar',
www.eeworm.com/read/152883/12075907

m rloc1.m

function rloc1(N,D); %figure('Position',[196 78 437 431]); axes('Position',[.15 .2 .7 .7]); rlocus(N,D); grid on; RlocFind_button=uicontrol('Style','Pushbutton','Position',[.2 .03 .2 0.07],...
www.eeworm.com/read/152883/12075951

m rloc2.m

function rloc2(N,D); figure('Position',[196 78 437 431]); axes('Position',[.15 .2 .7 .7]); rlocus(N,D); grid on; RlocFind_button=uicontrol('Style','Pushbutton','Position',[.2 .03 .2 0.07],...
www.eeworm.com/read/152883/12075954

asv erstep.asv

function erstep(action,in1,in2); if nargin
www.eeworm.com/read/255284/12090241

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/255284/12090247

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
www.eeworm.com/read/255284/12090253

m fig7_10a.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/255284/12090257

m fig7_10c.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/152439/12113812

m comp_distortion_oulu.m

function [x] = comp_distortion_oulu(xd,k); %comp_distortion_oulu.m % %[x] = comp_distortion_oulu(xd,k) % %Compensates for radial and tangential distortion. Model From Oulu university. %For mor
www.eeworm.com/read/152247/12131217

m exa010305.m

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