Preprocessing
=============
This module contains functions for preprocessing the data.

Filtering
------------------------------------------------
`databallpy.features.filters.filter_tracking_data`

.. autofunction:: databallpy.features.filters.filter_tracking_data

Velocity and Acceleration
---------------------------------
`databallpy.features.add_velocity`

.. autofunction:: databallpy.features.add_velocity

`databallpy.features.add_acceleration`

.. autofunction:: databallpy.features.add_acceleration
