Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALInference 4.1.9.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALInferenceMultibanding.c File Reference

Prototypes

static double LALInferenceTimeFrequencyRelation (double mc, double inPar, UINT4 flag_f)
 F(t) and T(f) for newtonian waveform. More...
 
REAL8SequenceLALInferenceMultibandFrequencies (int NBands, double f_min, double f_max, double deltaF0, double mc)
 Create a list of frequencies to use in multiband template generation, between f_min and f_max mc is minimum allowable chirp mass (sets freq evolution assumption ) More...
 

Go to the source code of this file.

Function Documentation

◆ LALInferenceTimeFrequencyRelation()

static double LALInferenceTimeFrequencyRelation ( double  mc,
double  inPar,
UINT4  flag_f 
)
static

F(t) and T(f) for newtonian waveform.

Definition at line 26 of file LALInferenceMultibanding.c.

◆ LALInferenceMultibandFrequencies()

REAL8Sequence * LALInferenceMultibandFrequencies ( int  NBands,
double  f_min,
double  f_max,
double  deltaF0,
double  mc 
)

Create a list of frequencies to use in multiband template generation, between f_min and f_max mc is minimum allowable chirp mass (sets freq evolution assumption )

Definition at line 41 of file LALInferenceMultibanding.c.