|
BTK Matlab Wrapper
0.3dev.0
Matlab bindings for the Biomechanical ToolKit library (BTK)
|
Extract events' values from the given biomechanical acquisition.
[times, labels, descriptions, ids] = btkGetEventsValues(h) | h | Handle pointing to a C++ btk::Acquisition object. |
| times | Matrix of real values containing the time of each event. These times are not sorted. |
| labels | Array of cells containing the label (string) of each event. |
| descriptions | Array of cells containing the description (string) of each event. |
| ids | Matrix of integer values containing the ID of each event. |
t = (event_frame - first_frame) / sample_frequency
1.8.5