LALInspiral 5.0.3.1-eeff03c
LALInspiralWaveOverlap.c File Reference

Module to compute the overlap of a given data set with two orthogonal inspiral signals of specified parameters with a weight specified in a psd array. The code also returns in a parameter structure the maximum of the overlap, the bin where the maximum occured and the phase at the maximum. More...

Prototypes

static void LALInspiralGetOrthoNormalFilter (REAL4Vector *filter2, REAL4Vector *filter1)
 
void LALInspiralWaveOverlap (LALStatus *status, REAL4Vector *output, InspiralWaveOverlapOut *overlapout, InspiralWaveOverlapIn *overlapin)
 

Detailed Description

Module to compute the overlap of a given data set with two orthogonal inspiral signals of specified parameters with a weight specified in a psd array. The code also returns in a parameter structure the maximum of the overlap, the bin where the maximum occured and the phase at the maximum.

Author
Sathyaprakash, B. S.

Prototypes

LALInspiralWaveOverlap()

Description

Algorithm

Uses

LALREAL4VectorFFT()
void LALInspiralWave(LALStatus *status, REAL4Vector *signalvec, InspiralTemplate *params)
void LALInspiralWaveCorrelate(LALStatus *status, REAL4Vector *output, InspiralWaveCorrelateIn corrin)
void LALInspiralWaveNormaliseLSO(LALStatus *status, REAL4Vector *filter, REAL8 *norm, InspiralWaveNormaliseIn *in)

Notes

Definition in file LALInspiralWaveOverlap.c.

Go to the source code of this file.

Function Documentation

◆ LALInspiralGetOrthoNormalFilter()

static void LALInspiralGetOrthoNormalFilter ( REAL4Vector filter2,
REAL4Vector filter1 
)
static

Definition at line 61 of file LALInspiralWaveOverlap.c.

◆ LALInspiralWaveOverlap()

void LALInspiralWaveOverlap ( LALStatus status,
REAL4Vector output,
InspiralWaveOverlapOut overlapout,
InspiralWaveOverlapIn overlapin 
)

Definition at line 78 of file LALInspiralWaveOverlap.c.