#include <stdlib.h>
#include <math.h>
#include <stdio.h>
#include <string.h>
#include <lal/Date.h>
#include <lal/DetResponse.h>
#include <lal/LALStdlib.h>
#include <lal/LALConstants.h>
#include <lal/AVFactories.h>
#include <lal/SeqFactories.h>
#include <lal/LIGOMetadataTables.h>
#include <lal/LIGOMetadataUtils.h>
#include <lal/Units.h>
#include <lal/SimulateCoherentGW.h>
#include <lal/GenerateRing.h>
#include <lal/Ring.h>
#include <lal/TimeDelay.h>
#include <lal/TimeSeries.h>
#include <lal/GenerateInspRing.h>
Include dependency graph for GenerateInspRing.c:

Go to the source code of this file.
Functions | |
| NRCSID (GENERATEINSPRINGC,"$Id: GenerateInspRing.c,v 1.18 2008/01/31 18:41:18 sfairhur Exp $") | |
| CoherentGW * | XLALGenerateInspRing (CoherentGW *waveform, SimInspiralTable *inspiralInj, SimRingdownTable *ringInj, int injectSignalType) |
| Takes an inspiral waveform, and a simInspiralTable and generates a ringdown at an appropriate frequency and quality. | |
Definition in file GenerateInspRing.c.
| NRCSID | ( | GENERATEINSPRINGC | , | |
| "$Id: GenerateInspRing. | c, | |||
| v 1.18 2008/01/31 18:41:18 sfairhur Exp $" | ||||
| ) |
| CoherentGW* XLALGenerateInspRing | ( | CoherentGW * | waveform, | |
| SimInspiralTable * | inspiralInj, | |||
| SimRingdownTable * | ringInj, | |||
| int | injectSignalType | |||
| ) |
Takes an inspiral waveform, and a simInspiralTable and generates a ringdown at an appropriate frequency and quality.
| waveform | the inspiral waveform |
| inspiralInj | details of the inspiral |
| ringInj | ringdown details to be populated |
| injectSignalType | type of injection |
Definition at line 61 of file GenerateInspRing.c.
1.5.2