LALBurst  2.0.4.1-89842e6
EPFilters.c File Reference

Prototypes

static double min (double a, double b)
 
static double max (double a, double b)
 
double XLALExcessPowerFilterInnerProduct (const COMPLEX16FrequencySeries *filter1, const COMPLEX16FrequencySeries *filter2, const REAL8Sequence *correlation, const REAL8FrequencySeries *psd)
 Compute the magnitude of the inner product of two arbitrary channel filters. More...
 
COMPLEX16FrequencySeriesXLALCreateExcessPowerFilter (double channel_flow, double channel_width, const REAL8FrequencySeries *psd, const REAL8Sequence *correlation)
 Generate the frequency domain channel filter function. More...
 

Go to the source code of this file.

Function Documentation

◆ min()

static double min ( double  a,
double  b 
)
static

Definition at line 42 of file EPFilters.c.

◆ max()

static double max ( double  a,
double  b 
)
static

Definition at line 43 of file EPFilters.c.