OSC Input to average Number

Hello there,

I am currently trying to analyze OSC Data over a period of time.
My Input value is changing every 10seconds and in the end I want to have a value that shows the average of all of the inputs. How can i do that ?

Thanks a lot

Moritz

Here I propose you a pure chop solution:

  • logic chop and counter to count the different numbers
  • another counter to add the numbers
  • math to divide total by numbers (definition of average :slight_smile:
    Another solution would be with table and Python
    Jacques
    averageNumbers.toe (5.0 KB)