|
| static double | min (double a, double b) |
| |
| static double | max (double a, double b) |
| |
| static LALExcessPowerFilterBank * | XLALCreateExcessPowerFilterBank (double filter_deltaF, double flow, double channel_bandwidth, int n_channels, const REAL8FrequencySeries *psd, const REAL8Sequence *two_point_spectral_correlation) |
| | From the power spectral density function, generate the comb of channel filters for the time-frequency plane — an excess power filter bank. More...
|
| |
| static void | XLALDestroyExcessPowerFilterBank (LALExcessPowerFilterBank *bank) |
| | Destroy and excess power filter bank. More...
|
| |
| int | XLALOverlappedSegmentsCommensurate (int target_length, int segment_length, int segment_shift) |
| | Round target_length down so that an integer number of intervals of length segment_length, each shifted by segment_shift with respect to the interval preceding it, fits into the result. More...
|
| |
| int | XLALEPGetTimingParameters (int window_length, int max_tile_length, double fractional_tile_shift, int *psd_length, int *psd_shift, int *window_shift, int *window_pad, int *tiling_length) |
| | Compute and return the timing parameters for an excess power analysis. More...
|
| |
| static REAL8TimeFrequencyPlane * | XLALCreateTFPlane (unsigned tseries_length, double tseries_deltaT, double flow, double bandwidth, double tiling_fractional_stride, double max_tile_bandwidth, double max_tile_duration, const REAL8FFTPlan *plan) |
| | Create and initialize a time-frequency plane object. More...
|
| |
| static void | XLALDestroyTFPlane (REAL8TimeFrequencyPlane *plane) |
| | Free a time-frequency plane object. More...
|
| |
| static COMPLEX16Sequence * | apply_filter (COMPLEX16Sequence *outputseq, const COMPLEX16FrequencySeries *inputseries, const COMPLEX16FrequencySeries *filterseries) |
| |
| static int | XLALFreqSeriesToTFPlane (REAL8TimeFrequencyPlane *plane, const LALExcessPowerFilterBank *filter_bank, const COMPLEX16FrequencySeries *fseries, const REAL8FFTPlan *reverseplan) |
| |
| static double | compute_unwhitened_mean_square (const LALExcessPowerFilterBank *filter_bank, unsigned channel, unsigned channels) |
| |
| static SnglBurst * | XLALTFTileToBurstEvent (const REAL8TimeFrequencyPlane *plane, double tile_start, double tile_length, double f_centre, double bandwidth, double h_rss, double E, double d, double confidence) |
| |
| static SnglBurst * | XLALComputeExcessPower (const REAL8TimeFrequencyPlane *plane, const LALExcessPowerFilterBank *filter_bank, SnglBurst *head, double confidence_threshold) |
| |
| SnglBurst * | XLALEPSearch (LIGOLwXMLStream *diagnostics, const REAL8TimeSeries *tseries, REAL8Window *window, double flow, double bandwidth, double confidence_threshold, double fractional_stride, double maxTileBandwidth, double maxTileDuration) |
| | Generate a linked list of burst events from a time series. More...
|
| |