42#include <lal/LALStdlib.h>
43#include <lal/AVFactories.h>
44#include <lal/Random.h>
46#include <lal/LALFrStream.h>
48#define TESTSTATUS( pstat ) \
49 if ( (pstat)->statusCode ) { REPORTSTATUS(pstat); return 1; } else ((void)0)
52#define CHANNEL "H1:LSC-AS_Q"
60 const UINT4 duration = 60;
62 const REAL4 rate = 16384;
63 const UINT4 npts = duration * rate;
void LALFrWriteINT4TimeSeries(LALStatus *status, INT4TimeSeries *series, FrOutPar *params)
void LALCheckMemoryLeaks(void)
#define TESTSTATUS(pstat)
void LALCreateRandomParams(LALStatus *status, RandomParams **params, INT4 seed)
void LALDestroyRandomParams(LALStatus *status, RandomParams **params)
const LALUnit lalADCCountUnit
void LALI4CreateVector(LALStatus *, INT4Vector **, UINT4)
void LALI4DestroyVector(LALStatus *, INT4Vector **)