Prototypes | |
| double | calc_phase (double frequency, double Mchirp) |
| double | real_model (double frequency, double Mchirp, double modperiod) |
| COMPLEX16 | imag_model (double frequency, double Mchirp, double modperiod) |
| int | main (void) |
Go to the source code of this file.
Macros | |
| #define | WL 1024 |
| #define | TSSIZE 1000 |
| #define | TOLERANCE 10e-12 |
| #define | LTOL 0.1 |
| #define WL 1024 |
Definition at line 15 of file LALInferenceGenerateROQTest.c.
| #define TSSIZE 1000 |
Definition at line 18 of file LALInferenceGenerateROQTest.c.
| #define TOLERANCE 10e-12 |
Definition at line 20 of file LALInferenceGenerateROQTest.c.
| #define LTOL 0.1 |
Definition at line 23 of file LALInferenceGenerateROQTest.c.
| double calc_phase | ( | double | frequency, |
| double | Mchirp | ||
| ) |
Definition at line 34 of file LALInferenceGenerateROQTest.c.
| double real_model | ( | double | frequency, |
| double | Mchirp, | ||
| double | modperiod | ||
| ) |
Definition at line 38 of file LALInferenceGenerateROQTest.c.
| COMPLEX16 imag_model | ( | double | frequency, |
| double | Mchirp, | ||
| double | modperiod | ||
| ) |
Definition at line 42 of file LALInferenceGenerateROQTest.c.
| int main | ( | void | ) |
Definition at line 46 of file LALInferenceGenerateROQTest.c.