#include <config.h>#include <math.h>#include <lal/LALStdio.h>#include <lal/LALStdlib.h>#include <lal/LALError.h>#include <lal/DetectorSite.h>#include <lal/DetResponse.h>#include <lal/AVFactories.h>#include <lal/Date.h>#include <lal/Units.h>#include <lal/TimeDelay.h>#include <lal/LALBarycenter.h>#include <lal/VectorOps.h>#include <lal/SimulateCoherentGW.h>#include <lal/SkyCoordinates.h>#include <lal/RealFFT.h>Include dependency graph for SimulateCoherentGWNew.c:

Go to the source code of this file.
Defines | |
| #define | TCENTRE(time) |
Functions | |
| NRCSID (SIMULATECOHERENTGWNEWC,"$Id: SimulateCoherentGWNew.c,v 1.5 2007/06/08 14:41:47 bema Exp $") | |
| void | LALSimulateCoherentGW (LALStatus *stat, REAL4TimeSeries *output, CoherentGW *signal, DetectorResponse *detector) |
| #define TCENTRE | ( | time | ) |
Value:
( realIndex = delayOff + (time)*delayDt, intIndex = (INT4)floor( realIndex ), indexFrac = realIndex - intIndex, time + indexFrac*delayData[intIndex+1] + (1.0-indexFrac)*delayData[intIndex] )
Definition at line 234 of file SimulateCoherentGWNew.c.
| NRCSID | ( | SIMULATECOHERENTGWNEWC | , | |
| "$Id: SimulateCoherentGWNew. | c, | |||
| v 1.5 2007/06/08 14:41:47 bema Exp $" | ||||
| ) |
| void LALSimulateCoherentGW | ( | LALStatus * | stat, | |
| REAL4TimeSeries * | output, | |||
| CoherentGW * | signal, | |||
| DetectorResponse * | detector | |||
| ) |
Definition at line 249 of file SimulateCoherentGWNew.c.
1.5.2