LALSimulation  5.4.0.1-fe68b98
LALSimSGWB.h File Reference

Prototypes

double XLALSimSGWBOverlapReductionFunction (double f, const LALDetector *detector1, const LALDetector *detector2)
 Computes the overlap reduction function between two detectors at a specified frequency. More...
 
REAL8FrequencySeriesXLALSimSGWBOmegaGWFlatSpectrum (double Omega0, double flow, double deltaF, size_t length)
 Creates a frequency series that contains a flat SGWB spectrum with the specified power Omega0 above some low frequency cutoff flow. More...
 
REAL8FrequencySeriesXLALSimSGWBOmegaGWPowerLawSpectrum (double Omegaref, double alpha, double fref, double flow, double deltaF, size_t length)
 Creates a frequency series that contains a power law SGWB spectrum with the specified power Omegaref at reference frequency fref and specified power law power alpha above some low frequency cutoff flow. More...
 
REAL8FrequencySeriesXLALSimSGWBOmegaGWNumericalSpectrumFromFile (const char *fname, size_t length)
 
int XLALSimSGWB (REAL8TimeSeries **h, const LALDetector *detectors, size_t numDetectors, size_t stride, const REAL8FrequencySeries *OmegaGW, double H0, gsl_rng *rng)
 Routine that may be used to generate sequential segments of stochastic background gravitational wave signals for a network of detectors with a specified stride from one segment to the next. More...
 
int XLALSimSGWBFlatSpectrum (REAL8TimeSeries **h, const LALDetector *detectors, size_t numDetectors, size_t stride, double Omega0, double flow, double H0, gsl_rng *rng)
 Routine that may be used to generate sequential segments of stochastic background gravitational wave signals for a network of detectors with a specified stride from one segment to the next. More...
 
int XLALSimSGWBPowerLawSpectrum (REAL8TimeSeries **h, const LALDetector *detectors, size_t numDetectors, size_t stride, double Omegaref, double alpha, double fref, double flow, double H0, gsl_rng *rng)
 Routine that may be used to generate sequential segments of stochastic background gravitational wave signals for a network of detectors with a specified stride from one segment to the next. More...
 

Go to the source code of this file.