combines multiple JUMP sensor data structures into one More...
Go to the source code of this file.
Functions | |
| function | jumpCombineData (in data, in options) |
combines multiple JUMP sensor data structures into one
This function combines the data from multiple jumps into a single dataset. It takes in the data from each jump as input and returns a combined dataset.
| data | : array of JUMP sensor data structures (see jumpReadData) |
| options.max_t_gap | : maximum time gap between two data structures to be combined, if the time gap is larger, the data structures are not combined. must be given as duration or in seconds. (default: 10 seconds) |
| data_combined | : combined JUMP sensor data structure |
| join_times | : array of times when the data structures were combined |
see also jumpReadData, jumpCheckData
Definition in file jumpCombineData.m.
| function jumpCombineData | ( | in | data, |
| in | options ) |