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.h
Go to the documentation of this file.
1//
2// LALInferenceFVectorMultiBanding.h
3//
4//
5// Created by John Veitch and Serena Vinciguerra on 24/02/2015.
6//
7//
8
9#ifndef _LALInferenceFVectorMultiBanding_Flat_h
10#define _LALInferenceFVectorMultiBanding_Flat_h
11
12/** Create a list of frequencies to use in multiband template generation, between f_min and f_max
13 mc is minimum allowable chirp mass (sets freq evolution assumption ) */
14REAL8Sequence *LALInferenceMultibandFrequencies(int NBands, double f_min, double f_max, double deltaF0, double mc);
15
16#endif
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 m...