#include <config.h>#include <stdio.h>#include <unistd.h>#include <fcntl.h>#include <math.h>#include <assert.h>#include <lal/LALConstants.h>#include <lal/LALNoiseModels.h>#include <lal/LALFCTInterface.h>#include <lal/AVFactories.h>#include <lal/SeqFactories.h>#include <lal/ComplexFFT.h>#include <lal/GeneratePPNInspiral.h>Include dependency graph for LALSNRTest.c:

Go to the source code of this file.
Defines | |
| #define | SRATE 2048 |
| #define | NSECS 64 |
| #define | TSERIES_LENGTH (SRATE*NSECS) |
| #define | NUMBER_OF_DIMENSIONS 2 |
| #define | NUM_DATA_CUBES 1 |
| #define | OFFSET 0.0 |
| #define | DELTA (SRATE/(REAL8)TSERIES_LENGTH) |
| #define | SDELTA (SRATE/(REAL4)TSERIES_LENGTH) |
Enumerations | |
| enum | { data_length = TSERIES_LENGTH/2 } |
| enum | { dimension_0_stride = 1 } |
Functions | |
| NRCSID (LALSNRTESTC,"$Id:") | |
| int | main (void) |
Variables | |
| int | lalDebugLevel = 1 |
| const REAL8 | f_seismic = 40.0 |
| const REAL8 | NYQUIST = SRATE/2.0 |
| const int | dim1_data_length = 8 |
| const int | max_dim1_data_length = TSERIES_LENGTH/2 |
| LALFCTDataCube | cube [NUM_DATA_CUBES] |
| LALFCTSetDataCubesInput | dataCubesIn |
| LALFCTPlan * | gfctPlan = 0 |
| COMPLEX8Vector * | gfct_out = 0 |
| REAL8Vector * | gSh = 0 |
| LALFCTPhaseFn | A = inspiralA |
| #define SRATE 2048 |
Definition at line 52 of file LALSNRTest.c.
| #define NSECS 64 |
Definition at line 53 of file LALSNRTest.c.
| #define TSERIES_LENGTH (SRATE*NSECS) |
Definition at line 54 of file LALSNRTest.c.
| #define NUMBER_OF_DIMENSIONS 2 |
Definition at line 55 of file LALSNRTest.c.
| #define NUM_DATA_CUBES 1 |
Definition at line 56 of file LALSNRTest.c.
| #define OFFSET 0.0 |
Definition at line 82 of file LALSNRTest.c.
| #define DELTA (SRATE/(REAL8)TSERIES_LENGTH) |
Definition at line 83 of file LALSNRTest.c.
| #define SDELTA (SRATE/(REAL4)TSERIES_LENGTH) |
Definition at line 84 of file LALSNRTest.c.
| anonymous enum |
| anonymous enum |
| NRCSID | ( | LALSNRTESTC | , | |
| "$Id:" | ||||
| ) |
| int main | ( | void | ) |
End of memory allocation and parameters assignment
Definition at line 61 of file bank/test/ChirpSpace.c.
| int lalDebugLevel = 1 |
| lalDebugLevel | INT4 Control debugging behaviours. Defined in lalapps.h |
Definition at line 44 of file LALSNRTest.c.
Definition at line 49 of file LALSNRTest.c.
Definition at line 59 of file LALSNRTest.c.
| const int dim1_data_length = 8 |
Definition at line 71 of file LALSNRTest.c.
| const int max_dim1_data_length = TSERIES_LENGTH/2 |
Definition at line 72 of file LALSNRTest.c.
| LALFCTDataCube cube[NUM_DATA_CUBES] |
Definition at line 86 of file LALSNRTest.c.
Definition at line 87 of file LALSNRTest.c.
| LALFCTPlan* gfctPlan = 0 |
Definition at line 89 of file LALSNRTest.c.
| COMPLEX8Vector* gfct_out = 0 |
Definition at line 90 of file LALSNRTest.c.
| REAL8Vector* gSh = 0 |
Definition at line 92 of file LALSNRTest.c.
| LALFCTPhaseFn A = inspiralA |
Definition at line 329 of file LALSNRTest.c.
1.5.2