These modules generate a time-domain chirp waveform of type TaylorT3. More...
Prototypes | |
static REAL8 | XLALInspiralFrequency3Wrapper (REAL8 tC, void *pars) |
static int | XLALInspiralWave3Engine (REAL4Vector *output1, REAL4Vector *output2, REAL4Vector *h, REAL4Vector *a, REAL4Vector *ff, REAL8Vector *phi, InspiralTemplate *params, InspiralInit *paramsInit) |
void | LALInspiralWave3 (LALStatus *status, REAL4Vector *output, InspiralTemplate *params) |
int | XLALInspiralWave3 (REAL4Vector *output, InspiralTemplate *params) |
int | XLALInspiralWave3Templates (REAL4Vector *output1, REAL4Vector *output2, InspiralTemplate *params) |
int | XLALInspiralWave3ForInjection (CoherentGW *waveform, InspiralTemplate *params, PPNParamStruc *ppnParams) |
These modules generate a time-domain chirp waveform of type TaylorT3.
output:
Output containing the inspiral waveform. params:
Input containing binary chirp parameters. output1:
Output containing the 0-phase inspiral waveform. output2:
Output containing the \(\pi/2\)-phase inspiral waveform. params:
Input containing binary chirp parameters. LALInspiralWave3() generates TaylorT3 approximant which corresponds to the case wherein the phase of the waveform is given as an explicit function of time as in Eq. \eqref{eq_InspiralWavePhase3}.
XLALInspiralWave3Templates() simultaneously generates two inspiral waveforms and the two differ in phase by \(\pi/2\).
Definition in file LALInspiralWave3.c.
Go to the source code of this file.
Data Structures | |
struct | ChirptimeFromFreqIn |
Definition at line 160 of file LALInspiralWave3.c.
|
static |
Definition at line 451 of file LALInspiralWave3.c.
void LALInspiralWave3 | ( | LALStatus * | status, |
REAL4Vector * | output, | ||
InspiralTemplate * | params | ||
) |
Definition at line 98 of file LALInspiralWave3.c.
int XLALInspiralWave3 | ( | REAL4Vector * | output, |
InspiralTemplate * | params | ||
) |
Definition at line 116 of file LALInspiralWave3.c.
int XLALInspiralWave3Templates | ( | REAL4Vector * | output1, |
REAL4Vector * | output2, | ||
InspiralTemplate * | params | ||
) |
Definition at line 179 of file LALInspiralWave3.c.
int XLALInspiralWave3ForInjection | ( | CoherentGW * | waveform, |
InspiralTemplate * | params, | ||
PPNParamStruc * | ppnParams | ||
) |
Definition at line 232 of file LALInspiralWave3.c.