0
Best way to analyze a stream of data?
I got an input (variable value between 0-100) over time. What is the best way to save a time segment and use the data (interval 10sec, every second new value)? Ring buffer with 10 slots?
0 Answers
I got an input (variable value between 0-100) over time. What is the best way to save a time segment and use the data (interval 10sec, every second new value)? Ring buffer with 10 slots?