Acceleration4TrackProcess Description

This process computes the mean acceleration for a track.

Algorithm Description

The different steps are as follows:

  • process iterates over all pairs of consecutive measurements
    • computes the duration (delta_time) and difference in speed (delta_speed)
    • computes the acceleration (ratio between delta_speed and delta_time; currently only positive values, which means an increase in speed, are considered)
  • computes the mean acceleration for all pairs of measurements (segments)

Process Parameters

Identifier

org.envirocar.wps.Acceleration4TrackProcess

Inputs

  • trackID
    • Type: String
    • Description: ID of track for which mean acceleration should be computed
Outputs

  • meanAcceleration:
    • Type: double
    • Description: Mean acceleration of track.
Topic revision: r2 - 18 Jul 2014, ChristophStasch
Legal Notice | Privacy Statement


This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Wiki? Send feedback