Functions |
double | interpolate (double *x, double *y, double xi, int dim) |
| Conventional interpolation - this is to be removed in the future: do not use.
|
void | unwrap3600 (double *y, double *unwrapped_y, int dim) |
| Unwraping of the input about 3600, needed just before interpolation for correct estimation of shaft position and speeds.
|
double | interpolate_withjump (double *x, double *y, double xi, int dim) |
| Interpolation - accounting for jumps in the input, in this case it interpolates shaft position 0-3600.
|
double | estimate_shaft_angular_rate (double *x, double *y, int dim) |
bool | sort_V2 (double *nData, int *SortedDataIndex, int nFirst, int nLast, bool bAscend) |
| one dimensional sorting
|