Test routine for spin-modulted inspiral waveform generation code. More...
Prototypes | |
void | printf_timeseries (int n, float *sig, double delta, double t0) |
int | main (void) |
Test routine for spin-modulted inspiral waveform generation code.
First set the InspiralTemplate
structure (example given below). Then call the function LALInspiralWaveLength (&status, &n, params)
to measure the length n
of the array required. Then call the function LALInspiralWave(&status, signal1, params);
to generate the wave, which will be returned in signal
. Example values of the parameters that can be set (with options in brackets):
Definition in file LALInspiralSpinningBHBinariesTest.c.
Go to the source code of this file.
void printf_timeseries | ( | int | n, |
float * | sig, | ||
double | delta, | ||
double | t0 | ||
) |
Definition at line 88 of file LALInspiralSpinningBHBinariesTest.c.
int main | ( | void | ) |
Definition at line 104 of file LALInspiralSpinningBHBinariesTest.c.