Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 849 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 849 Bytes

Fuzzy Table LookUp Algorithem

Design of Fuzzy System Using Table Look Up Scheme Algorithm

  • Prediction of the Mackey-Glass chaotic time series.
  • Development of no conflict rule base and customization of the project for any membership function. fuzzy system, and inference engine types.
  • The algorithm implements in MATLAB using Fozzy Logic Toolbox.

This program was developed as a course project for the Fuzzy systems course by Habibollah Naeimi.

MFDetector.m

A Function for Finding The Membership Function Value and The Membership Function Number of each Data.

RuleFinder.m

It finds rule's number and it's membership value using MFDetector function.

ConflictChecking.m

This function finds and deletes conflicts in rule base.

TableLookUpAlgorithem.m

Main Program.

Table Look Up Report.pdf

Report and further details.