|
| static void | unwrap (double *arg, size_t n) |
| |
| static void | cabs_carg_unwrapped (double *amp, double *arg, const double complex *y, size_t n) |
| |
| static size_t | poly_strip (const double *a, size_t n) |
| |
| static void | poly_mac (double *y, const double *a, size_t na, const double *b, size_t nb) |
| |
| static void | poly_der (double *y, const double *a, size_t n) |
| |
| static void | poly_interp (double *a, const double y[4]) |
| |
| static int | poly_real_roots (size_t *nroots, double *r, const double *a, size_t n) |
| |
| static int | poly_fit (double *a, size_t na, const double *x, const double *y, size_t n) |
| |
| int | XLALTriggerInterpolateCubicSpline (double *t, double complex *y, const double complex *data, unsigned int window) |
| | Catmull-Rom cubic spline interpolation. More...
|
| |
| int | XLALTriggerInterpolateCubicSplineAmpPhase (double *t, double complex *y, const double complex *data, unsigned int window) |
| | Catmull-Rom cubic spline interpolation on amplitude phase. More...
|
| |
| static double | lanczos (double t, double a) |
| |
| static double complex | lanczos_interpolant (double t, const lanczos_params *params) |
| |
| static double | lanczos_cost (double t, void *params) |
| |
| int | XLALTriggerInterpolateLanczos (double *tmax, double complex *ymax, const double complex *data, unsigned int window) |
| | Lanczos interpolation. More...
|
| |
| int | XLALTriggerInterpolateNearestNeighbor (double *tmax, double complex *ymax, const double complex *data, __attribute__((unused)) unsigned int window) |
| |
| int | XLALTriggerInterpolateQuadraticFit (double *tmax, double complex *ymax, const double complex *data, unsigned int window) |
| | Quadratic fit. More...
|
| |