Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
TriggerInterpolate.h File Reference

Prototypes

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.