I guess you got it wrong. For example, when I run the stream_acc.py file in the sample files with python, can I see what hertz value the sensor is running during the run? Thank you
You can see I used the elapsed time to reverse the frequency (I computed the Hz column, everything else is data in the CSV file as it comes in from the sensor). As you can see all of my data is coming in at 100Hz.
Comments
Please see the datasheet: www.mbientlab.com/documentation.
I guess you got it wrong. For example, when I run the stream_acc.py file in the sample files with python, can I see what hertz value the sensor is running during the run? Thank you
Yes, you would use the timestamps for that.
EDIT
Here is some of my gyroscope data:
You can see I used the elapsed time to reverse the frequency (I computed the Hz column, everything else is data in the CSV file as it comes in from the sensor). As you can see all of my data is coming in at 100Hz.