LALBurst  2.0.4.1-89842e6
LALExcessPowerFilterBank Struct Reference

Detailed Description

Definition at line 85 of file EPSearch.c.

Data Fields

int n_filters
 
ExcessPowerFilterbasis_filters
 
REAL8Sequencetwice_channel_overlap
 twice the inner product of filters for neighbouring channels; twice_channel_overlap[0] is twice the inner product of the filters for channels 0 and 1, and so on (for n channels, there are n - 1 channel_overlaps) More...
 
REAL8Sequenceunwhitened_cross
 the mean square cross terms for wide channels (indices same as for twice_channel_overlap) More...
 

Field Documentation

◆ n_filters

int LALExcessPowerFilterBank::n_filters

Definition at line 86 of file EPSearch.c.

◆ basis_filters

ExcessPowerFilter* LALExcessPowerFilterBank::basis_filters

Definition at line 87 of file EPSearch.c.

◆ twice_channel_overlap

REAL8Sequence* LALExcessPowerFilterBank::twice_channel_overlap

twice the inner product of filters for neighbouring channels; twice_channel_overlap[0] is twice the inner product of the filters for channels 0 and 1, and so on (for n channels, there are n - 1 channel_overlaps)

Definition at line 88 of file EPSearch.c.

◆ unwhitened_cross

REAL8Sequence* LALExcessPowerFilterBank::unwhitened_cross

the mean square cross terms for wide channels (indices same as for twice_channel_overlap)

Definition at line 89 of file EPSearch.c.