Prototypes | |
| void | LALInspiralWaveCorrelate (LALStatus *status, REAL4Vector *output, InspiralWaveCorrelateIn in) |
| void | LALInspiralWaveNormalise (LALStatus *status, REAL4Vector *dh, REAL8 *norm, REAL8Vector psd) |
| void | LALInspiralWaveNormaliseLSO (LALStatus *status, REAL4Vector *filter, REAL8 *norm, InspiralWaveNormaliseIn *in) |
| void | LALInspiralWaveOverlap (LALStatus *status, REAL4Vector *output, InspiralWaveOverlapOut *overlapout, InspiralWaveOverlapIn *overlapin) |
Go to the source code of this file.
Data Structures | |
| struct | InspiralWaveCorrelateIn |
| struct | InspiralWaveOverlapIn |
| struct | InspiralWaveOverlapOut |
| struct | InspiralWaveNormaliseIn |
| void LALInspiralWaveCorrelate | ( | LALStatus * | status, |
| REAL4Vector * | output, | ||
| InspiralWaveCorrelateIn | in | ||
| ) |
Definition at line 66 of file LALInspiralWaveCorrelate.c.
| void LALInspiralWaveNormalise | ( | LALStatus * | status, |
| REAL4Vector * | dh, | ||
| REAL8 * | norm, | ||
| REAL8Vector | psd | ||
| ) |
Definition at line 70 of file LALInspiralWaveNormalise.c.
| void LALInspiralWaveNormaliseLSO | ( | LALStatus * | status, |
| REAL4Vector * | filter, | ||
| REAL8 * | norm, | ||
| InspiralWaveNormaliseIn * | in | ||
| ) |
Definition at line 76 of file LALInspiralWaveNormaliseLSO.c.
| void LALInspiralWaveOverlap | ( | LALStatus * | status, |
| REAL4Vector * | output, | ||
| InspiralWaveOverlapOut * | overlapout, | ||
| InspiralWaveOverlapIn * | overlapin | ||
| ) |
Definition at line 78 of file LALInspiralWaveOverlap.c.