Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Collecting Data...
#1
I'm gonna be working on this, but if anyone knows what the best way to go about this....

I will have 10 pieces of data/ second...integers that are from 0-100. I want to collect all the data for a second and then average it...

Thanks,
Jimmy Vig
#2
Collect 10 averages (integers) and then make 1 average from them. You can store these 10 integers in ARRAY(int)- variable.


Forum Jump:


Users browsing this thread: 1 Guest(s)