代码搜索:Normalized

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

代码结果 4,216
www.eeworm.com/read/238965/13312357

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/238965/13312565

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/238965/13312691

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/238965/13312706

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/137200/13340503

m nouser.m

set(h_text3,'string','此用户尚未建立'); set(h_text4,'string','单击确定重新登陆'); set(h_text5,'string',''); set(h_text6,'string',''); set(h_text7,'string',''); h_push1=uicontrol(h_fig,'style','push'
www.eeworm.com/read/137200/13340536

m callback1.m

user=get(gcbo,'string'); %ft2death(h_edit1,h_text1,user,str1); set(h_edit1,'style','text'); set(h_edit1,'string',user); set(h_text1,'string',str1); try out=tempread(user,mch,no);
www.eeworm.com/read/136697/13365294

m gui_pi1.m

function GUI_PI1(action,in1,in2); % GUI_PI1 % % GUI driven demonstration file for a fuzzy PI type controller. % % % FSTB - Fuzzy Systems Toolbox for MATLAB % Copyright (c) 1993-1996 by Olaf Wolkenhaue
www.eeworm.com/read/136697/13365356

m gui_ar1.m

function gui_ar1(action,in1,in2); %# call t3mi t1bd t15ep t2ap s3ma s1bs s15es s2as s25hs %# call sumop % gui_ar1 % % GUI driven demonstration file for approximate reasoning : % Simple temp
www.eeworm.com/read/136697/13365371

m gui_con2.m

function gui_con2(action,in1,in2); %# call t3mi t1bd t15ep t2ap s3ma s1bs s15es s2as s25hs % gui_con2 % % GUI driven demonstration file for logical connectives. % % % FSTB - Fuzzy Systems T
www.eeworm.com/read/321424/13405064

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,