If I am designing a fuzzy Logic system and one of the input variables is with two levels:
Low: having the range ( 0-2)
High: having the range (3-5)
If I am designing two membership functions to represent the two levels of the variable using a trapezoidal type, are the bellow values correct to form the trapezoidal:
Low: [ 0 0 1 2 ]
High: [ 1 3 5 5 ]
If not, how can I consider the overlap area from the above mentioned ranges?
Thanks,