reads binary files of JUMP Sensors More...
Go to the source code of this file.
Functions | |
| function | jumpReadData (in filePath, in options) |
reads binary files of JUMP Sensors
this function reads the binary file provided by the JUMP Sensor and returns a struct containing the data.
| filePath | - full path to the binary file |
| options.time_correction | - boolean to enable time correction (default: true) |
| options.plot_time_correction | - boolean to plot the time correction (default: false) |
| options.time_jump_correction | - boolean to correct time jumps (default: true) |
| options.plot_time_jump_correction | - boolean to plot the time jump correction (default: false) |
| options.header_only | - boolean to only read the header of the file (default: false) |
| data | - struct containing the data. the fields are defined in jumpCheckData |
Definition in file jumpReadData.m.
| function jumpReadData | ( | in | filePath, |
| in | options ) |