Feeds
已回答
Drastic Sum algorithm to fuzzy logic set
close all clear all clc x=(0:0.01:10)'; a= trimf(x,[2,5,8]); b=gaussmf(x,[2,3]); % Drastic Sum s1=zeros(1001)'; for...
Drastic Sum algorithm to fuzzy logic set
close all clear all clc x=(0:0.01:10)'; a= trimf(x,[2,5,8]); b=gaussmf(x,[2,3]); % Drastic Sum s1=zeros(1001)'; for...
4 years 前 | 0
| 已接受
提问
Drastic Sum algorithm to fuzzy logic set
I need to implement an algorithm to the fuzzy logic set of a drastic sum between two signals. Signal a: a= trimf(x,[2,5,8]); ...
4 years 前 | 1 个回答 | 0