23#ifndef _TRIGGERINTERPOLATE_H
24#define _TRIGGERINTERPOLATE_H
26#include <lal/LALAtomicDatatypes.h>
28#if defined(__cplusplus)
114 unsigned int window);
129 unsigned int window);
142 unsigned int window);
159 unsigned int window);
167#elif defined(__cplusplus)
double complex COMPLEX16
Double-precision floating-point complex number (16 bytes total)
int XLALTriggerInterpolateQuadraticFit(double *tmax, COMPLEX16 *ymax, const COMPLEX16 *y, unsigned int window)
Quadratic fit.
int XLALTriggerInterpolateCubicSplineAmpPhase(double *tmax, COMPLEX16 *ymax, const COMPLEX16 *y, unsigned int window)
Catmull-Rom cubic spline interpolation on amplitude phase.
int XLALTriggerInterpolateCubicSpline(double *tmax, COMPLEX16 *ymax, const COMPLEX16 *y, unsigned int window)
Catmull-Rom cubic spline interpolation.
int XLALTriggerInterpolateLanczos(double *tmax, COMPLEX16 *ymax, const COMPLEX16 *y, unsigned int window)
Lanczos interpolation.
int XLALTriggerInterpolateNearestNeighbor(double *tmax, COMPLEX16 *ymax, const COMPLEX16 *y, unsigned int window)
Nearest-neighbor interpolation.