HarmonicFinder.c File Reference

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


Define Documentation

#define MIN ( A,
B   )     ((A) < (B) ? (A) : (B))

Definition at line 137 of file HarmonicFinder.c.

#define MAX ( A,
B   )     ((A) > (B) ? (A) : (B))

Definition at line 138 of file HarmonicFinder.c.

#define log2 ( x   )     ( log( x ) / LAL_LN2 )

Definition at line 140 of file HarmonicFinder.c.


Function Documentation

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.


Generated on Sun Oct 12 02:33:02 2008 for LAL by  doxygen 1.5.2