Giter Site home page Giter Site logo

kmilo17pet / qfiscgen-matlab Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 1.0 35 KB

Generate C code using the qFIS engine from a type-1 fis object.

Home Page: https://la.mathworks.com/matlabcentral/fileexchange/117465-qfiscgen-fuzzy-c-code-generator-for-embedded-systems

License: MIT License

MATLAB 100.00%
c c-code code-generator fuzzy-inference-system fuzzy-logic mamdani matlab sugeno

qfiscgen-matlab's Introduction

qfiscgen-MATLAB

Is a simple command that takes a FIS object created from the Fuzzy Logic Toolbox and generates C code based on the qFIS engine. The generated code is portable and can be used in any embedded system that supports floating-point operations.

View qfiscgen ( Fuzzy C-code generator for embedded systems) on File Exchange

Example : Generate C code from the built-in tipper example:

qfiscgen( readfis( 'tipper.fis') )

Un-supported features

  • Custom membership functions

qfiscgen-matlab's People

Contributors

kmilo17pet avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

tuxi1

qfiscgen-matlab's Issues

of QLIBS_USE_STD_MATH

Works well. However in qffmath.h there is for selection of standard math:
#ifdef QLIBS_USE_STD_MATH
/*! @cond */
#include <math.h.h> // this one <---- math.h ?

BTW, Where is this selection made, we could not find?

BR, Tuomo and Anna

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.