Translates grid values into fuzzy set membership as preparation for fuzzy logic analysis.
| Name | Type | Identifier | Description | Constraints |
Input | Grid | Grid (input) | INPUT | - | - |
Output | Fuzzified Grid | Grid (output) | OUTPUT | - | - |
Options | A | Floating point | A | Values lower than A will be set to 0. | Default: 10.000000 |
B | Floating point | B | Values between A and B increase from 0 to 1, values between B and C will be set to 1. | Default: 10.000000 |
C | Floating point | C | Values between B and C will be set to 1, values between C and D decrease from 1 to 0. | Default: 10.000000 |
D | Floating point | D | Values greater than D will be set to 0. | Default: 10.000000 |
Membership Function Type | Choice | TYPE | - | Available Choices: [0] linear [1] sigmoidal [2] j-shaped Default: 0 |
Adjust to Grid | Boolean | AUTOFIT | Automatically adjust control points to grid's data range | Default: 1 |