03-16-2015 03:28 AM
I'm working on a project and have to create a VI which does defuzzification of sigmoidal membership functions. I wish to use Centre of Area method. Can you suggest how i can go about the logic for designing the defuzzfication part for sigmoidal membership functions to obtain a crisp output?
I'm not using the fuzzy system designer but creating a VI based on the logic for defuzzification of sigmoidal membership functions.I have used 2 input variables and 1 output variable. I need help on how to go about designing the defuzzification part for the same,
03-16-2015 09:12 PM
03-17-2015 01:15 AM - edited 03-17-2015 01:16 AM
Thanks for your response.I have tried by directly using the defuzzification formula for Centre of Area method in a VI. But for some reason I'm unable to get the output which i had obtained by manual calculation. Is there an alternative method by which I can design the defuzzification part?
03-17-2015 11:39 AM
You can always get 'inspired' by what you have in the LabVIEW source code... 🙂
C:\Program Files (x86)\National Instruments\LabVIEW 2014\vi.lib\addons\Fuzzy Logic\FL defuzzify output variables.vi
That will show you how we did in the Fuzzy Logic function, available in LabVIEW 2014.