Data Types#
Data types are used to store and process data in MyoVerse. They are used to store data in a structured way and to apply filters to the data.
|
Class for storing EMG data. |
|
Class for storing kinematics data. |
|
Class for storing virtual hand kinematics data from MyoGestic [1]_. |
If you wish to apply Filters to the data, you can use the following functions:
|
Applies a filter to the data. |
|
Applies a sequence of filters to the data sequentially. |
|
Applies a pipeline of filters to the data. |
Base Data Class#
Important
If you wish to add a new data type make sure they inherit from the following base class.
|
Base class for all data types. |