LALSNRTest.c File Reference

#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
LALFCTPlangfctPlan = 0
COMPLEX8Vectorgfct_out = 0
REAL8VectorgSh = 0
LALFCTPhaseFn A = inspiralA


Define Documentation

#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.


Enumeration Type Documentation

anonymous enum

Enumerator:
data_length 

Definition at line 64 of file LALSNRTest.c.

anonymous enum

Enumerator:
dimension_0_stride 

Definition at line 75 of file LALSNRTest.c.


Function Documentation

NRCSID ( LALSNRTESTC  ,
"$Id:"   
)

int main ( void   ) 

End of memory allocation and parameters assignment

Definition at line 61 of file bank/test/ChirpSpace.c.


Variable Documentation

int lalDebugLevel = 1

Parameters:
lalDebugLevel INT4 Control debugging behaviours. Defined in lalapps.h

Definition at line 44 of file LALSNRTest.c.

const REAL8 f_seismic = 40.0

Definition at line 49 of file LALSNRTest.c.

const REAL8 NYQUIST = SRATE/2.0

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.

LALFCTSetDataCubesInput dataCubesIn

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.


Generated on Mon Oct 13 02:32:51 2008 for LAL by  doxygen 1.5.2