Pyomeca's main functionality is to offer dedicated biomechanical routines.
These features can be broadly grouped into different categories: filtering, normalization, matrix manipulation, signal processing and file output functions.
Filters
Biomechanical data are inherently noisy. And with noise, you will probably need filters. Pyomeca implements the major types of Butterworth filters used in biomechanics.
It is common to use normalization procedures during biomechanical signal processing. Pyomeca supports two types of normalization: signal normalization and time normalization.
While the netcdf format is the preferred file format for saving or sharing data structures, Pyomeca also supports writting csv and matlab files. If you need more flexibility, the to_wide_dataframe method will allow you to use the pandas library to export your data in almost any existing formats.