Specifically, they are collecting the data using Ring Buffer mode and saving it to a text file to be processed further for some feature extraction and further analysis.What I'm trying to understand is this: how does Ring Buffer sampling actually work? As in, if I'm reading data using two analog inputs and saving it to a text file, what order are the values in? How do I parse them into meaningful sensor values? I've attached the C code I'm working with, and greatly appreciate any help or pointers!