代码搜索:defuzzification
找到约 174 项符合「defuzzification」的源代码
代码结果 174
www.eeworm.com/read/359005/10171627
m defuzz.m
function out = defuzz(x, mf, type)
% DEFUZZ Defuzzify membership function.
% Synopsis
% out = defuzz(x,mf,type)
% Description
% defuzz(x,mf,type) returns a defuzzified value out, of a mem
www.eeworm.com/read/123143/14645450
m defuzz.m
function out = defuzz(x, mf, type)
% DEFUZZ Defuzzify membership function.
% Synopsis
% out = defuzz(x,mf,type)
% Description
% defuzz(x,mf,type) returns a defuzzified value out, of a mem
www.eeworm.com/read/193858/8203874
m defuzz.m
function out = defuzz(x, mf, type)
% DEFUZZ Defuzzify membership function.
% Synopsis
% out = defuzz(x,mf,type)
% Description
% defuzz(x,mf,type) returns a defuzzified value out, of a mem
www.eeworm.com/read/334076/12642779
m defuzz.m
function out = defuzz(x, mf, type)
% DEFUZZ Defuzzify membership function.
% Synopsis
% out = defuzz(x,mf,type)
% Description
% defuzz(x,mf,type) returns a defuzzified value out, of a mem
www.eeworm.com/read/133942/14017229
m nefdfz.m
function out = nefdfz(x, mf, type)
% NEFDFZ Defuzzification of a membership function (MF).
%
% Modified version of DEFUZZ.
%
% NEFDFZ(X, MF, TYPE) returns a defuzzified value of MF positioned
% at
www.eeworm.com/read/417673/10981016
m defuzzy.m
function out = defuzzy(x, mf, option)
%DEFUZZY Defuzzification of MF.
% DEFUZZY(x, mf, option) returns a representative value of mf
% using different defuzzification strategies:
% option = 1 --->
www.eeworm.com/read/467198/7020187
m defuzzy.m
function out = defuzzy(x, mf, option)
%DEFUZZY Defuzzification of MF.
% DEFUZZY(x, mf, option) returns a representative value of mf
% using different defuzzification strategies:
% option = 1 --->
www.eeworm.com/read/143498/12870779
m defuzzy.m
function out = defuzzy(x, mf, option)
%DEFUZZY Defuzzification of MF.
% DEFUZZY(x, mf, option) returns a representative value of mf
% using different defuzzification strategies:
% option = 1 --->
www.eeworm.com/read/136697/13365368
m flc.m
function sk = flc(ek,x,ts)
% sk = flc(ek,x,ts)
%
% Discrete fuzzy-P-controller.
%
% ek = e(k) - current input value at the sample step k.
% x(1) = input e(k-1).
% x(2) = output s(k-1).
% x(3) = e(
www.eeworm.com/read/359005/10172067
m defuzzdm.m
function defuzzdm
%DEFUZZDM Defuzzification methods.
% DEFUZZDM displays five defuzzification methods supported in the
% Fuzzy Logic Toolbox.
%
% See also DEFUZZ.
% Roger Jang, 10-