#include <math.h>#include <lal/LALConstants.h>#include <lal/CLR.h>Include dependency graph for HarmonicFinder.c:

Go to the source code of this file.
Defines | |
| #define | MIN(A, B) ((A) < (B) ? (A) : (B)) |
| #define | MAX(A, B) ((A) > (B) ? (A) : (B)) |
| #define | log2(x) ( log( x ) / LAL_LN2 ) |
Functions | |
| NRCSID (HARMONICFINDERC,"$Id: HarmonicFinder.c,v 1.5 2008/07/28 17:03:09 cristina Exp $") | |
| void | LALHarmonicFinder (LALStatus *status, INT4Vector *out, REAL4FVectorCLR *in2, INT4Vector *in1) |
Definition at line 140 of file HarmonicFinder.c.
| NRCSID | ( | HARMONICFINDERC | , | |
| "$Id: HarmonicFinder. | c, | |||
| v 1.5 2008/07/28 17:03:09 cristina Exp $" | ||||
| ) |
| void LALHarmonicFinder | ( | LALStatus * | status, | |
| INT4Vector * | out, | |||
| REAL4FVectorCLR * | in2, | |||
| INT4Vector * | in1 | |||
| ) |
Definition at line 146 of file HarmonicFinder.c.
1.5.2