Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
tcsa35 said:Please can you share some books about fuzzy logic.
engineer said:sorry,
but what's this fuzzy logic?
why it's called fuzzy
I only know Logic
please don't be angry with me as I'm still studying electrical engineering
thanks in advance
#define MINIMUN_STEP_FOR_FLOAT_VALUE 0.00000001f
degree=0
limit = 1.80
while(height != limit){
if( height >= limit){
degree++;
height -= MINIMUN_STEP_FOR_FLOAT_VALUE;
}else{
degree--;
height += MINIMUN_STEP_FOR_FLOAT_VALUE;
}
}
Daneshgar said:I am working whit Fuzzy Logic and VHDL coke for Fuzzy Processor.
This PDF is good for start in Fozzy Logic.