フィルターのクリア

Need help with Fuzzy Logic program.

1 回表示 (過去 30 日間)
pinak parida
pinak parida 2014 年 1 月 24 日
回答済み: Arkadiy Turevskiy 2014 年 2 月 13 日
i have 3 input like x1, x2, x3. and input sinal as
for t=1:1000
if t<250
u(t)=sin(pi*t/25);
elseif t<500 && t>249
u(t)=1;
elseif t<750 && t>499
u(t)=-1;
else
u(t)=0.3*sin(pi*t/25)+0.1*sin(pi*t/32)+0.6*sin(pi*t/10);
end
end
i have to first fuzzify the input with gaussian membership function.
My question is How to fuzzify it?? plz explain elaborately. preferably with code..

回答 (1 件)

Arkadiy Turevskiy
Arkadiy Turevskiy 2014 年 2 月 13 日
Please start with doing some learning here and here .
After that, if you still have questions, please ask what you don't understand specifically.

カテゴリ

Help Center および File ExchangeFuzzy Logic Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by