FS |
[] |
none |
The target sampling frequency for consolidate |
INTERP_METHOD |
'linear' |
- 'nearest'
- 'linear'
- 'spline'
- 'cubic'
|
The method for the interpolation step |
FIXFS_METHOD |
'Time' |
|
The method for the fixfs step |
TOL |
0.0050000000000000001 |
none |
The time interval tolerance to consider two consecutive samples as duplicates. |
D |
1.5 |
none |
The time interval tolerance for finding missing samples. |
METHOD |
'spline' |
- 'nearest'
- 'linear'
- 'spline'
- 'pchip'
- 'v5cubic'
|
Specify the interpolation method. Choose between:
- nearest - nearest neighbor interpolation
- linear - linear interpolation
- spline - piecewise cubic spline interpolation (SPLINE)
- pchip - shape-preserving piecewise cubic interpolation
- v5cubic - the cubic interpolation from MATLAB 5, which does not extrapolate and uses 'spline' if X is not equally spaced.
|
FILTER |
'off' |
|
Specify options for the antialiasing filter. |
INTERPOLATION |
'spline' |
- 'nearest'
- 'linear'
- 'spline'
- 'pchip'
- 'v5cubic'
|
Specify the interpolation method. Choose between:
- nearest - nearest neighbor interpolation
- linear - linear interpolation
- spline - piecewise cubic spline interpolation (SPLINE)
- pchip - shape-preserving piecewise cubic interpolation
- v5cubic - the cubic interpolation from MATLAB 5, which does not extrapolate and uses 'spline' if X is not equally spaced.
|
TRUNCATE |
1 |
|
Truncate final data set to the shortes overlapping interval. |