#include <math.h>#include <stdio.h>#include <stdlib.h>#include <lal/LALStdlib.h>#include <lal/AVFactories.h>#include <lal/TimeFreqFFT.h>#include <lal/RealFFT.h>#include <lal/Window.h>#include <lal/Random.h>#include <lal/LALRCSID.h>Include dependency graph for AverageSpectrumTest.c:

Go to the source code of this file.
Defines | |
| #define | TESTSTATUS(s) |
Functions | |
| NRCSID (AVERAGESPECTRUMTESTC,"$Id: AverageSpectrumTest.c,v 1.6 2008/07/08 22:13:24 kipp Exp $") | |
| int | main (void) |
| #define TESTSTATUS | ( | s | ) |
Value:
if ( (s)->statusCode ) { REPORTSTATUS( s ); exit( 1 ); } else ((void)0)
Definition at line 33 of file AverageSpectrumTest.c.
| NRCSID | ( | AVERAGESPECTRUMTESTC | , | |
| "$Id: AverageSpectrumTest. | c, | |||
| v 1.6 2008/07/08 22:13:24 kipp Exp $" | ||||
| ) |
| int main | ( | void | ) |
Definition at line 37 of file AverageSpectrumTest.c.
1.5.2