timestamp vs sample id vs sampling rate
Hi! I use GUI to write down raw data. This data has timestamp, so i aggregate it in seconds and count number of samples in each second. 
It looks like that:

so 80% of seconds contain 240/241 samples, and others are narrow distributed, up to 370 samples per second.
So,
1. How sample rate 250Hz corresponds with 240 samples per real second, according to raw data?
2. What are these seconds with 370 samples?
3. What is sample ID (which varies from 0 to 255)? i though that it is number of sample within second, but it isn't
Comments