Algorithm I.
For each input data point |
If (speed > threshold) |
If (continuous) |
Add to the current existing walk sequence |
Else |
Start a new sequence |
Keep the previous sequence if the length is greater than Tt second |
For each input data point |
If (speed > threshold) |
If (continuous) |
Add to the current existing walk sequence |
Else |
Start a new sequence |
Keep the previous sequence if the length is greater than Tt second |