LALInspiral 5.0.3.1-eeff03c
FindChirpSimulation.c File Reference

Provides an interface between code build from findchirp and various simulation packages for injecting chirps into data. More...

Prototypes

static int FindTimeSeriesStartAndEnd (REAL4Vector *signalvec, UINT4 *start, UINT4 *end)
 
void LALFindChirpInjectSignals (LALStatus *status, REAL4TimeSeries *chan, SimInspiralTable *events, COMPLEX8FrequencySeries *resp)
 

Detailed Description

Provides an interface between code build from findchirp and various simulation packages for injecting chirps into data.

Author
Brown, D. A. and Creighton, T. D

Prototypes

LALFindChirpInjectSignals()
injects the signals described in the linked list of SimInspiralTable structures events into the data chan. The response function resp should contain the response function to use when injecting the signals into the data.

Algorithm

None.

Notes

Uses

LALFree()
#define LALCalloc(m, n)

Notes

Definition in file FindChirpSimulation.c.

Go to the source code of this file.

Function Documentation

◆ FindTimeSeriesStartAndEnd()

static int FindTimeSeriesStartAndEnd ( REAL4Vector signalvec,
UINT4 start,
UINT4 end 
)
static

Definition at line 556 of file FindChirpSimulation.c.

◆ LALFindChirpInjectSignals()

void LALFindChirpInjectSignals ( LALStatus status,
REAL4TimeSeries chan,
SimInspiralTable events,
COMPLEX8FrequencySeries resp 
)

Definition at line 105 of file FindChirpSimulation.c.