|
| int | XLALTriggerInterpolateCubicSplineAmpPhase (double *tmax, COMPLEX16 *ymax, const COMPLEX16 *y, unsigned int window) |
| | Catmull-Rom cubic spline interpolation on amplitude phase. More...
|
| |
| int | XLALTriggerInterpolateCubicSpline (double *tmax, COMPLEX16 *ymax, const COMPLEX16 *y, unsigned int window) |
| | Catmull-Rom cubic spline interpolation. More...
|
| |
| int | XLALTriggerInterpolateLanczos (double *tmax, COMPLEX16 *ymax, const COMPLEX16 *y, unsigned int window) |
| | Lanczos interpolation. More...
|
| |
| int | XLALTriggerInterpolateNearestNeighbor (double *tmax, COMPLEX16 *ymax, const COMPLEX16 *y, unsigned int window) |
| | Nearest-neighbor interpolation. More...
|
| |
| int | XLALTriggerInterpolateQuadraticFit (double *tmax, COMPLEX16 *ymax, const COMPLEX16 *y, unsigned int window) |
| | Quadratic fit. More...
|
| |
Go to the source code of this file.