Jump to content

Oakromulo

Members
  • Posts

    28
  • Joined

  • Last visited

Posts posted by Oakromulo

  1. After two years "leeching" content every now and then from the Lava community I think it's time to contribute a little bit.

    Right now, I'm working on a project that involves lots of data mining operations through a neurofuzzy controller to predict future values from some inputs. For this reason, the code needs to be as optimized as possible. With that idea in mind I've tried to implement the same controller using both a Formula Node structure and Standard 1D Array Operators inside an inlined SubVI.

    Well... the results have been impressive for me. I've thought the SubVI with the Formula Node would perform a little bit better than the other one with standard array operators. In fact, it was quite the opposite. The inlined SubVI was consistently around 26% faster.

    Inlined Std SubVI

    rtp6j9.png

    Formula Node SubVI

    2ex7vq0.png

    evalSugenoFnode.vi

    evalSugenoInline.vi

    perfComp.vi

    PerfCompProject.zip

    • Like 2
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.