Analyze Real-Time Gait Data from a Pedometer
Open an ANT+ connection between your computer and a Garmin Forerunner 50 sport watch paired with a shoelace-attached Garmin Foot Pod.
Out[1]:= | |
Perform a single-shot read of various gait parameters while walking.
Out[2]:= | |
Obtain a time series of walking speed data by sampling the Foot Pod every four seconds over a two-minute interval.
Out[3]= | |
Store the data in the cloud.
Out[4]= | |
Retrieve the data from the cloud, plot it, and compute its mean.
Out[5]= | |
Out[6]= | |
Out[7]= | |
Compare the mean walking speed with the typical human walking speed.
Out[8]= | |