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... | |
| REAL8Sequence * | channel_buffer |
| re-usable holding area for the data for a single channel More... | |
| REAL8Sequence * | unwhitened_channel_buffer |
| UNDOCUMENTED. More... | |
| REAL8TimeFrequencyPlaneTiles | tiles |
| time-frequency plane's tiling information More... | |
| REAL8Window * | window |
| 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... | |
| REAL8Sequence * | two_point_spectral_correlation |
| two-point spectral correlation of the whitened frequency series, computed from the time-domain window function More... | |
| char REAL8TimeFrequencyPlane::name[LALNameLength] |
name of data from which this was computed
Definition at line 375 of file EPSearch.c.
| LIGOTimeGPS REAL8TimeFrequencyPlane::epoch |
epoch of data from which this was computed
Definition at line 376 of file EPSearch.c.
| double REAL8TimeFrequencyPlane::deltaT |
time resolution of the plane
Definition at line 377 of file EPSearch.c.
| double REAL8TimeFrequencyPlane::fseries_deltaF |
input frequency series' resolution
Definition at line 378 of file EPSearch.c.
| double REAL8TimeFrequencyPlane::deltaF |
TF plane's frequency resolution (channel spacing)
Definition at line 379 of file EPSearch.c.
| double REAL8TimeFrequencyPlane::flow |
low frequency boundary of TF plane
Definition at line 380 of file EPSearch.c.
| 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.
| REAL8Sequence* REAL8TimeFrequencyPlane::channel_buffer |
re-usable holding area for the data for a single channel
Definition at line 382 of file EPSearch.c.
| REAL8Sequence* REAL8TimeFrequencyPlane::unwhitened_channel_buffer |
UNDOCUMENTED.
Definition at line 383 of file EPSearch.c.
| REAL8TimeFrequencyPlaneTiles REAL8TimeFrequencyPlane::tiles |
time-frequency plane's tiling information
Definition at line 384 of file EPSearch.c.
| REAL8Window* REAL8TimeFrequencyPlane::window |
time-domain window applied to input time series for tapering edges to 0
Definition at line 385 of file EPSearch.c.
| 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.
| 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.