LALBurst  2.0.4.1-89842e6
REAL8TimeFrequencyPlane Struct Reference

Detailed Description

Definition at line 374 of file EPSearch.c.

Data Fields

char name [LALNameLength]
 name of data from which this was computed More...
 
LIGOTimeGPS epoch
 epoch of data from which this was computed More...
 
double deltaT
 time resolution of the plane More...
 
double fseries_deltaF
 input frequency series' resolution More...
 
double deltaF
 TF plane's frequency resolution (channel spacing) More...
 
double flow
 low frequency boundary of TF plane More...
 
gsl_matrix * channel_data
 channel data. More...
 
REAL8Sequencechannel_buffer
 re-usable holding area for the data for a single channel More...
 
REAL8Sequenceunwhitened_channel_buffer
 UNDOCUMENTED. More...
 
REAL8TimeFrequencyPlaneTiles tiles
 time-frequency plane's tiling information More...
 
REAL8Windowwindow
 time-domain window applied to input time series for tapering edges to 0 More...
 
int window_shift
 by how many samples a window's start should be shifted from the start of the window preceding it More...
 
REAL8Sequencetwo_point_spectral_correlation
 two-point spectral correlation of the whitened frequency series, computed from the time-domain window function More...
 

Field Documentation

◆ name

char REAL8TimeFrequencyPlane::name[LALNameLength]

name of data from which this was computed

Definition at line 375 of file EPSearch.c.

◆ epoch

LIGOTimeGPS REAL8TimeFrequencyPlane::epoch

epoch of data from which this was computed

Definition at line 376 of file EPSearch.c.

◆ deltaT

double REAL8TimeFrequencyPlane::deltaT

time resolution of the plane

Definition at line 377 of file EPSearch.c.

◆ fseries_deltaF

double REAL8TimeFrequencyPlane::fseries_deltaF

input frequency series' resolution

Definition at line 378 of file EPSearch.c.

◆ deltaF

double REAL8TimeFrequencyPlane::deltaF

TF plane's frequency resolution (channel spacing)

Definition at line 379 of file EPSearch.c.

◆ flow

double REAL8TimeFrequencyPlane::flow

low frequency boundary of TF plane

Definition at line 380 of file EPSearch.c.

◆ channel_data

gsl_matrix* REAL8TimeFrequencyPlane::channel_data

channel data.

each channel is placed into its own column. channel_data[i * channels + j] corresponds to time epoch + i * deltaT and the frequency band [flow + j * deltaF, flow + (j + 1) * deltaF)

Definition at line 381 of file EPSearch.c.

◆ channel_buffer

REAL8Sequence* REAL8TimeFrequencyPlane::channel_buffer

re-usable holding area for the data for a single channel

Definition at line 382 of file EPSearch.c.

◆ unwhitened_channel_buffer

REAL8Sequence* REAL8TimeFrequencyPlane::unwhitened_channel_buffer

UNDOCUMENTED.

Definition at line 383 of file EPSearch.c.

◆ tiles

REAL8TimeFrequencyPlaneTiles REAL8TimeFrequencyPlane::tiles

time-frequency plane's tiling information

Definition at line 384 of file EPSearch.c.

◆ window

REAL8Window* REAL8TimeFrequencyPlane::window

time-domain window applied to input time series for tapering edges to 0

Definition at line 385 of file EPSearch.c.

◆ window_shift

int REAL8TimeFrequencyPlane::window_shift

by how many samples a window's start should be shifted from the start of the window preceding it

Definition at line 386 of file EPSearch.c.

◆ two_point_spectral_correlation

REAL8Sequence* REAL8TimeFrequencyPlane::two_point_spectral_correlation

two-point spectral correlation of the whitened frequency series, computed from the time-domain window function

Definition at line 387 of file EPSearch.c.